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 271623

Summary: AssertionError at org.netbeans.spi.project.support.ant.AntProjectHelper.save
Product: projects Reporter: Exceptions Reporter <exceptions_reporter>
Component: AntAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 230559
Attachments: stacktrace

Description Exceptions Reporter 2017-10-12 01:06:03 UTC
This bug was originally marked as duplicate of bug 215922, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 20171006-unknown-revn)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.144-b01, Java(TM) SE Runtime Environment, 1.8.0_144-b01
OS: Windows 10

User Comments:
GUEST: Changing platform from Java 8 to Java 9




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.spi.project.support.ant.AntProjectHelper.save(AntProjectHelper.java:601)
   at org.netbeans.spi.project.support.ant.AntProjectHelper.access$100(AntProjectHelper.java:89)
   at org.netbeans.spi.project.support.ant.AntProjectHelper$1.save(AntProjectHelper.java:127)
   at org.netbeans.modules.project.ant.AntBasedProjectFactorySingleton.saveProject(AntBasedProjectFactorySingleton.java:406)
   at org.netbeans.modules.projectapi.nb.NbProjectManager$6.run(NbProjectManager.java:618)
   at org.netbeans.modules.projectapi.nb.NbProjectManager$6.run(NbProjectManager.java:608)
Comment 1 Exceptions Reporter 2017-10-12 01:06:05 UTC
Created attachment 165271 [details]
stacktrace