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 231804 - AssertionError at org.netbeans.modules.bugzilla.issue.BugzillaIssue$8.run
Summary: AssertionError at org.netbeans.modules.bugzilla.issue.BugzillaIssue$8.run
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
: 231856 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-06-25 23:23 UTC by adithyank
Modified: 2013-06-27 02:17 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 201649


Attachments
stacktrace (3.60 KB, text/plain)
2013-06-25 23:23 UTC, adithyank
Details

Note You need to log in before you can comment on or make changes to this bug.
Description adithyank 2013-06-25 23:23:21 UTC
Build: NetBeans IDE 7.4 Beta (Build 201306132201)
VM: Java HotSpot(TM) Client VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Linux

User Comments:
adithyank: While submitting an enhancement issue, this Exception came

GUEST: fresh install
Report issue... Submit Issue




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.bugzilla.issue.BugzillaIssue$8.run(BugzillaIssue.java:1126)
   at org.netbeans.modules.bugzilla.issue.BugzillaIssue.runWithModelLoaded(BugzillaIssue.java:1429)
   at org.netbeans.modules.bugzilla.issue.BugzillaIssue.submitAndRefresh(BugzillaIssue.java:1096)
   at org.netbeans.modules.bugzilla.issue.IssuePanel$15.run(IssuePanel.java:2491)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2042)
Comment 1 adithyank 2013-06-25 23:23:23 UTC
Created attachment 136297 [details]
stacktrace
Comment 2 Ondrej Vrabec 2013-06-26 13:16:58 UTC
i am not sure what might be the cause, maybe submitting failed because of some unexpected error.

fix: http://hg.netbeans.org/core-main/rev/bb271d0060c3
Comment 3 Tomas Stupka 2013-06-26 15:20:38 UTC
*** Bug 231856 has been marked as a duplicate of this bug. ***
Comment 4 Quality Engineering 2013-06-27 02:17:35 UTC
Integrated into 'main-golden', will be available in build *201306262301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/bb271d0060c3
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #231804 - AssertionError at org.netbeans.modules.bugzilla.issue.BugzillaIssue$8.run