| Summary: | IJavaProject.findType doesn't handle inner classes | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Peter Walker <walkerp> |
| Component: | Core | Assignee: | JDT-Core-Inbox <jdt-core-inbox> |
| Status: | CLOSED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | gmendel, richkulp |
| Version: | 3.1 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Peter Walker
According to the spec, the type qualified name is supposed to be dot ('.')
separated. Does findType("com.some.thing", "TestClass.InnerClass") work ?
Yes indeed... the '.' works as specified. I will have to change the way we use this interface in our code. Thanks... closed |