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 197590

Summary: Incorrect hint for private enum classes
Product: editor Reporter: choces <choces>
Component: Hints & AnnotationsAssignee: Jan Lahoda <jlahoda>
Status: VERIFIED FIXED    
Severity: normal CC: muzPayne
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description choces 2011-04-09 13:08:48 UTC
For all enum class declaration, like the following one:

public class Test {

    private enum EnumTest {

        test1, test2;
    }
}

Hints show up insisting the enum class is public, so suggesting to move it to outer.
Comment 1 Quality Engineering 2011-04-12 08:41:19 UTC
Integrated into 'main-golden', will be available in build *201104120401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/864bb7f9e570
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #197590: Tree.Kind.CLASS=>Tree.Kind.ANNOTATION_TYPE,CLASS,ENUM,INTERFACE.
Comment 2 Jan Lahoda 2011-04-12 14:46:58 UTC
Fixed by the above changeset.
Comment 3 Jan Lahoda 2011-04-21 07:53:16 UTC
*** Bug 197933 has been marked as a duplicate of this bug. ***
Comment 4 Jaromir Uhrik 2011-05-16 20:05:15 UTC
Verified in the following trunk build:
Product Version: NetBeans IDE Dev (Build 201105160400)
Java: 1.6.0_25; Java HotSpot(TM) Client VM 20.0-b11
System: Windows 7 version 6.1 running on x86; Cp1250; cs_CZ (nb)
Comment 5 Jan Lahoda 2011-05-17 12:12:06 UTC
Applied to release70_fixes:
http://hg.netbeans.org/releases/rev/bf4de5da44fa
Spec. versions and long descriptions updated:
http://hg.netbeans.org/releases/rev/ab821ef74098
Comment 6 Jaromir Uhrik 2011-05-20 08:03:19 UTC
Verified in the following build + patch1:
Product Version: NetBeans IDE 7.0 (Build 201104080000)
Java: 1.6.0_25; Java HotSpot(TM) Client VM 20.0-b11
System: Windows 7 version 6.1 running on x86; Cp1250; cs_CZ (nb)