Posted By:
Mukil_Raj
Posted On:
Tuesday, October 11, 2005 10:14 AM
We are using checkstyle for reporting Java Standards violations in our project. CheckStyle listeners are used to detect and the violations are recorded in DB (Integrated with Ant). The following rules are not part of checkstyle and they are part of eclipse compiler warnings. We need to capture these rules in check style (via coding) or we need to find some other way to group(module/package) & record these violations Finally block does not complete normally The assignment to variable has no effect Methods having constructor signature Possible accidental assignment in place of a comparison The static field should be a
More>>
We are using checkstyle for reporting Java Standards violations in our project. CheckStyle listeners are used to detect and the violations are recorded in DB (Integrated with Ant).
The following rules are not part of checkstyle and they are part of eclipse compiler warnings. We need to capture these rules in check style (via coding) or we need to find some other way to group(module/package) & record these violations
Finally block does not complete normally
The assignment to variable has no effect
Methods having constructor signature
Possible accidental assignment in place of a comparison
The static field should be access in a static way
Welcome all Suggestions!
<<Less