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 217140 - NullPointerException at org.netbeans.modules.web.clientproject.api.ServerURLMapping.fromServer
Summary: NullPointerException at org.netbeans.modules.web.clientproject.api.ServerURLM...
Status: VERIFIED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Navigator (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-21 09:30 UTC by Jiri Skrivanek
Modified: 2012-10-01 11:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 191706


Attachments
stacktrace (3.36 KB, text/plain)
2012-08-21 09:30 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2012-08-21 09:30:01 UTC
Build: NetBeans IDE Dev (Build EaselCSS-520-on-20120821)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.2-b09, Java(TM) SE Runtime Environment, 1.7.0_06-b24
OS: Windows 7

User Comments:
jskrivanek: Run project with existing sources in Chrome (http://localhost:8383/Site1-project/index.html).




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.web.clientproject.api.ServerURLMapping.fromServer(ServerURLMapping.java:101)
   at org.netbeans.modules.html.navigator.HtmlNavigatorPanelUI.getInspectedFileFromPageModel(HtmlNavigatorPanelUI.java:282)
   at org.netbeans.modules.html.navigator.HtmlNavigatorPanelUI.pageModelDocumentChanged(HtmlNavigatorPanelUI.java:223)
   at org.netbeans.modules.html.navigator.HtmlNavigatorPanelUI.access$100(HtmlNavigatorPanelUI.java:93)
   at org.netbeans.modules.html.navigator.HtmlNavigatorPanelUI$2.propertyChange(HtmlNavigatorPanelUI.java:126)
   at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
Comment 1 Jiri Skrivanek 2012-08-21 09:30:03 UTC
Created attachment 123339 [details]
stacktrace
Comment 2 Jan Becicka 2012-09-17 07:50:03 UTC
already fixed.