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 214165 - IllegalArgumentException: Attempted to pass a null directory to findProject
Summary: IllegalArgumentException: Attempted to pass a null directory to findProject
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-13 23:41 UTC by adam_myatt
Modified: 2012-06-14 00:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 189469


Attachments
stacktrace (307 bytes, text/plain)
2012-06-13 23:41 UTC, adam_myatt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description adam_myatt 2012-06-13 23:41:21 UTC
Build: NetBeans IDE 7.1 (Build 201112071828)
VM: Java HotSpot(TM) Client VM, 20.4-b02, Java(TM) SE Runtime Environment, 1.6.0_29-b11
OS: Windows 7

Stacktrace: 
java.lang.IllegalArgumentException: Attempted to pass a null directory to findProject
   at org.netbeans.api.project.ProjectManager.findProject(ProjectManager.java:227)
   at net.java.atlassian.jdk.plugin.wizard.AtlassianProjectWizardAction$AtlassianProcessThread.run(AtlassianProjectWizardAction.java:229)
Comment 1 adam_myatt 2012-06-13 23:41:26 UTC
Created attachment 120806 [details]
stacktrace