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 268229 - java.net.MalformedURLException: no protocol: org/netbeans/modules/java/module/graph/GraphTopComponent
Summary: java.net.MalformedURLException: no protocol: org/netbeans/modules/java/module...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: Dev
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-27 10:28 UTC by Tomas Stupka
Modified: 2017-08-01 10:46 UTC (History)
9 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 226444


Attachments
stacktrace (3.88 KB, text/plain)
2016-09-27 10:28 UTC, Tomas Stupka
Details
stacktrace (4.72 KB, text/plain)
2016-11-08 13:55 UTC, Alexander Simon
Details
stacktrace (3.91 KB, text/plain)
2016-11-16 13:40 UTC, akobberup
Details
stacktrace (4.62 KB, text/plain)
2016-11-22 20:02 UTC, Exceptions Reporter
Details
stacktrace (4.19 KB, text/plain)
2016-12-01 11:15 UTC, Exceptions Reporter
Details
stacktrace (3.99 KB, text/plain)
2016-12-06 14:27 UTC, akobberup
Details
stacktrace (4.05 KB, text/plain)
2017-03-06 08:30 UTC, Vladimir Voskresensky
Details
stacktrace (4.09 KB, text/plain)
2017-05-05 13:16 UTC, Vladimir Voskresensky
Details
stacktrace (3.73 KB, text/plain)
2017-06-26 09:25 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2016-09-27 10:28:23 UTC
Build: NetBeans IDE Dev (Build 20160927-fa2b6b517a2a)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b07, Java(TM) SE Runtime Environment, 1.8.0_102-b07
OS: Mac OS X

User Comments:
tstupka: hovered mouse cursor over an expression while debugging




Stacktrace: 
java.net.MalformedURLException: no protocol: org/netbeans/modules/java/module/graph/GraphTopComponent
   at java.net.URL.<init>(URL.java:593)
   at java.net.URL.<init>(URL.java:490)
   at java.net.URL.<init>(URL.java:439)
   at org.netbeans.modules.java.source.parsing.ProxyFileManager.asURL(ProxyFileManager.java:540)
   at org.netbeans.modules.java.source.parsing.ProxyFileManager.handleOption(ProxyFileManager.java:283)
   at com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1206)
Comment 1 Tomas Stupka 2016-09-27 10:28:25 UTC
Created attachment 162237 [details]
stacktrace
Comment 2 Alexander Simon 2016-11-08 13:55:29 UTC
Created attachment 162826 [details]
stacktrace

edit file
Comment 3 akobberup 2016-11-16 13:40:34 UTC
Created attachment 162931 [details]
stacktrace

Tried to see result of selected code in debugger (by hovering mouse over the selected code).

The code selected is this: ((HasFieldsContainer_i) cContainer).getFields().stream().collect(Collectors.summingInt(f -> calculateMinimumPriceToPayForField(f, a_cDate)))
Comment 4 Exceptions Reporter 2016-11-16 13:40:39 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=226444
Comment 5 Exceptions Reporter 2016-11-22 20:02:24 UTC
Created attachment 162985 [details]
stacktrace

running my code and hit a breakpoint
Comment 6 Exceptions Reporter 2016-12-01 11:15:06 UTC
Created attachment 163109 [details]
stacktrace

Things happened
Comment 7 akobberup 2016-12-06 14:27:11 UTC
Created attachment 163167 [details]
stacktrace

Hovered mouse over selection while in breakpoint to see result of highlighed code. The code contained lambdas
Comment 8 Exceptions Reporter 2017-01-09 09:53:38 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=226444
Comment 9 Vladimir Voskresensky 2017-03-06 08:30:31 UTC
Created attachment 163775 [details]
stacktrace

started debug session
Comment 10 Vladimir Voskresensky 2017-05-05 13:16:15 UTC
Created attachment 164259 [details]
stacktrace

debugging java code
Comment 11 Vladimir Voskresensky 2017-06-26 09:25:32 UTC
Created attachment 164630 [details]
stacktrace

debug test method
Comment 12 Exceptions Reporter 2017-06-26 09:25:38 UTC
This bug already has 20 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=226444