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 230602 - NullPointerException at org.netbeans.modules.web.webkit.debugging.api.css.SourceRange.<init>
Summary: NullPointerException at org.netbeans.modules.web.webkit.debugging.api.css.Sou...
Status: RESOLVED DUPLICATE of bug 230206
Alias: None
Product: web
Classification: Unclassified
Component: Inspection (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jan Stola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-01 09:46 UTC by eloyvl
Modified: 2013-06-03 07:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 200948


Attachments
stacktrace (1002 bytes, text/plain)
2013-06-01 09:46 UTC, eloyvl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description eloyvl 2013-06-01 09:46:38 UTC
Build: NetBeans IDE 7.3 (Build 201302132200)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_15-b03
OS: Windows 7

User Comments:
GUEST: again

eloyvl: Ocurrre when I select an object with the inspect mode nebeans

GUEST: dunno

GUEST: wtf




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.web.webkit.debugging.api.css.SourceRange.<init>(SourceRange.java:63)
   at org.netbeans.modules.web.webkit.debugging.api.css.Property.<init>(Property.java:93)
   at org.netbeans.modules.web.webkit.debugging.api.css.Style.<init>(Style.java:80)
   at org.netbeans.modules.web.webkit.debugging.api.css.InheritedStyleEntry.<init>(InheritedStyleEntry.java:68)
   at org.netbeans.modules.web.webkit.debugging.api.css.MatchedStyles.<init>(MatchedStyles.java:92)
   at org.netbeans.modules.web.webkit.debugging.api.css.CSS.getMatchedStyles(CSS.java:267)
Comment 1 eloyvl 2013-06-01 09:46:39 UTC
Created attachment 135198 [details]
stacktrace
Comment 2 Vladimir Riha 2013-06-02 13:30:04 UTC
looks like a dupl. of issue 230206
Comment 3 Jan Stola 2013-06-03 07:45:32 UTC
> looks like a dupl. of issue 230206

Yes, it is a duplicate of issue 230206.

*** This bug has been marked as a duplicate of bug 230206 ***