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 233711 - AssertionError at org.netbeans.modules.odcs.tasks.issue.IssuePanel.submitButtonActionPerformed
Summary: AssertionError at org.netbeans.modules.odcs.tasks.issue.IssuePanel.submitButt...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: ODCS Tasks (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-31 11:46 UTC by Tomas Stupka
Modified: 2013-08-30 10:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 202712


Attachments
stacktrace (2.92 KB, text/plain)
2013-07-31 11:46 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2013-07-31 11:46:16 UTC
This bug was originally marked as duplicate of bug 231205, 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 20130731-d17c6303d8b3)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Mac OS X

User Comments:
tstupka: tried to submit changes in an issue




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.odcs.tasks.issue.IssuePanel.submitButtonActionPerformed(IssuePanel.java:2448)
   at org.netbeans.modules.odcs.tasks.issue.IssuePanel.access$100(IssuePanel.java:151)
   at org.netbeans.modules.odcs.tasks.issue.IssuePanel$30.actionPerformed(IssuePanel.java:1762)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
Comment 1 Tomas Stupka 2013-07-31 11:46:18 UTC
Created attachment 138060 [details]
stacktrace
Comment 2 Ondrej Vrabec 2013-08-30 10:27:45 UTC
Should be fixed with switch to mylyn. TaskData are now completed on demand when a task is opened