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

Summary: T9Y: Completion window does not appear if jdk hack on bootclasspath
Product: editor Reporter: Antonin Nebuzelsky <anebuzelsky>
Component: RefactoringAssignee: Martin Matula <mmatula>
Status: CLOSED FIXED    
Severity: blocker CC: issues
Priority: P2 Keywords: PERFORMANCE, T9Y
Version: 4.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.