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 36160 - Class copy and paste
Summary: Class copy and paste
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-17 12:49 UTC by Vladimir Hudec
Modified: 2007-09-26 09:14 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 Vladimir Hudec 2003-09-17 12:49:13 UTC
produces the next exception:
(used example as in 36091)

java.util.NoSuchElementException
        at
java.util.StringTokenizer.nextToken(StringTokenizer.java:232)
        at
org.netbeans.modules.java.codesync.SourceConnectionSupport.findRelativeClass(SourceConnectionSupport.java:600)
        at
org.netbeans.modules.java.codesync.SourceConnectionSupport.refreshLinks(SourceConnectionSupport.java:374)
        at
org.netbeans.modules.java.codesync.SourceConnectionSupport.access$000(SourceConnectionSupport.java:42)
        at
org.netbeans.modules.java.codesync.SourceConnectionSupport$2.run(SourceConnectionSupport.java:223)
        at org.openide.util.Task.run(Task.java:136)
        at
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:677)
Comment 1 Daniel Prusa 2003-09-25 13:36:42 UTC
Fixed.
Comment 2 Jiri Prox 2005-07-07 11:36:14 UTC
Verified in 4.2 (200507061800)