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 48244 - Many exceptions from fix imports
Summary: Many exceptions from fix imports
Status: CLOSED DUPLICATE of bug 47917
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-31 15:20 UTC by ehucka
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stacktraces (26.17 KB, text/plain)
2004-08-31 15:21 UTC, ehucka
Details
another stacktrace - thrown into IDE (2.42 KB, text/plain)
2004-08-31 15:24 UTC, ehucka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2004-08-31 15:20:58 UTC
I invoked the fix import action in a source where
I use a class for the first time (it was not
imported yet). Many exceptions was thrown into a
console.
Comment 1 ehucka 2004-08-31 15:21:32 UTC
Created attachment 17252 [details]
stacktraces
Comment 2 ehucka 2004-08-31 15:24:45 UTC
Created attachment 17253 [details]
another stacktrace - thrown into IDE
Comment 3 ehucka 2004-08-31 15:31:25 UTC
the exceptions are throwning one by one. Each move in editor generates
a new NPE.

I created a class field - "HashMap cache = new HashMap();", I didn't
import a HashMap and I imediate used the field in a classes'es method.
Comment 4 Jan Becicka 2004-08-31 16:06:53 UTC
The first exception will be probably fixed by patch attached to issue
47917
Comment 5 Jan Becicka 2004-09-07 12:51:58 UTC

*** This issue has been marked as a duplicate of 47917 ***
Comment 6 ehucka 2004-10-25 16:33:44 UTC
verified
Comment 7 Quality Engineering 2007-09-20 12:48:50 UTC
Reorganization of java component