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 197722 - Typo in hint "Java>Performance>Map replaceable with EnumMap"
Summary: Typo in hint "Java>Performance>Map replaceable with EnumMap"
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Hints & Annotations (show other bugs)
Version: 6.x
Hardware: All All
: P4 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-13 20:17 UTC by athompson
Modified: 2011-04-18 23:06 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 athompson 2011-04-13 20:17:32 UTC
Description reads "Finds instantiations of Maps that can be replaced with EnumSet".  It should read "Finds instantiations of Maps that can be replaced with EnumMap".
Comment 1 Jan Lahoda 2011-04-15 10:26:20 UTC
Good catch, thanks:
http://hg.netbeans.org/jet-main/rev/2fe5b4f9b3ad
Comment 2 Quality Engineering 2011-04-16 08:39:34 UTC
Integrated into 'main-golden', will be available in build *201104160401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/2fe5b4f9b3ad
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #197722: fixing a copy&paste bug in hint description.
Comment 3 athompson 2011-04-18 23:06:28 UTC
yup