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 253768

Summary: IllegalArgumentException: Parameter 'directory' is not a directory
Product: uml Reporter: babitacramani
Component: GeneralAssignee: issues@uml <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 218756
Attachments: stacktrace

Description babitacramani 2015-07-24 22:41:50 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Windows 8

User Comments:
babitacramani: Plugin - easyUML installed. Create easyUML Class design from project[right click] , no design has been created.




Stacktrace: 
java.lang.IllegalArgumentException: Parameter 'directory' is not a directory
   at org.apache.commons.io.FileUtils.listFiles(FileUtils.java:293)
   at org.apache.commons.io.FileUtils.listFiles(FileUtils.java:378)
   at org.uml.reveng.ReverseEngineerMavenJavaAction.actionPerformed(ReverseEngineerMavenJavaAction.java:59)
   at org.openide.awt.InjectorExactlyOne.actionPerformed(InjectorExactlyOne.java:78)
   at org.openide.awt.ContextAction$Performer.actionPerformed(ContextAction.java:226)
   at org.openide.awt.ContextManager.actionPerformed(ContextManager.java:260)
Comment 1 babitacramani 2015-07-24 22:41:52 UTC
Created attachment 154875 [details]
stacktrace