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 267485 - java.net.MalformedURLException: no protocol: nullwww.w3.org/TR/css3-box/index.html#display
Summary: java.net.MalformedURLException: no protocol: nullwww.w3.org/TR/css3-box/index...
Status: RESOLVED WORKSFORME
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-08 13:49 UTC by valour47
Modified: 2016-11-24 14:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219330


Attachments
stacktrace (2.61 KB, text/plain)
2016-08-08 13:49 UTC, valour47
Details

Note You need to log in before you can comment on or make changes to this bug.
Description valour47 2016-08-08 13:49:53 UTC
Build: NetBeans IDE 8.1 (Build 20151231-debian-8.1)
VM: OpenJDK 64-Bit Server VM, 25.91-b14, OpenJDK Runtime Environment, 1.8.0_91-8u91-b14-3ubuntu1~16.04.1-b14
OS: Linux

User Comments:
GUEST: ?

GUEST: This error occurs while editing xhtml (JSF) files.

valour47: was working on css code when error showed up. it was about to show me a hint but i typed fast pass it.

GUEST: <Please provide a description of the problem or the steps to reproduce>
jkjk

GUEST: ?

GUEST: <Please provide a description of the problem or the steps to reproduce> error

GUEST: Error to check




Stacktrace: 
java.net.MalformedURLException: no protocol: nullwww.w3.org/TR/css3-box/index.html#display
   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.css.editor.module.main.StandardPropertiesHelpResolver.getHelp(StandardPropertiesHelpResolver.java:0)
   at org.netbeans.modules.css.editor.module.CssModuleSupport$7.getHelp(CssModuleSupport.java:0)
   at org.netbeans.modules.css.editor.csl.CssCompletion.document(CssCompletion.java:0)
Comment 1 valour47 2016-08-08 13:49:56 UTC
Created attachment 161592 [details]
stacktrace
Comment 2 Milutin Kristofic 2016-11-24 14:23:35 UTC
There are no more reports from dev build and 8.2 build. It was probably fixed with changes in html documentation like in Bug #249062