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 46766 - Fix Imports confused by local classes
Summary: Fix Imports confused by local classes
Status: RESOLVED DUPLICATE of bug 48869
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-29 23:07 UTC by Jesse Glick
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 Jesse Glick 2004-07-29 23:07:17 UTC
I tried to fix imports on HtmlBrowser.java in
openide. It reported however that it could not
find the import for URLSetter. This is a local
class inside the setURL method, used once:

  rp.getDefault().post(new URLSetter());

Also SwingUtilities, present inside URLSetter, was
not imported automatically.
Comment 1 Martin Matula 2004-10-13 11:24:43 UTC

*** This issue has been marked as a duplicate of 48869 ***
Comment 2 Quality Engineering 2007-09-20 11:50:09 UTC
Reorganization of java component