org.adfemg.audits.java
Class JavaAnalyzer

java.lang.Object
  extended by oracle.jdeveloper.audit.analyzer.Analyzer
      extended by org.adfemg.audits.java.JavaAnalyzer

public class JavaAnalyzer
extends Analyzer

Analyzer class for Java.


Constructor Summary
JavaAnalyzer()
           
 
Method Summary
 void exit(AuditContext context, SourceExpressionStatement stmt)
          Check if the ExpressionStmt contains System.out.
 void exit(AuditContext context, SourceFieldDeclaration field)
           
 
Methods inherited from class oracle.jdeveloper.audit.analyzer.Analyzer
cancel, getMetrics, getRules, isApplicationContentSupported, isCancelled, isEnabled, setEnabled, startTask
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaAnalyzer

public JavaAnalyzer()
Method Detail

exit

public void exit(AuditContext context,
                 SourceExpressionStatement stmt)
Check if the ExpressionStmt contains System.out. System.err. or System.exit

Parameters:
context - the AuditContext
stmt - the (java) statement

exit

public void exit(AuditContext context,
                 SourceFieldDeclaration field)