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 70354 - [50cat] Unnecessary indents in the Source menu
Summary: [50cat] Unnecessary indents in the Source menu
Status: VERIFIED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-13 17:41 UTC by cezariusz
Modified: 2007-12-07 16:34 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot (19.57 KB, image/png)
2005-12-13 17:42 UTC, cezariusz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cezariusz 2005-12-13 17:41:50 UTC
[ BUILD # : 200512051900 ]
[ JDK VERSION : 1.5.0_02 ]

Two actions are indented:
- Override Methods
- Organize Imports

See the screenshot.
Comment 1 cezariusz 2005-12-13 17:42:33 UTC
Created attachment 27800 [details]
Screenshot
Comment 2 Martin Roskanin 2005-12-14 12:50:55 UTC
I cannot reproduce in current dev build. Anyway, the action Override Methods is
implemented in java module - reassigning.
Comment 3 Jan Becicka 2005-12-19 14:06:41 UTC
Whoever maintains Organize Imports: please add putValue("noIconInMenu",
Boolean.TRUE); to your action.
Comment 4 Jesse Glick 2005-12-19 21:33:18 UTC
Tim's but I can handle this.
Comment 5 Jesse Glick 2005-12-19 21:41:24 UTC
Checking in src/org/netbeans/modules/importcruncher/CrunchAction.java;
/cvs/contrib/importcruncher/src/org/netbeans/modules/importcruncher/CrunchAction.java,v
 <--  CrunchAction.java
new revision: 1.8; previous revision: 1.7
done
Checking in manifest.mf;
/cvs/contrib/importcruncher/manifest.mf,v  <--  manifest.mf
new revision: 1.4; previous revision: 1.3
done
Comment 6 cezariusz 2006-06-09 19:58:28 UTC
Verified in 5.0 release.