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 10555 - org.openide.src.SourceException after adding an import statement
Summary: org.openide.src.SourceException after adding an import statement
Status: CLOSED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-03-21 21:48 UTC by Scott Stark
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
system/ide.log (9.24 KB, text/plain)
2001-07-20 20:40 UTC, Scott Stark
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Stark 2001-03-21 21:48:54 UTC
I had created an inner class that implements the 
javax.swing.ListCellRenderer interface inside of a
Swing form class and when I added the import javax.swing.ListCellRenderer
statement and saved the class I received a SourceException
error dialog. See the attached file.
Comment 1 Scott Stark 2001-03-21 21:51:00 UTC
Created attachment 845 [details]
system/ide.log
Comment 2 Svata Dedic 2001-03-22 08:51:19 UTC
Can't reproduce it. It may depend on the exact contents of the source. Would 
you mind attaching the source to the report ?
Another things that may help me with reproduction:
- run NetBeans with parameter "-J-Dnetbeans.debug.exceptions.=true" . The 
exception that was show was only a wrapper around another one. This property 
should cause NB to print the real exception to the console and the logfile.
- perform Tools | Synchronize on the inner class. The exception should show up 
again.
- please include a build number

[I'm suspecting either some hidden NPE, or bad guarded block avoidance 
strategy]
Comment 3 Svata Dedic 2001-03-27 12:01:24 UTC
Lowering priority; I cannot reproduce the issue, cannot guess what could go 
wrong from the stacktrace and there's no additional feedback.
Will close as WORKSFORME within a week without additional info.
Comment 4 Svata Dedic 2001-04-02 16:27:04 UTC
Please reopen if it occurs again.
Comment 5 Quality Engineering 2003-07-01 13:11:18 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 6 Quality Engineering 2003-07-01 13:18:47 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.