TPTP 4.2.0 Platform Project
Internal API Specification

Package org.eclipse.tptp.platform.analysis.codereview.java.internal.quickfix.exceptions

Class Summary
TemplateAvoidExtendingClassQuickFix QuickFix for the rule TemplateAvoidExtendingClass This class is used by other quick fixes where the extend class need to be changed to 'Exception'
TemplateAvoidExtendingErrorQuickFix QuickFix for the rule TemplateAvoidExtendingClass This class quick fixes the extends Error to extends Exception
TemplateAvoidExtendingRuntimeExceptionQuickFix QuickFix for the rule TemplateAvoidExtendingRuntime This class quick fixes the extends RuntimeException to extends Exception
TemplateAvoidExtendingThrowableQuickFix QuickFix for the rule TemplateAvoidExtendingThrowable This quick fixes the extends Throwable to extends Exception
 


TPTP 4.2.0 Platform Project
Internal API Specification