This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 174063

Summary: java.hints Missing Javadoc exceptions
Product: java Reporter: fommil <fommil>
Component: HintsAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description fommil 2009-10-08 11:42:18 UTC
It would be good if the Missing Javadocs hint had boolean options to not complain under certain circumstances, e.g.

- on boilerplate getters/setters
- test cases (specifically methods annotated @Test)