Bug 34059

Summary: When adding a library that is stored in a directory containing a "(" or ")" the classes are *not* reachable for Code Assist.
Product: [Eclipse Project] JDT Reporter: Eric Vlemmix <Eric.Vlemmix>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.1 RC3   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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 ***