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 195468 - [70cat] "Utility class without constructor" hint is not shown for extending classes
Summary: [70cat] "Utility class without constructor" hint is not shown for extending c...
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 7.0
Hardware: PC Windows XP
: P4 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-14 20:00 UTC by matthies
Modified: 2016-07-07 07:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description matthies 2011-02-14 20:00:04 UTC
Example:

    class Utility1
    {
        static void utility1() { }
    }

    class Utility2 extends Utility1
    {
        static void utility2() { }
    }

The "Utility class without constructor" hint is shown on Utility1, but not on Utility2.
Comment 1 Jan Lahoda 2012-11-28 12:50:55 UTC
Not very serious, IMO.
Comment 2 Martin Balin 2016-07-07 07:17:39 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss