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 44815 - NPE while typing code completion is about to show
Summary: NPE while typing code completion is about to show
Status: RESOLVED DUPLICATE of bug 44426
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: PC All
: P2 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks: 42864
  Show dependency tree
 
Reported: 2004-06-14 11:04 UTC by David Kaspar
Modified: 2007-11-05 13:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack Trace (1.26 KB, text/plain)
2004-06-14 11:07 UTC, David Kaspar
Details
Another similar stack trace (1.30 KB, text/plain)
2004-06-14 11:07 UTC, David Kaspar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Kaspar 2004-06-14 11:04:44 UTC
1) Add WTK 2.1 as a J2ME emulator using "Java
Platform Manager / Add Platform"
2) Create a new J2ME Project from "Mobile / Mobile
Application" template using "New Project" wizard
3) Open Project Properties customizer
4) Press Edit button to open Configuration customizer
5) Press Add button to add a new configuration
named "second"
6) Press Close
7) Select Platform node in the Customizer
8) Select "second" in Configuration combo box
9) Uncheck "Use Default Project Configuration
Values" check box
10) Select "MIDP-1.0" radio button in the Platform
panel
11) Press OK
12) Open "hello/HelloMIDlet.java" java source file
13) Select "second" in combo box in the editor toolbar
14) Insert a new line at the end of the constructor
15) Type "Tiles." word on the line
16) NOTE - There is no "Tiles" class defined in
the project
17) ERROR - Exception dialog appears with message
- see attachment

Setting priority to P2 because it significantly
decreaces editor usability.
Comment 1 David Kaspar 2004-06-14 11:07:04 UTC
Created attachment 15677 [details]
Stack Trace
Comment 2 David Kaspar 2004-06-14 11:07:26 UTC
Created attachment 15678 [details]
Another similar stack trace
Comment 3 Dusan Balek 2004-06-14 11:28:32 UTC

*** This issue has been marked as a duplicate of 44426 ***