| org.netbeans.modules.java.hints.infrastructure.TreeRuleTestBase org.netbeans.modules.java.hints.StaticAccessTest
StaticAccessTest | public StaticAccessTest(String testName)(Code) | | |
testAccessingStaticField | public void testAccessingStaticField() throws Exception(Code) | | |
testAccessingStaticFieldViaMethod | public void testAccessingStaticFieldViaMethod() throws Exception(Code) | | |
testCallingNonStaticStringMethod | public void testCallingNonStaticStringMethod() throws Exception(Code) | | |
testCallingStaticMethod | public void testCallingStaticMethod() throws Exception(Code) | | |
testCallingStaticMethodInInitializer | public void testCallingStaticMethodInInitializer() throws Exception(Code) | | |
testCorrectResolution | public void testCorrectResolution() throws Exception(Code) | | |
testOkAccessingStaticField | public void testOkAccessingStaticField() throws Exception(Code) | | |
testOkCallingStaticMethod | public void testOkCallingStaticMethod() throws Exception(Code) | | |
testOkToCallEqualsOnString | public void testOkToCallEqualsOnString() throws Exception(Code) | | |
Fields inherited from org.netbeans.modules.java.hints.infrastructure.TreeRuleTestBase | final protected Logger LOG(Code)(Java Doc)
|
Methods inherited from org.netbeans.modules.java.hints.infrastructure.TreeRuleTestBase | abstract protected List<ErrorDescription> computeErrors(CompilationInfo info, TreePath path)(Code)(Java Doc) protected List<ErrorDescription> computeErrors(CompilationInfo info, TreePath path, int offset)(Code)(Java Doc) protected FileObject[] extraClassPath()(Code)(Java Doc) protected Level logLevel()(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 String performFixTest(String fileName, String code, String errorDescriptionToString, String fixDebugString, String golden) throws Exception(Code)(Java Doc) protected String performFixTest(String fileName, String code, int pos, String errorDescriptionToString, String fixDebugString, String golden) throws Exception(Code)(Java Doc) protected String performFixTest(String fileName, String code, int pos, String errorDescriptionToString, String fixDebugString, String goldenFileName, String golden) throws Exception(Code)(Java Doc) protected void setUp() throws Exception(Code)(Java Doc) public void testIssue105979() throws Exception(Code)(Java Doc) public void testIssue108246() throws Exception(Code)(Java Doc) public void testIssue113933() throws Exception(Code)(Java Doc) public void testNoHintsForSimpleInitialize() throws Exception(Code)(Java Doc) protected String toDebugString(CompilationInfo info, Fix f)(Code)(Java Doc)
|
|
|