Show TOC Start of Content Area

Background documentation Checklist for Reviews  Locate the document in its SAP Library structure

This section contains a check list for a step by step code review.

Prepare Project in NetWeaver Developer Studio

·        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.

Database

·        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.

File Access

·        Look for file access happening in the application (File, FileInputStream, FileOutputStream).

 

End of Content Area