Bug 87876 - Code assist stops working...
Summary: Code assist stops working...
Status: RESOLVED DUPLICATE of bug 92451
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M7   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-13 12:01 EST by Pavel Krupets CLA
Modified: 2005-04-29 07:55 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Krupets CLA 2005-03-13 12:01:38 EST
In the following code class browser doesn't work. 

Error: Syntax error, insert ";" to complete Statement
Release: 3.1M5a

------------------------------------------------------------------------------
import java.util.ArrayList;
import java.util.Collection;

import java.net.URL;
import java.net.URLClassLoader;

/**
 * @author Pavel Krupets
 */
public class qwe {
    public qwe() {
        Collection<URL> urls = new ArrayList<URL>();
        
        ClassLoader cl = new URLClassLoader((URL[])urls.toArray());
        
        cl.//Here class browser doesn't work
    }
}
Comment 1 Dirk Baeumer CLA 2005-03-14 06:16:21 EST
Pavel,

what do you mean by class browser. Do you mean code assist. What do you do to
activate the function.
Comment 2 Pavel Krupets CLA 2005-03-14 07:56:00 EST
Yes code assist doesn't working (the one that lists members, etc).
But this code doesn't seem to be correct. Sorry. I couldn't cast Object[] to URL[].
Comment 3 Dirk Baeumer CLA 2005-03-14 08:23:44 EST
Moving to JDT/Core then.
Comment 4 Olivier Thomann CLA 2005-03-14 08:57:23 EST
Update title.
Comment 5 David Audel CLA 2005-04-29 07:55:33 EDT

*** This bug has been marked as a duplicate of 92451 ***