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 253739 - IllegalArgumentException: URI is not hierarchical
Summary: IllegalArgumentException: URI is not hierarchical
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: sqe tools (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: sreimers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-24 12:53 UTC by tgauden
Modified: 2015-09-08 13:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203667


Attachments
stacktrace (815 bytes, text/plain)
2015-07-24 12:53 UTC, tgauden
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tgauden 2015-07-24 12:53:39 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.65-b04, Java(TM) SE Runtime Environment, 1.7.0_67-b01
OS: Windows 7

User Comments:
GUEST: opened source file (java) on Mac OSX

tgauden: Getting this issue while debugging application. I think that most of the issues is that Netbeans needs to update checkstyle to handle Java 7 and Java 8. When I build a project using Java 6 I do-not get these issues.




Stacktrace: 
java.lang.IllegalArgumentException: URI is not hierarchical
   at java.io.File.<init>(File.java:418)
   at org.nbheaven.sqe.tools.checkstyle.codedefects.core.CheckstyleScannerJob.executeCheckstyle(CheckstyleScannerJob.java:175)
   at org.nbheaven.sqe.tools.checkstyle.codedefects.core.CheckstyleFileScannerJob.executeCheckstyle(CheckstyleFileScannerJob.java:40)
   at org.nbheaven.sqe.tools.checkstyle.codedefects.core.CheckstyleScannerJob.scan(CheckstyleScannerJob.java:154)
   at org.nbheaven.sqe.codedefects.core.spi.SQECodedefectScanner$Job.run(SQECodedefectScanner.java:54)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
Comment 1 tgauden 2015-07-24 12:53:40 UTC
Created attachment 154855 [details]
stacktrace