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 - IllegalArgumentException: URI is not absolute
Summary: IllegalArgumentException: URI is not absolute
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-16 16:17 UTC by mariolars
Modified: 2017-08-16 16:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221833


Attachments
stacktrace (1.56 KB, text/plain)
2017-08-16 16:17 UTC, mariolars
Details

Note You need to log in before you can comment on or make changes to this bug.
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