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 43927 - Multiple temporary packages created before wizard finished
Summary: Multiple temporary packages created before wizard finished
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P1 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords:
: 43877 44062 44254 (view as bug list)
Depends on:
Blocks: 41535 43957
  Show dependency tree
 
Reported: 2004-05-27 13:16 UTC by Milan Kuchtiak
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

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 Milan Kuchtiak 2004-05-27 13:16:56 UTC
- Open the (java) wizard.
- Edit the Package text field manually.

You can see,in explorer, that new package is created.
In fact,it is created on disk as well.

What's worse,in some cases, multiple packages are
created on each key stroke. It's rather confusing.
Comment 1 Petr Hrebejk 2004-06-01 09:04:18 UTC
*** Issue 44062 has been marked as a duplicate of this issue. ***
Comment 2 Milan Kubec 2004-06-01 09:18:25 UTC
I have to increase to P1, because user impact is huge - in fact java
new file wizard is unusable.
Comment 3 Petr Hrebejk 2004-06-01 10:37:26 UTC
Sure. And by the way it is the case by the SimpleTargetChooser as
well. 1) Choose to create text file. 
2) Select some folder (e.g. src), add some path eg c/d/e 
3) then change the name of the dcoument. You'll see the created folder
as well.

Although this may be not that easy to fix for SimpleTargetChooser
 
Comment 4 Petr Hrebejk 2004-06-01 15:09:58 UTC
It should be fixed in both java and projects

Checking in
projects/projectui/src/org/netbeans/modules/project/ui/ProjectUtilities.java;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/ProjectUtilities.java,v
 <--  ProjectUtilities.java
new revision: 1.5; previous revision: 1.4
done
Checking in
projects/projectui/src/org/netbeans/modules/project/ui/SimpleTargetChooserPanel.java;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/SimpleTargetChooserPanel.java,v
 <--  SimpleTargetChooserPanel.java
new revision: 1.14; previous revision: 1.13
done
Comment 5 zikmund 2004-06-01 15:17:07 UTC
*** Issue 43877 has been marked as a duplicate of this issue. ***
Comment 6 Milan Kuchtiak 2004-06-03 07:49:22 UTC
*** Issue 44254 has been marked as a duplicate of this issue. ***