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 253585 - NullPointerException at com.sun.org.apache.xerces.internal.dom.DeepNodeListImpl.nextMatchingElementAfter
Summary: NullPointerException at com.sun.org.apache.xerces.internal.dom.DeepNodeListIm...
Status: RESOLVED WONTFIX
Alias: None
Product: xml
Classification: Unclassified
Component: API (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-20 15:04 UTC by scanti
Modified: 2016-07-07 09:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218648


Attachments
stacktrace (2.35 KB, text/plain)
2015-07-20 15:04 UTC, scanti
Details

Note You need to log in before you can comment on or make changes to this bug.
Description scanti 2015-07-20 15:04:54 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
scanti: Debugging a Java Application




Stacktrace: 
java.lang.NullPointerException
   at com.sun.org.apache.xerces.internal.dom.DeepNodeListImpl.nextMatchingElementAfter(DeepNodeListImpl.java:200)
   at com.sun.org.apache.xerces.internal.dom.DeepNodeListImpl.item(DeepNodeListImpl.java:146)
   at com.sun.org.apache.xerces.internal.dom.DeepNodeListImpl.getLength(DeepNodeListImpl.java:117)
   at org.netbeans.modules.editor.tools.storage.api.XMLHintPreferences$HintPreferencesProviderImpl.getPreferences(XMLHintPreferences.java:279)
   at org.netbeans.modules.editor.tools.storage.api.ToolPreferences.getPreferences(ToolPreferences.java:79)
   at org.netbeans.modules.apisupport.hints.projectbridge.ProjectConfiguration$ProjectSettingsProvider$1.getProjectSettings(ProjectConfiguration.java:107)
Comment 1 scanti 2015-07-20 15:04:56 UTC
Created attachment 154734 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 09:56:13 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss