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 43673 - can't copy a read-only property value
Summary: can't copy a read-only property value
Status: RESOLVED DUPLICATE of bug 49441
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-21 14:01 UTC by santhosh
Modified: 2008-12-22 20:54 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description santhosh 2004-05-21 14:01:57 UTC
steps to reproduce:

I want to reed effective classpath of Core-Output 
Module from options dialog. this property is read-
only and the value is too long and the tooltip 
gets disposed before reading the value. then I 
tried to copy the value. but the actual string 
copied is:

org.netbeans.core.ui.ModuleNode$1ClasspathProperty
@2c6ab7c
	org.netbeans.core.ui.ModuleNode$1Classpath
Property@2c6ab7c

I tried with some other read-only properties. I 
am not able to copy values of any of such 
properties.
Comment 1 Martin Krauskopf 2004-11-23 15:56:13 UTC
This one will be solved as part of 49441 issue.

*** This issue has been marked as a duplicate of 49441 ***