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 13845 - Cannot copy nonserializable *.class even for good reasons
Summary: Cannot copy nonserializable *.class even for good reasons
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-23 18:59 UTC by Jesse Glick
Modified: 2003-06-30 16:44 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 Jesse Glick 2001-07-23 18:59:03 UTC
[dev jul 21] Found a .class file in a JAR. I cannot copy it (wished to
paste a link to another location: in this case to bsh.Console from
bsh.jar to make a shortcut to run BeanShell).
CompiledDataObject.isCopyAllowed returns false in this case (it is not
a serializable bean) but I did not wish to copy it in this fashion,
only for use with the data shadow paste type, which should always be
allowed, even if serialization paste etc. is not.
Comment 1 Tomas Hurka 2001-08-20 15:48:09 UTC
fixed in trunk - thanks to integration of clazz module with classfile
reader copying of class files is now allowed
Comment 2 Jan Becicka 2001-09-19 14:49:48 UTC
[200109190100] Verified
Comment 3 Quality Engineering 2003-06-30 16:44:15 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.