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 253083 - IllegalArgumentException: Parameter 'directory' is not a directory
Summary: IllegalArgumentException: Parameter 'directory' is not a directory
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Reverse Engineering (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-19 16:07 UTC by Jason.Hall
Modified: 2015-06-19 18:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218060


Attachments
stacktrace (3.70 KB, text/plain)
2015-06-19 16:07 UTC, Jason.Hall
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason.Hall 2015-06-19 16:07:54 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Windows 7

User Comments:
jason.hall: Netbeans 8.0.2 independent zip file version on windows 7  - installed easyUML from plugin source and it will not install the reservse engineer "chunk".  Error in the Apache commons.....




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.ReverseEngineerJ2SEAction.actionPerformed(ReverseEngineerJ2SEAction.java:63)
   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 Jason.Hall 2015-06-19 16:07:56 UTC
Created attachment 154305 [details]
stacktrace