This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 592 - checkstyle fixes
Summary: checkstyle fixes
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: Java Binding (show other bugs)
Version: unspecified
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Curt Arnold
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-10 20:43 UTC by Curt Arnold
Modified: 2004-03-30 05:43 UTC (History)
0 users

See Also:


Attachments
Checkstyle fixes (342.21 KB, patch)
2004-03-10 20:44 UTC, Curt Arnold
Details

Description Curt Arnold 2004-03-10 20:43:28 UTC
The attached changes cause the generated code for all test suites with the 
exception of DOM L3 and Validation to pass checkstyle's enforcement of Sun's 
coding conventions with only a few (like line length) disabled.

The framework code needs a whole lot of Javadoc comments to pass.
Comment 1 Curt Arnold 2004-03-10 20:44:06 UTC
Created attachment 303 [details]
Checkstyle fixes