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 227561 - Fixable error hint for "illegal combination of modifiers"
Summary: Fixable error hint for "illegal combination of modifiers"
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-16 22:04 UTC by markiewb
Modified: 2013-09-02 14:25 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Shows the error without any fixable hint (24.18 KB, image/png)
2013-03-16 22:04 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2013-03-16 22:04:00 UTC
Created attachment 132688 [details]
Shows the error without any fixable hint

<code>
    private abstract void method() {
    }
</code>

ACTUAL:
no hint

EXPECTED: fixable error hints which remove a modifier 
(for example)
* remove private modifier
* remove abstract modifier