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 44107 - T9Y: Completion window does not appear if jdk hack on bootclasspath
Summary: T9Y: Completion window does not appear if jdk hack on bootclasspath
Status: CLOSED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 4.x
Hardware: PC All
: P2 blocker (vote)
Assignee: Martin Matula
URL:
Keywords: PERFORMANCE, T9Y
Depends on:
Blocks:
 
Reported: 2004-06-01 16:17 UTC by Antonin Nebuzelsky
Modified: 2007-04-03 18:02 UTC (History)
1 user (show)

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 Antonin Nebuzelsky 2004-06-01 16:17:51 UTC
This is a testability issue. If you have jdk hack
on bootclasspath, which we use to measure paints
after a user action, code completion does not work
for some cases (e.g. typing System. does not show
completion). This is a new problem which must have
been introduced between refactoring builds 0525
and 0531.

You can find the hack for verification in cvs at
nbextra/qa/performance/jdk/hack_jdk142.zip
Comment 1 Martin Matula 2004-06-04 16:07:22 UTC
Fixed.

Checking in
src/org/netbeans/modules/javacore/classpath/FilterClassPathImplementation.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/classpath/FilterClassPathImplementation.java,v
 <--  FilterClassPathImplementation.java
new revision: 1.4; previous revision: 1.3
done
Comment 2 Antonin Nebuzelsky 2004-06-07 09:59:30 UTC
Verified.