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 7824 - SourceException is not properly thrown
Summary: SourceException is not properly thrown
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 normal (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-10-06 09:49 UTC by Jan Becicka
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 Jan Becicka 2000-10-06 09:49:21 UTC
[1115]
If some MemberElement is removed from ClassElement (using
ClassElement.removeXXX()) and then is accessed to this just removed
MemberElement (some setter is called), no SourceException is thrown and even
some strange nonvalid chnages in code are made.
Comment 1 Jan Becicka 2000-10-20 15:09:59 UTC
[1127] No SourceExceptions are thrown
Comment 2 Jan Becicka 2000-11-01 16:31:59 UTC
[1135] MethodElement.setBody(), ConstructorElement.setBody(),
InitializerElement.setBody() and InitializerElement.setStatic() still don't
throw SourceException.
Comment 3 Svata Dedic 2000-11-01 16:57:59 UTC
I missed these.
Comment 4 Jan Becicka 2001-01-15 14:33:59 UTC
[010111_1] Verified
Comment 5 Quality Engineering 2003-07-01 13:20:00 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.