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 121385

Summary: 'constructor' for enum is not highlighted
Product: java Reporter: damian_nb <damian_nb>
Component: SourceAssignee: Rastislav Komara <moonko>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description damian_nb 2007-11-07 16:39:13 UTC
With following enum:

public enum EnumCollectsObject
{
	MERCURY(3.303e+23);
	private final double mass;

	EnumCollectsObject(double mass)
	{
		this.mass = mass;
	}
}


when I select MERCURY then EnumCollectsObject (constructor for this enum) should be highlighted like it is for
variables, fied and constructors but it isn't
Comment 1 Jan Lahoda 2007-11-08 15:46:46 UTC
Possibly.
Comment 2 Rastislav Komara 2009-02-03 10:57:01 UTC
Overtake.
Comment 3 David Strupl 2009-03-31 15:59:15 UTC
Resolving all issues with milestone "future" as LATER. If you feel strongly that
it should be implemented please reopen and set the target milestone to "next".
Comment 4 Quality Engineering 2009-11-02 10:59:45 UTC
NetBeans.org Migration: changing resolution from LATER to WONTFIX