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 111110 - Don't mark private default constructors as unused
Summary: Don't mark private default constructors as unused
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-26 13:59 UTC by Martin Matula
Modified: 2013-09-02 14:24 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Matula 2007-07-26 13:59:37 UTC
Private "default" constructors are now being marked as unused. I don't think this is desirable as the purpose for which
they are usually there is to make sure no instances can be created.