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 - 'constructor' for enum is not highlighted
Summary: 'constructor' for enum is not highlighted
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Rastislav Komara
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-07 16:39 UTC by damian_nb
Modified: 2009-11-02 10:59 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 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