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 220847 - Exception in messages.log if tool collection is changed in Project Properties window
Summary: Exception in messages.log if tool collection is changed in Project Properties...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Property Editors (show other bugs)
Version: 7.3
Hardware: PC Solaris
: P2 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2012-10-25 14:03 UTC by soldatov
Modified: 2012-10-30 02:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception in messages.log (15.65 KB, text/plain)
2012-10-25 14:03 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2012-10-25 14:03:55 UTC
Created attachment 126549 [details]
exception in messages.log

Scenario:
- Create any C/C++ sample (for example: Welcome)
- Call Project Properties window
- Select Build category
- Click into any cell with combobox
==>
- I can type any value (??)
- exception appears in messages.log
Comment 1 soldatov 2012-10-29 09:16:07 UTC
P.S. exception appears if I replace
Comment 2 soldatov 2012-10-29 09:20:17 UTC
Scenario:
- Create Welcome project
- Call Project Properties window
- Replace "Default(OracleSolarisStudio)" on "GNU" in Build|Tool Collection
- Press OK button
- Check messages.log
===>
java.lang.Exception: Stack trace
	at java.lang.Thread.dumpStack(Thread.java:1342)
	at org.openide.explorer.propertysheet.ComboInplaceEditor.firePopupMenuWillBecomeInvisible(ComboInplaceEditor.java:602)
	at javax.swing.plaf.basic.BasicComboPopup.firePopupMenuWillBecomeInvisible(BasicComboPopup.java:353)
	at javax.swing.JPopupMenu.setVisible(JPopupMenu.java:794)
Comment 3 Alexander Simon 2012-10-29 09:47:28 UTC
Probably the bug is a duplicate of bug #220163.

There are two regressions:
1. combo-box is now editable.
2. exception in console when user click ok on property
Comment 4 Stanislav Aubrecht 2012-10-29 09:53:35 UTC
core-main df4014055304

Combo boxes are now editable because they support auto-complete.
Comment 5 Quality Engineering 2012-10-30 02:32:09 UTC
Integrated into 'main-golden', will be available in build *201210300001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/df4014055304
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #220847 - remove debug messages