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 214424 - ArithmeticException: / by zero
Summary: ArithmeticException: / by zero
Status: RESOLVED WONTFIX
Alias: None
Product: qa
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@qa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-19 09:45 UTC by Exceptions Reporter
Modified: 2012-06-19 09:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 164788


Attachments
stacktrace (2.54 KB, text/plain)
2012-06-19 09:45 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-06-19 09:45:44 UTC
This bug was originally marked as duplicate of bug 180092, 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 201206180001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b21
OS: Mac OS X

User Comments:
GUEST: 1




Stacktrace: 
java.lang.ArithmeticException: / by zero
   at foo.SomeAction.actionPerformed(SomeAction.java:26)
   at org.openide.awt.AlwaysEnabledAction$1.run(AlwaysEnabledAction.java:197)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
   at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:116)
   at org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:99)
   at org.openide.awt.AlwaysEnabledAction.actionPerformed(AlwaysEnabledAction.java:200)
Comment 1 Exceptions Reporter 2012-06-19 09:45:47 UTC
Created attachment 121036 [details]
stacktrace
Comment 2 Tomas Danek 2012-06-19 09:47:00 UTC
testing Dev==7.3 fix.