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 71520 - Encountered javax.jmi.reflect.InvalidObjectException when copying and pasting
Summary: Encountered javax.jmi.reflect.InvalidObjectException when copying and pasting
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks: 73679
  Show dependency tree
 
Reported: 2006-01-17 23:43 UTC by frankioski
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log file (17.58 KB, text/plain)
2006-01-17 23:46 UTC, frankioski
Details
Log of similar error with closing the brace before the start of the method body (33.04 KB, text/plain)
2006-01-21 01:01 UTC, frankioski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description frankioski 2006-01-17 23:43:56 UTC
I copied a block of code representing an inner class from elsewhere and pasted
it outside the closing brace (i.e., "}") of the class I was working in.  When I
undid the pasting, the error occurred.
Comment 1 frankioski 2006-01-17 23:46:59 UTC
Created attachment 28427 [details]
messages.log file
Comment 2 frankioski 2006-01-21 00:58:56 UTC
I appear to get the same error when I take a known good method and put a closing
brace "}" immediately before the start of the method body (i.e., right after the
opening brace "{" following the method signature).  See attached messages2.log
Comment 3 frankioski 2006-01-21 01:01:25 UTC
Created attachment 28510 [details]
Log of similar error with closing the brace before the start of the method body
Comment 4 Jan Becicka 2006-10-26 16:27:11 UTC
Javacore module was replaced by Retouche infrastructure. This bug is not valid
in trunk any more.
Comment 5 Quality Engineering 2007-09-20 10:37:03 UTC
Reorganization of java component