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 193187 - [70cat] AssertionError at org.netbeans.modules.maven.model.pom.POMModelFactory.getModel
Summary: [70cat] AssertionError at org.netbeans.modules.maven.model.pom.POMModelFactor...
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-09 18:24 UTC by karthi_acb
Modified: 2011-02-10 11:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 174872


Attachments
stacktrace (7.46 KB, text/plain)
2010-12-09 18:24 UTC, karthi_acb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description karthi_acb 2010-12-09 18:24:17 UTC
Build: NetBeans IDE 7.0 Beta (Build 201011152355)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03-307, Java(TM) SE Runtime Environment, 1.6.0_22-b04-307-10M3261
OS: Mac OS X

Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.maven.model.pom.POMModelFactory.getModel(POMModelFactory.java:77)
   at org.netbeans.modules.maven.model.Utilities.performPOMModelOperations(Utilities.java:305)
   at org.netbeans.modules.maven.operations.OperationsImpl.checkParentProject(OperationsImpl.java:196)
   at org.netbeans.modules.maven.operations.OperationsImpl.notifyDeleting(OperationsImpl.java:122)
   at org.netbeans.spi.project.support.ProjectOperations.notifyDeleting(ProjectOperations.java:125)
   at org.netbeans.modules.project.uiapi.DefaultProjectOperationsImplementation.performDelete(DefaultProjectOperationsImplementation.java:132)
Comment 1 karthi_acb 2010-12-09 18:24:20 UTC
Created attachment 103897 [details]
stacktrace
Comment 2 Jesse Glick 2011-02-09 00:38:08 UTC
core-main #9beb46ebbe50
Comment 3 Quality Engineering 2011-02-10 11:31:00 UTC
Integrated into 'main-golden', will be available in build *201102100500* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/9beb46ebbe50
User: Jesse Glick <jglick@netbeans.org>
Log: #193187: [70cat] AssertionError at org.netbeans.modules.maven.model.pom.POMModelFactory.getModel
Also cleaning up Utilities class generally and making it testable.