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 14247 - Tue Aug 07 15:30:25 EDT 2001: org.openide.src.SourceException$Protection:
Summary: Tue Aug 07 15:30:25 EDT 2001: org.openide.src.SourceException$Protection:
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-08-07 20:34 UTC by ross andrus
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide.log from netbeans 3.2 (605.34 KB, text/plain)
2001-08-07 20:36 UTC, ross andrus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ross andrus 2001-08-07 20:34:30 UTC
I was trying to delete a method that was added automagically but that 
I don't really want. As you can see from the log, I've retried this 
several times and can't get it deleted.
Comment 1 ross andrus 2001-08-07 20:36:04 UTC
Created attachment 2088 [details]
ide.log from netbeans 3.2
Comment 2 Jan Zajicek 2001-08-08 12:49:40 UTC
java's module issue
Comment 3 Jan Becicka 2001-08-09 10:25:41 UTC
Is the method, you are trying to remove, in guarded block (blue 
background in editor)?
Comment 4 Jan Zajicek 2001-08-14 11:20:54 UTC
Comment from Ross:

Yes.

It was a method created automagically by NB, related to some
swing event (I forget which). I eventually found the way to
delete it was to remove it in the property editor.




Comment 5 Svata Dedic 2001-08-16 17:41:21 UTC
Fixed in dev-trunk: changed severity of the provided message so it 
displays as an ordinary error message rather than exception.
The code itself, however, cannot be deleted since it is protected 
from user modifications.
If it was an event handler, you need to ask the Form Designer to 
remove it for you.
Comment 6 Jan Becicka 2001-09-19 09:29:16 UTC
[220109190100] Verified
Comment 7 Quality Engineering 2003-07-01 13:18:22 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.