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 253087 - IllegalArgumentException: URI is not hierarchical
Summary: IllegalArgumentException: URI is not hierarchical
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-20 15:01 UTC by ostermann_bernd
Modified: 2015-06-22 12:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 201535


Attachments
stacktrace (1.58 KB, text/plain)
2015-06-20 15:02 UTC, ostermann_bernd
Details
stacktrace (1.58 KB, text/plain)
2015-06-20 17:46 UTC, ostermann_bernd
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ostermann_bernd 2015-06-20 15:01:59 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 24.71-b01, Java(TM) SE Runtime Environment, 1.7.0_71-b14
OS: Windows XP

User Comments:
GUEST: Just start netbeans

GUEST: Meu Netbeans nao compila e nem abre nenhum projeto, e nao da nenhuma mensagem de erro

GUEST: I was setting my images for the buttons in the jframe

ostermann_bernd: Openeing projects

GUEST: Executed updates and a the next restart this warning shows in the right lower corner




Stacktrace: 
java.lang.IllegalArgumentException: URI is not hierarchical
   at java.io.File.<init>(File.java:418)
   at org.openide.util.Utilities.toFile(Utilities.java:3156)
   at org.netbeans.modules.javascript2.editor.classpath.ClassPathProviderImpl.getJsStubs(ClassPathProviderImpl.java:120)
   at org.netbeans.modules.javascript2.editor.classpath.ClassPathProviderImpl.getBootClassPath(ClassPathProviderImpl.java:103)
   at org.netbeans.modules.javascript2.editor.classpath.ClassPathProviderImpl$2.run(ClassPathProviderImpl.java:163)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
Comment 1 ostermann_bernd 2015-06-20 15:02:01 UTC
Created attachment 154308 [details]
stacktrace
Comment 2 ostermann_bernd 2015-06-20 17:46:41 UTC
Created attachment 154310 [details]
stacktrace

Opening projects
Comment 3 Petr Pisl 2015-06-22 12:13:41 UTC
Already fixed in dev-builds. Thanks for reporting.