TPTP 4.6.0 Platform Project
Public API Specification

Package org.eclipse.tptp.platform.analysis.codereview.java.templates

Class Summary
Template_Avoid_Class_Method This class implements a rule template which generates code review matched if the code being analyzed used a given class/method combination.
Template_Avoid_Class_Method_Arguments This class implements a rule template which generates code review matched if the code being analyzed used a given class/method combination.
Template_Avoid_Extending_Class  
TemplateAvoidCatchingException  
TemplateAvoidClass  
TemplateAvoidClassInstanceCreation This class implements a rule template which generates a result for each matched class instance creation and super constructor invocation.
TemplateAvoidImplementingInterface  
TemplateAvoidMethodInvocation This class implements a rule template which generates a result for each matched method invocation and super method invocation.
TemplateAvoidNewClass  
TemplateAvoidNonSynchronizedClassMethod This rule template class will generate a match for the specified class/method combination anytime it is invoked from inside a non-synchronized method The rule assumes that two variables have been specified in the rule extension: CLASS - The name of the declaring class of the method to detect METHOD - THe name of the method that should not be invoked inside the non-synchronized block
TemplateAvoidPackage  
TemplateAvoidThrowingException  
 


TPTP 4.6.0 Platform Project
Public API Specification