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 - CompiledSourceForBinaryQuery.Result.getRoots passes null to FileUtil.isArchiveFile
Summary: CompiledSourceForBinaryQuery.Result.getRoots passes null to FileUtil.isArchiv...
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks: 41537
  Show dependency tree
 
Reported: 2004-06-25 11:56 UTC by _ lcincura
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception stack trace (11.51 KB, text/plain)
2004-06-25 11:56 UTC, _ lcincura
Details

Note You need to log in before you can comment on or make changes to this bug.
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