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 219143 - AssertionError at org.netbeans.modules.mobility.project.J2MEProjectOperations.notifyDeleting
Summary: AssertionError at org.netbeans.modules.mobility.project.J2MEProjectOperations...
Status: CLOSED DUPLICATE of bug 219050
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Petr Somol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-27 21:23 UTC by sunbiz
Modified: 2012-10-03 09:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 192848


Attachments
stacktrace (956 bytes, text/plain)
2012-09-27 21:23 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2012-09-27 21:23:47 UTC
Build: NetBeans IDE 7.3 Beta (Build 201209232010)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.10-b01, Java(TM) SE Runtime Environment, 1.6.0_35-b10
OS: Windows NT (unknown)

User Comments:
sunbiz: Deleting J2ME application project and got this exception




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.mobility.project.J2MEProjectOperations.notifyDeleting(J2MEProjectOperations.java:110)
   at org.netbeans.spi.project.support.ProjectOperations.notifyDeleting(ProjectOperations.java:129)
   at org.netbeans.modules.project.uiapi.DefaultProjectOperationsImplementation.performDelete(DefaultProjectOperationsImplementation.java:130)
   at org.netbeans.modules.project.uiapi.DefaultProjectOperationsImplementation.access$200(DefaultProjectOperationsImplementation.java:101)
   at org.netbeans.modules.project.uiapi.DefaultProjectOperationsImplementation$1.execute(DefaultProjectOperationsImplementation.java:205)
   at org.netbeans.modules.project.uiapi.DefaultProjectOperationsImplementation$6$1.run(DefaultProjectOperationsImplementation.java:649)
Comment 1 sunbiz 2012-09-27 21:23:49 UTC
Created attachment 125036 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-09-29 07:55:00 UTC
I can't reproduce on Linux ... anyway might be regression of bug 219050.

Petr, please evaluate.
Comment 3 Petr Somol 2012-10-01 08:39:00 UTC
the assertion was part of ME Project deletion code before #219050 fix.

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