| Summary: | Code Assist - void method are proposed in assignment | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | David Audel <david_audel> |
| Component: | Core | Assignee: | David Audel <david_audel> |
| Status: | VERIFIED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 2.0 | ||
| Target Milestone: | 2.1 M3 | ||
| Hardware: | PC | ||
| OS: | Windows 2000 | ||
| Whiteboard: | |||
Fixed. Verified. |
1) create class X. public class X { int foo1; void foo2(){ int i; i = foo<cursor> } } 2) do ctrl+space at cusror location. foo2() is not a valid suggestion.