Last Published: 01 March 2013
|
Version: 3.2-SNAPSHOT
ApacheCon
|
Apache
|
Commons
Lang
Overview
Download
Users guide
Release History
Javadoc (Latest release)
Development
Building
Mailing Lists
Issue Tracking
Proposal
Developer guide
Source Repository
Javadoc (SVN latest)
Project Documentation
Project Information
Project Reports
Changes Report
JIRA Report
JavaDocs
Test JavaDocs
Source Xref
Test Source Xref
Surefire Report
RAT Report
Clirr
JDepend
Cobertura Test Coverage
Checkstyle
Checkstyle
FindBugs Report
PMD Report
CPD Report
Tag List
JavaNCSS Report
Commons
Home
License
Components
Sandbox
Dormant
General Information
Volunteering
Contributing Patches
Building Components
Releasing Components
Wiki
ASF
How the ASF works
Get Involved
Developer Resources
Sponsorship
Thanks
Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files
Infos
Warnings
Errors
108
0
0
10
Files
Files
I
W
E
org/apache/commons/lang3/reflect/TypeUtils.java
0
0
1
org/apache/commons/lang3/time/DateParser.java
0
0
6
org/apache/commons/lang3/time/FastDateParser.java
0
0
1
org/apache/commons/lang3/time/FastDatePrinter.java
0
0
2
Details
org/apache/commons/lang3/reflect/TypeUtils.java
Violation
Message
Line
Missing a Javadoc comment.
237
org/apache/commons/lang3/time/DateParser.java
Violation
Message
Line
Expected an @return tag.
91
Expected @param tag for 'source'.
91
Expected @throws tag for 'ParseException'.
91
Expected an @return tag.
98
Expected @param tag for 'source'.
98
Expected @param tag for 'pos'.
98
org/apache/commons/lang3/time/FastDateParser.java
Violation
Message
Line
Missing a Javadoc comment.
175
org/apache/commons/lang3/time/FastDatePrinter.java
Violation
Message
Line
Missing a Javadoc comment.
402
Missing a Javadoc comment.
406