| Summary: | Should show message when class file has no source | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Darin Wright <darin.eclipse> |
| Component: | UI | Assignee: | Claude Knaus <Claude_Knaus> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 2.0 | ||
| Target Milestone: | 2.0 M6 | ||
| Hardware: | PC | ||
| OS: | Windows 2000 | ||
| Whiteboard: | |||
|
Description
Darin Wright
we can distinguish the "no source" from the "empty source" case. Here is the API spec for IJavaElement.getSource() * @return the source code, or <code>null</code> if this element has no * associated source code |