|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.analysis.core.quickfix.AbstractAnalysisQuickFix
org.eclipse.tptp.platform.analysis.codereview.java.quickfix.JavaCodeReviewQuickFix
org.eclipse.tptp.platform.analysis.codereview.java.internal.quickfix.exceptions.TemplateAvoidExtendingClassQuickFix
org.eclipse.tptp.platform.analysis.codereview.java.internal.quickfix.exceptions.TemplateAvoidExtendingRuntimeExceptionQuickFix
public class TemplateAvoidExtendingRuntimeExceptionQuickFix
QuickFix for the rule TemplateAvoidExtendingRuntime This class quick fixes the extends RuntimeException to extends Exception
| Field Summary |
|---|
| Fields inherited from class org.eclipse.tptp.platform.analysis.codereview.java.internal.quickfix.exceptions.TemplateAvoidExtendingClassQuickFix |
|---|
ERROR, EXCEPTION, RUNTIME, THROWABLE |
| Fields inherited from class org.eclipse.tptp.platform.analysis.codereview.java.quickfix.JavaCodeReviewQuickFix |
|---|
EMPTY_MONITOR |
| Constructor Summary | |
|---|---|
TemplateAvoidExtendingRuntimeExceptionQuickFix()
|
|
| Method Summary | |
|---|---|
org.eclipse.text.edits.TextEdit |
fixCodeReviewResult(org.eclipse.jdt.core.dom.ASTNode theNode,
org.eclipse.jface.text.IDocument docToChange)
|
| Methods inherited from class org.eclipse.tptp.platform.analysis.codereview.java.internal.quickfix.exceptions.TemplateAvoidExtendingClassQuickFix |
|---|
getType, setType |
| Methods inherited from class org.eclipse.tptp.platform.analysis.codereview.java.quickfix.JavaCodeReviewQuickFix |
|---|
getASTNodeAsString, getCodeReviewResult, getTextEdit, getWorkingCompilationUnit, quickfix |
| Methods inherited from class org.eclipse.tptp.platform.analysis.core.quickfix.AbstractAnalysisQuickFix |
|---|
getId, getLabel, setId, setInitializationData, setLabel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TemplateAvoidExtendingRuntimeExceptionQuickFix()
| Method Detail |
|---|
public org.eclipse.text.edits.TextEdit fixCodeReviewResult(org.eclipse.jdt.core.dom.ASTNode theNode,
org.eclipse.jface.text.IDocument docToChange)
fixCodeReviewResult in class TemplateAvoidExtendingClassQuickFix
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||