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 - IllegalArgumentException: Parameter 'directory' is not a directory
Summary: IllegalArgumentException: Parameter 'directory' is not a directory
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-24 22:41 UTC by babitacramani
Modified: 2015-07-28 13:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218756


Attachments
stacktrace (3.71 KB, text/plain)
2015-07-24 22:41 UTC, babitacramani
Details

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