Checklist for Reviews
This section contains a check list for a step by step code review.
· Create a project in the SAP NetWeaver Developer Studio to improve the efficiency of the code review.
· Configure and use JLin (see section Enterprise Portal Performance Ruleset for JLin) to get a list of suspicious coding that should be processed with priority.
· Look for non-prepared statements and evaluate according to section Stored Procedures.
· Check SQL statements for efficiency
· See if connections are released properly and result sets are closed soon.
· Look for file access happening in the application (File, FileInputStream, FileOutputStream).