| org.netbeans.modules.java.hints.infrastructure.ErrorHintsTestBase org.netbeans.modules.java.hints.errors.MagicSurroundWithTryCatchFixTest
MagicSurroundWithTryCatchFixTest | public class MagicSurroundWithTryCatchFixTest extends ErrorHintsTestBase (Code) | | author: Jan Lahoda |
MagicSurroundWithTryCatchFixTest | public MagicSurroundWithTryCatchFixTest(String testName)(Code) | | |
getExtraClassPathElements | protected FileObject[] getExtraClassPathElements()(Code) | | |
testLogStatementExceptions | public void testLogStatementExceptions() throws Exception(Code) | | |
testLogStatementLogger | public void testLogStatementLogger() throws Exception(Code) | | |
Methods inherited from org.netbeans.modules.java.hints.infrastructure.ErrorHintsTestBase | abstract protected List<Fix> computeFixes(CompilationInfo info, int pos, TreePath path) throws Exception(Code)(Java Doc) protected String[] getAdditionalLayers()(Code)(Java Doc) protected FileObject[] getExtraClassPathElements()(Code)(Java Doc) protected void performAnalysisTest(String fileName, String code, String... golden) throws Exception(Code)(Java Doc) protected void performAnalysisTest(String fileName, String code, int pos, String... golden) throws Exception(Code)(Java Doc) protected void performFixTest(String fileName, String code, String fixCode, String golden) throws Exception(Code)(Java Doc) protected void performFixTest(String fileName, String code, int pos, String fixCode, String golden) throws Exception(Code)(Java Doc) protected void performFixTest(String fileName, String code, int pos, String fixCode, String goldenFileName, String golden) throws Exception(Code)(Java Doc) protected void setUp() throws Exception(Code)(Java Doc) protected String toDebugString(CompilationInfo info, Fix f)(Code)(Java Doc)
|
|
|