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 49108 - Overide Methods isn't present in Tools menu(and can't be invoked) if cursor is in commented part of source code
Summary: Overide Methods isn't present in Tools menu(and can't be invoked) if cursor ...
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-15 16:39 UTC by Marian Mirilovic
Modified: 2007-09-26 09:14 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 Marian Mirilovic 2004-09-15 16:39:12 UTC
[nb_dev](200409141800), [jdk1.5.0](rc)

Steps to reproduce:
- run IDE
- open some java file
- move cursor to commentary
- invoke Tools menu 
-> no Overide Methods action is there
- move cursor in the file to uncommneted line
- invoke Tools menu 
->  Overide Methods action presents
Comment 1 Jan Becicka 2004-09-20 14:44:26 UTC
Checking in OverrideAction.java;
/cvs/java/src/org/netbeans/modules/java/tools/OverrideAction.java,v 
<--  OverrideAction.java
new revision: 1.19; previous revision: 1.18
done
Comment 2 Marian Mirilovic 2004-09-20 23:42:56 UTC
verified in [nb_dev](200409201800)