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 45692 - NullPointerException when invoking the code completion
Summary: NullPointerException when invoking the code completion
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-29 17:09 UTC by Jan Lahoda
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The NullPointerException. (1.38 KB, text/plain)
2004-06-29 17:09 UTC, Jan Lahoda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Lahoda 2004-06-29 17:09:17 UTC
NB trunk build 200406281800, JDK1.5.0-beta3 b57.

Suppose Java class source which starts like this:

public class List<T> {
//etc.

Place caret after the first '<' and invoke code
completion. The attached NullPointerException is
thrown.
Comment 1 Jan Lahoda 2004-06-29 17:09:37 UTC
Created attachment 16064 [details]
The NullPointerException.
Comment 2 Jan Lahoda 2004-06-30 10:36:28 UTC
Adding issues@editor.netbeans.org on CC.
Comment 3 Jan Becicka 2004-07-28 14:07:47 UTC
Checking in TypeParameterImpl.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/TypeParameterImpl.java,v
 <--  TypeParameterImpl.java
new revision: 1.13; previous revision: 1.12
done
Comment 4 Jan Lahoda 2005-02-25 11:03:30 UTC
Verified in 20050224-1206.
Comment 5 Quality Engineering 2007-09-20 12:48:05 UTC
Reorganization of java component