Java Doc for InputTags.java in  » Code-Analyzer » checkstyle » com » puppycrawl » tools » checkstyle » 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 » Code Analyzer » checkstyle » com.puppycrawl.tools.checkstyle 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.puppycrawl.tools.checkstyle.InputTags1

InputTags1
class InputTags1 (Code)


Field Summary
final static  intserialVersionUID
    


Method Summary
public  intfoo(Object _arg)
    
 voidmethod1()
    
 voidmethod10(int aOne, int aTwo)
    
 voidmethod11()
    
 intmethod12()
    
 voidmethod13(int aOne, int aTwo, int aThree, int aFour, int aFive)
    
 voidmethod14(int aOne)
    
 voidmethod14()
    
 voidmethod15()
     Documenting different causes for the same exception in separate tags is OK (bug 540384).
 voidmethod16(int aOne)
    
 voidmethod17()
    
 voidmethod18()
     declaring the imported version of an Exception and documenting the full class name is OK (bug 658805).
 voidmethod19()
     reverse of bug 658805.
 voidmethod2()
    
 intmethod20()
     Bug 579190, "expected return tag when one is there".
 voidmethod21()
    
 voidmethod22()
    
 voidmethod23()
    
 voidmethod24()
     Bug 803577, "allowThrowsTagsForSubclasses/allowMissingThrowsTag interfere" no exception tag for IOException, but here is a tag for its subclass.
 voidmethod25()
     Bug 841942, "ArrayIndexOutOfBounds in JavadocStyle".
 intmethod26()
    
 intmethod27(int aParam)
    
 intmethod28(int aParam)
    
 intmethod3()
    
 intmethod4(int aOne)
    
 voidmethod5()
    
 voidmethod6()
    
 voidmethod7()
    
 voidmethod8(int aOne)
    
 voidmethod9(int aOne)
    
public  StringtoString()
    

Field Detail
serialVersionUID
final static int serialVersionUID(Code)
getting code coverage up *





Method Detail
foo
public int foo(Object _arg)(Code)
1



method1
void method1()(Code)



method10
void method10(int aOne, int aTwo)(Code)

Parameters:
  WrongParam - error *



method11
void method11()(Code)

Parameters:
  Unneeded - parameter also unneeded



method12
int method12()(Code)
first one duplicate



method13
void method13(int aOne, int aTwo, int aThree, int aFour, int aFive)(Code)

Parameters:
  aOne -
Parameters:
  aTwo - This is a multiline piece of javadocUnlike the previous one, it actually has content
Parameters:
  aThree - This also has content
Parameters:
  aFour -
Parameters:
  aFive -



method14
void method14(int aOne)(Code)

Parameters:
  aOne - Perfectly legal *



method14
void method14() throws java.io.IOException(Code)

throws:
  java.io.IOException - just to see if this is also legal *



method15
void method15() throws java.io.IOException(Code)
Documenting different causes for the same exception in separate tags is OK (bug 540384).
throws:
  java.io.IOException - if A happens
throws:
  java.io.IOException - if B happens



method16
void method16(int aOne)(Code)
handle the case of an elaborate header surrounding javadoc comments
Parameters:
  aOne - valid parameter content



method17
void method17() throws IllegalMonitorStateException(Code)

throws:
  ThreadDeath - although bad practice, should be silently ignored
throws:
  ArrayStoreException - another r/t subclass
throws:
  IllegalMonitorStateException - should be told to remove from throws



method18
void method18() throws IOException(Code)
declaring the imported version of an Exception and documenting the full class name is OK (bug 658805).
throws:
  java.io.IOException - if bad things happen.



method19
void method19() throws java.io.IOException(Code)
reverse of bug 658805.
throws:
  IOException - if bad things happen.



method2
void method2()(Code)

Parameters:
  unused - asd *



method20
int method20()(Code)
Bug 579190, "expected return tag when one is there". Linebreaks after return tag should be legal. the bug that states that linebreak should be legal



method21
void method21() throws IOException(Code)
Bug XXX, "two tags for the same exception"
exception:
  java.io.IOException - for some reasons
exception:
  IOException - for another reason



method22
void method22() throws IOException(Code)
RFE 540383, "Unused throws tag for exception subclass"
exception:
  IOException - for some reasons
exception:
  java.io.FileNotFoundException - for another reasons



method23
void method23() throws WrongException(Code)

exception:
  WrongException - exception w/o class info but matched by name



method24
void method24() throws IOException(Code)
Bug 803577, "allowThrowsTagsForSubclasses/allowMissingThrowsTag interfere" no exception tag for IOException, but here is a tag for its subclass.
exception:
  java.io.FileNotFoundException - for another reasons



method25
void method25()(Code)
Bug 841942, "ArrayIndexOutOfBounds in JavadocStyle".
Parameters:
  aParam - there is no such param in the method.The problem should be reported with correct line number.



method26
int method26()(Code)



method27
int method27(int aParam)(Code)
something very important.



method28
int method28(int aParam)(Code)
something very important.



method3
int method3()(Code)
missing return *



method4
int method4(int aOne)(Code)
missing return
Parameters:
  aOne - ignored



method5
void method5() throws Exception(Code)
missing throws *



method6
void method6() throws Exception(Code)

See Also:   missing
See Also:    throws
See Also:   need
See Also:    to see tags to avoid shortcut logic



method7
void method7() throws Exception, NullPointerException(Code)

throws:
  WrongException - error *



method8
void method8(int aOne)(Code)
missing param *



method9
void method9(int aOne)(Code)

See Also:   missing
See Also:    param
See Also:   need
See Also:    to see tags to avoid shortcut logic



toString
public String toString()(Code)
*



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(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.