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

Summary: java.net.MalformedURLException: no protocol: nullwww.w3.org/TR/css3-box/index.html#display
Product: web Reporter: valour47
Component: CSS EditorAssignee: Milutin Kristofic <mkristofic>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 219330
Attachments: stacktrace

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