Bug 34059 - When adding a library that is stored in a directory containing a "(" or ")" the classes are *not* reachable for Code Assist.
Summary: When adding a library that is stored in a directory containing a "(" or ")" t...
Status: RESOLVED DUPLICATE of bug 31997
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 RC3   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-07 04:19 EST by Eric Vlemmix CLA
Modified: 2003-03-07 11:57 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Vlemmix CLA 2003-03-07 04:19:59 EST
used Eclipse build 200206271827
running on Windows 2000

Scenario:
- Add a library stored in "c:\UPnP Stack (java)" to the classpathvariables
- Add this Library variable to the Java Build Path
- Classes + methods show up in package explorer (as expected)
- Classes are not found when using Code Assist (expected: all classes in 
package explorer also are available for code assist)

- Add a library stored in "c:\UPnP Stack - java" to the classpathvariables
- Classes + methods show up in package explorer (as expected)
- Classes *are* found when using Code Assist (as expected)

Conclusion:
When adding a library that is stored in a directory containing a "(" or ")" the 
classes are reachable for the compiler/package explorer, but *not* for Code 
Assist.
Comment 1 Dirk Baeumer CLA 2003-03-07 09:51:10 EST
Moving to JDT/Core.
Comment 2 Philipe Mulet CLA 2003-03-07 11:57:31 EST

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