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 44362 - "class" pseudomember always shown in static CC even when not a suffix
Summary: "class" pseudomember always shown in static CC even when not a suffix
Status: CLOSED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 4.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: Martin Roskanin
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2004-06-04 21:48 UTC by Jesse Glick
Modified: 2007-11-05 13:38 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 Jesse Glick 2004-06-04 21:48:26 UTC
040604. I type e.g.

   err.notify(ErrorManager.IN
                             ^

and get code completion and I see

   ErrorManager.IN*
   ----------------
   Class class
   int INFORMATIONAL

Of course the first line should not be there,
since I had already started to type "IN".
Comment 1 Jesse Glick 2004-06-04 21:48:45 UTC
I think this was working before the merge.
Comment 2 Dusan Balek 2004-06-07 10:20:24 UTC
Fixed in [maintrunk].

Checking in NbJavaJMICompletionQuery.java;
/cvs/editor/src/org/netbeans/modules/editor/java/NbJavaJMICompletionQuery.java,v
 <--  NbJavaJMICompletionQuery.java
new revision: 1.4; previous revision: 1.3
done
Checking in JMIUtils.java;
/cvs/editor/src/org/netbeans/modules/editor/java/JMIUtils.java,v  <--
 JMIUtils.java
new revision: 1.4; previous revision: 1.3
done
Comment 3 Roman Strobl 2005-01-07 15:18:13 UTC
Verified in 200501061900.