| Summary: | Auto-suggest should prioritize core JDK classes unless overridden in workspace | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | John Goodwin <john.goodwin> |
| Component: | UI | Assignee: | JDT-UI-Inbox <jdt-ui-inbox> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | daniel_megert |
| Version: | 3.8 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
John Goodwin
We do filter the com.sun classes from the JRE. If you add additional stuff (like I guess the tools.jar in your case), then you need to add the filters yourself. There are two ways to do it: 1) On the Java > Appearance > Type Filters page add e.g. "com.sun.*". 2) On the 'Libraries' page of your projects Java build path' properties, add an exclusion rule to your JAR. Mark it as 'Forbidden' to filter it completely or as 'Discouraged' to allow its use but show it after other proposals, and mark it with a warning. Thanks so much for the feedback. Apologies for the dup bug! |