This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 44432 - completion regression
Summary: completion regression
Status: CLOSED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: Macintosh Mac OS X
: P2 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
: 44844 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-06-07 14:17 UTC by Milos Kleint
Modified: 2007-11-05 13:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milos Kleint 2004-06-07 14:17:29 UTC
attempt to get code completion for Graphics.drawLine() is 
completely useless, because it shows the parameters only as 
"int,int, int, int".. before it was telling me that it's "int left, int 
right, int width, int height"..
not sure it this bug was there before the refactoring merge, but 
it was definitely working correctly in 3.6!
Comment 1 Jan Pokorsky 2004-06-07 14:31:44 UTC
reassigned to editor module
Comment 2 Miloslav Metelka 2004-06-08 15:24:14 UTC
The parameter names are not available through the JMI model for jdk
classes. The refactoring team promised to address this problem so
reassigning to them for evaluation.
Comment 3 Martin Matula 2004-06-17 14:06:00 UTC
Work in javacore to enable this is done. Now it is up to Dusan to fix
the editor part. Reassigning...
Comment 4 Dusan Balek 2004-06-17 15:36:47 UTC
Fixed in [maintrunk].

JavaMetamodel.setClassPath(...) is called with switch to prefer sources.

Checking in src/org/netbeans/modules/editor/java/JMIUtils.java;
/cvs/editor/src/org/netbeans/modules/editor/java/JMIUtils.java,v  <--
 JMIUtils.java
new revision: 1.11; previous revision: 1.10
done
Comment 5 Dusan Balek 2004-06-17 15:46:01 UTC
*** Issue 44844 has been marked as a duplicate of this issue. ***
Comment 6 Roman Strobl 2005-01-07 15:18:59 UTC
Verified in 200501061900.