Java Doc for ErrorHintsTest.java in  » IDE-Netbeans » java » org » netbeans » modules » java » hints » errors » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » IDE Netbeans » java » org.netbeans.modules.java.hints.errors 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.netbeans.modules.java.hints.infrastructure.HintsTestBase
   org.netbeans.modules.java.hints.errors.ErrorHintsTest

ErrorHintsTest
public class ErrorHintsTest extends HintsTestBase (Code)

author:
   Jan Lahoda



Constructor Summary
public  ErrorHintsTest(String name)
    

Method Summary
protected  booleancreateCaches()
    
public  voidtestAddCastHint1()
    
public  voidtestAddCastHint10()
    
public  voidtestAddCastHint11()
    
public  voidtestAddCastHint2()
    
public  voidtestAddCastHint3()
    
public  voidtestAddCastHint4()
    
public  voidtestAddCastHint5()
    
public  voidtestAddCastHint6()
    
public  voidtestAddCastHint7()
    
public  voidtestAddCastHint8()
    
public  voidtestAddCastHint9()
    
public  voidtestAddCastHintDoNotPropose()
    
public  voidtestAddThrowsClauseHint1()
    
public  voidtestAddThrowsClauseHint2()
    
public  voidtestAddThrowsClauseHint3()
    
public  voidtestAddThrowsClauseHint4()
    
public  voidtestCreateElementException()
    
public  voidtestCreateField1()
    
public  voidtestCreateField10()
    
public  voidtestCreateField2()
    
public  voidtestCreateField3()
    
public  voidtestCreateField5()
    
public  voidtestCreateField6()
    
public  voidtestCreateField7()
    
public  voidtestCreateFieldException3()
    
public  voidtestCreateFieldMethod2()
    
public  voidtestCreateFieldPrimitive()
    
public  voidtestCreateLocalVariable1()
    
public  voidtestCreateLocalVariable10()
    
public  voidtestCreateLocalVariable3()
    
public  voidtestCreateLocalVariable4()
    
public  voidtestCreateLocalVariable5()
    
public  voidtestCreateLocalVariable6()
    
public  voidtestCreateLocalVariable7()
    
public  voidtestCreateLocalVariable8()
    
public  voidtestCreateLocalVariable9()
    
public  voidtestCreateParam1()
    
public  voidtestCreateParam2()
    
public  voidtestCreateParam3()
    
public  voidtestCreateParam4()
    
public  voidtestCreateParam5()
    
public  voidtestDoNotProposeCreateField2()
    
public  voidtestImplementAbstractMethodsHint10()
    
public  voidtestImplementAbstractMethodsHint11()
    
public  voidtestImplementAbstractMethodsHint9()
    
public  voidtestMakeClassAbstract1()
    
public  voidtestMakeClassAbstract2()
    
public  voidtestMakeClassAbstract3()
    
public  voidtestNonAbstractClass85806()
    


Constructor Detail
ErrorHintsTest
public ErrorHintsTest(String name)(Code)
Need to be defined because of JUnit




Method Detail
createCaches
protected boolean createCaches()(Code)



testAddCastHint1
public void testAddCastHint1() throws Exception(Code)



testAddCastHint10
public void testAddCastHint10() throws Exception(Code)



testAddCastHint11
public void testAddCastHint11() throws Exception(Code)



testAddCastHint2
public void testAddCastHint2() throws Exception(Code)



testAddCastHint3
public void testAddCastHint3() throws Exception(Code)



testAddCastHint4
public void testAddCastHint4() throws Exception(Code)



testAddCastHint5
public void testAddCastHint5() throws Exception(Code)



testAddCastHint6
public void testAddCastHint6() throws Exception(Code)



testAddCastHint7
public void testAddCastHint7() throws Exception(Code)



testAddCastHint8
public void testAddCastHint8() throws Exception(Code)



testAddCastHint9
public void testAddCastHint9() throws Exception(Code)



testAddCastHintDoNotPropose
public void testAddCastHintDoNotPropose() throws Exception(Code)



testAddThrowsClauseHint1
public void testAddThrowsClauseHint1() throws Exception(Code)



testAddThrowsClauseHint2
public void testAddThrowsClauseHint2() throws Exception(Code)



testAddThrowsClauseHint3
public void testAddThrowsClauseHint3() throws Exception(Code)



testAddThrowsClauseHint4
public void testAddThrowsClauseHint4() throws Exception(Code)



testCreateElementException
public void testCreateElementException() throws Exception(Code)
tests only if an exception is thrown during hints creation of errors for this file



testCreateField1
public void testCreateField1() throws Exception(Code)



testCreateField10
public void testCreateField10() throws Exception(Code)



testCreateField2
public void testCreateField2() throws Exception(Code)



testCreateField3
public void testCreateField3() throws Exception(Code)



testCreateField5
public void testCreateField5() throws Exception(Code)



testCreateField6
public void testCreateField6() throws Exception(Code)



testCreateField7
public void testCreateField7() throws Exception(Code)



testCreateFieldException3
public void testCreateFieldException3() throws Exception(Code)



testCreateFieldMethod2
public void testCreateFieldMethod2() throws Exception(Code)



testCreateFieldPrimitive
public void testCreateFieldPrimitive() throws Exception(Code)



testCreateLocalVariable1
public void testCreateLocalVariable1() throws Exception(Code)



testCreateLocalVariable10
public void testCreateLocalVariable10() throws Exception(Code)



testCreateLocalVariable3
public void testCreateLocalVariable3() throws Exception(Code)



testCreateLocalVariable4
public void testCreateLocalVariable4() throws Exception(Code)



testCreateLocalVariable5
public void testCreateLocalVariable5() throws Exception(Code)



testCreateLocalVariable6
public void testCreateLocalVariable6() throws Exception(Code)



testCreateLocalVariable7
public void testCreateLocalVariable7() throws Exception(Code)



testCreateLocalVariable8
public void testCreateLocalVariable8() throws Exception(Code)



testCreateLocalVariable9
public void testCreateLocalVariable9() throws Exception(Code)



testCreateParam1
public void testCreateParam1() throws Exception(Code)



testCreateParam2
public void testCreateParam2() throws Exception(Code)



testCreateParam3
public void testCreateParam3() throws Exception(Code)



testCreateParam4
public void testCreateParam4() throws Exception(Code)



testCreateParam5
public void testCreateParam5() throws Exception(Code)



testDoNotProposeCreateField2
public void testDoNotProposeCreateField2() throws Exception(Code)



testImplementAbstractMethodsHint10
public void testImplementAbstractMethodsHint10() throws Exception(Code)



testImplementAbstractMethodsHint11
public void testImplementAbstractMethodsHint11() throws Exception(Code)



testImplementAbstractMethodsHint9
public void testImplementAbstractMethodsHint9() throws Exception(Code)



testMakeClassAbstract1
public void testMakeClassAbstract1() throws Exception(Code)



testMakeClassAbstract2
public void testMakeClassAbstract2() throws Exception(Code)



testMakeClassAbstract3
public void testMakeClassAbstract3() throws Exception(Code)



testNonAbstractClass85806
public void testNonAbstractClass85806() throws Exception(Code)



Fields inherited from org.netbeans.modules.java.hints.infrastructure.HintsTestBase
protected CompilationInfo info(Code)(Java Doc)

Methods inherited from org.netbeans.modules.java.hints.infrastructure.HintsTestBase
protected boolean createCaches()(Code)(Java Doc)
protected void doSetUp(String resource) throws Exception(Code)(Java Doc)
protected String layer()(Code)(Java Doc)
public static FileObject makeScratchDir(NbTestCase test) throws IOException(Code)(Java Doc)
protected void performHintsPresentCheck(String className, int line, int column, boolean present) throws Exception(Code)(Java Doc)
protected void performTest(String className, String performHint, int line, int column) throws Exception(Code)(Java Doc)
protected void performTest(String className, String modifiedClassName, String performHint, int line, int column, boolean checkHintList) throws Exception(Code)(Java Doc)
protected void performTestDoNotPerform(String className, int line, int column) throws Exception(Code)(Java Doc)
protected void prepareTest(String capitalizedName) throws Exception(Code)(Java Doc)
protected void setUp() throws Exception(Code)(Java Doc)
protected String testDataExtension()(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.