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 45557

Summary: CompiledSourceForBinaryQuery.Result.getRoots passes null to FileUtil.isArchiveFile
Product: java Reporter: _ lcincura <lcincura>
Component: UnsupportedAssignee: Tomas Zezula <tzezula>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 41537    
Attachments: Exception stack trace

Description _ lcincura 2004-06-25 11:56:15 UTC
NetBeans IDE 200406241800 on java 1.4.2_04

1, Invoke New Project
2, Select Java Project With Existing Sources
3, Set source directory and project directory to
the same directory and press OK => the exception
is thrown and the project is not opened. However
it is created in the directory.
Comment 1 _ lcincura 2004-06-25 11:56:49 UTC
Created attachment 16002 [details]
Exception stack trace
Comment 2 Tomas Zezula 2004-06-30 11:01:33 UTC
This is not a case we want to support. But it should not throw an
exception.  I am going to check this case and forbid it.
Comment 3 Tomas Zezula 2004-06-30 13:15:45 UTC
Checking in
j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/Bundle.properties;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.26; previous revision: 1.25
done
Checking in
j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/PanelSourceFolders.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/PanelSourceFolders.java,v
 <--  PanelSourceFolders.java
new revision: 1.17; previous revision: 1.16
done
Comment 4 _ lcincura 2004-10-19 10:21:31 UTC
Verified on build 200410181800