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

Summary: IllegalArgumentException: Attempted to pass a null directory to findProject
Product: third-party Reporter: adam_myatt <adam_myatt>
Component: -- Other --Assignee: issues@third-party <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 189469
Attachments: stacktrace

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