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 64645 - Property editor does not work for Runtime nodes
Summary: Property editor does not work for Runtime nodes
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2005-09-19 12:33 UTC by Martin Schovanek
Modified: 2008-12-22 18:08 UTC (History)
3 users (show)

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 Martin Schovanek 2005-09-19 12:33:50 UTC
[#200509181800, jdk1.5.0]

to reproduce:
-------------
1) open Window > Properties
2) select a .java node in the Projects view
NOTE: node properties appear in the Properties window
3) select any node from Runtime tab
ERROR: Properties window still displays the .java node properties

This scenario is only way how to edit the 'Runtime tab > Databases > Database
Connection' node properties => P1
Comment 1 Jan Chalupa 2005-09-19 16:02:53 UTC
Any idea when this got broken?
Comment 2 Jiri Rechtacek 2005-09-19 16:07:44 UTC
Jardo, it's a regression caused by:

RCS file: /cvs/core/src/org/netbeans/core/NbMainExplorer.java,v
Working file: core/src/org/netbeans/core/NbMainExplorer.java
revision 1.146
date: 2005/09/14 09:58:02;  author: jtulach;  state: Exp;  lines: +6 -5
#59967, #59970, #59976: Removing dependency of core, core/windows,
core/execution on org.openide.compat. Adding dep of the org.openide.compat on
core as it needs the value of IDESettings.confirmDelete for its
ExplorerPanel.isConfirmDelete method

Please, look on it. Thanks
Comment 3 Jaroslav Tulach 2005-09-20 07:38:57 UTC
Stupid mistake, sorry. 
 
/cvs/core/src/org/netbeans/beaninfo/ExplorerPanel.java,v  <--  
ExplorerPanel.java 
new revision: 1.2 
Comment 4 Martin Schovanek 2005-09-20 12:48:07 UTC
Verified in custom #20050920.