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 235036 - exception reporter field not shown
Summary: exception reporter field not shown
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 7.4
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-26 13:43 UTC by Tomas Stupka
Modified: 2013-08-27 10:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2013-08-26 13:43:59 UTC
Product Version = NetBeans IDE Dev (Build 20130826-69aac5838b83)
Operating System = Mac OS X version 10.8.3 running on x86_64
Java; VM; Vendor = 1.7.0_17
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.7-b01

the exception reporter field is missing for nb issues created via exception reporter

IssuePanel.initCustomFields() - the test is made if the field contains some value (otherwise the field it isn't created). Seems that something changed so that at the given moment the issue still returns "" for issue.getFieldValue(field)

invoking reload attributes workarounds the problem
Comment 1 Ondrej Vrabec 2013-08-26 14:22:33 UTC
Hmm, great. Custom fields init task requires all taskdata to be loaded, cannot succeed without them.

fix: http://hg.netbeans.org/core-main/rev/868e1bfade56
Comment 2 Quality Engineering 2013-08-27 10:04:10 UTC
Integrated into 'main-silver', will be available in build *201308270854* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/868e1bfade56
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #235036 - exception reporter field not shown
make sure custom fields are initialized only when the taskdata is ready and fully loaded