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 271312

Summary: IllegalArgumentException: URI is not absolute
Product: java Reporter: mariolars
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 221833
Attachments: stacktrace

Description mariolars 2017-08-16 16:17:19 UTC
Build: NetBeans IDE Dev (Build 201707280001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: Windows 10

User Comments:
GUEST: Cannot add javadoc from a maven repository that is being suggested by netbeans resp. searches repositories that are geven in the pom.xml.

mariolars: empcraft.com/plotsquared/doc/ trying to add this link as javadoc

GUEST: Do not know what this is. Keeps coming up when NB wants to connect to public maven repos.




Stacktrace: 
java.lang.IllegalArgumentException: URI is not absolute
   at java.net.URI.toURL(URI.java:1088)
   at org.netbeans.modules.java.j2seplatform.queries.DefaultSourceJavadocAttacher.selectRoots(DefaultSourceJavadocAttacher.java:169)
   at org.netbeans.modules.java.j2seplatform.queries.DefaultSourceJavadocAttacher.access$000(DefaultSourceJavadocAttacher.java:68)
   at org.netbeans.modules.java.j2seplatform.queries.DefaultSourceJavadocAttacher$1.run(DefaultSourceJavadocAttacher.java:112)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
Comment 1 mariolars 2017-08-16 16:17:22 UTC
Created attachment 164964 [details]
stacktrace