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 - AssertionError at org.netbeans.spi.project.support.ant.AntProjectHelper.save
Summary: AssertionError at org.netbeans.spi.project.support.ant.AntProjectHelper.save
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-12 01:06 UTC by Exceptions Reporter
Modified: 2017-10-12 01:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230559


Attachments
stacktrace (5.28 KB, text/plain)
2017-10-12 01:06 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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