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 188413 - UnsupportedOperationException: getXPath access not supported.
Summary: UnsupportedOperationException: getXPath access not supported.
Status: RESOLVED DUPLICATE of bug 188363
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-06 17:26 UTC by Jesse Glick
Modified: 2010-10-07 17:21 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 171212


Attachments
stacktrace (2.52 KB, text/plain)
2010-07-06 17:26 UTC, Jesse Glick
Details
stacktrace (4.66 KB, text/plain)
2010-07-22 07:30 UTC, artisan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2010-07-06 17:26:10 UTC
Build: NetBeans IDE Dev (Build 100706-6db5825b9f05)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

Stacktrace: 
java.lang.UnsupportedOperationException: getXPath access not supported.
   at org.netbeans.modules.xml.xam.dom.ReadOnlyAccess.getXPath(ReadOnlyAccess.java:109)
   at org.netbeans.modules.xml.xam.dom.AbstractDocumentModel.getXPathExpression(AbstractDocumentModel.java:561)
   at org.netbeans.modules.maven.hints.pom.MoveToDependencyManagementHint.getErrorsForDocument(MoveToDependencyManagementHint.java:102)
   at org.netbeans.modules.maven.hints.pom.StatusProvider$StatusProviderImpl.findHints(StatusProvider.java:217)
   at org.netbeans.modules.maven.hints.pom.StatusProvider$StatusProviderImpl.getUpToDate(StatusProvider.java:246)
   at org.netbeans.modules.editor.errorstripe.AnnotationViewDataImpl.computeTotalStatusType(AnnotationViewDataImpl.java:494)
Comment 1 Jesse Glick 2010-07-06 17:26:13 UTC
Created attachment 100626 [details]
stacktrace
Comment 2 Sergey Lunegov 2010-07-07 08:30:43 UTC
Reassigned to maven
Comment 3 Exceptions Reporter 2010-07-20 12:48:50 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=171212
Comment 4 artisan 2010-07-22 07:30:59 UTC
Created attachment 100967 [details]
stacktrace

Cut/paste part of a pom.xml file.
Comment 5 Jesse Glick 2010-10-07 17:21:57 UTC

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