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 153403 - Evaluate Expression NullPointerException
Summary: Evaluate Expression NullPointerException
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All Linux
: P2 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
: 153453 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-11-18 17:16 UTC by Filip Zamboj
Modified: 2009-02-19 21:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (292.53 KB, image/png)
2008-11-18 17:18 UTC, Filip Zamboj
Details
stack trace (584 bytes, text/plain)
2008-11-18 17:19 UTC, Filip Zamboj
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Zamboj 2008-11-18 17:16:08 UTC
I got exception after trying to insert "text.getText()" into Evaluate Expression Dialog input field. It yells the
exception after entering "text.", right after the popup with public classes appears.


(test according to http://wiki.netbeans.org/TS_65_JPDAdbg_II, test suite 1st; tested point 3)

nb build 081114
java version "1.6.0_10"
Java(TM) SE Runtime Environment (build 1.6.0_10-b33)
Java HotSpot(TM) Server VM (build 11.0-b15, mixed mode)
 
attached screenshot in png and stack trace in txt
Comment 1 Filip Zamboj 2008-11-18 17:18:26 UTC
Created attachment 73878 [details]
screenshot
Comment 2 Filip Zamboj 2008-11-18 17:19:37 UTC
Created attachment 73879 [details]
stack trace
Comment 3 Martin Entlicher 2008-11-18 22:11:31 UTC
Looks like Java source issue...
Comment 4 Jan Lahoda 2008-11-21 07:36:05 UTC
*** Issue 153453 has been marked as a duplicate of this issue. ***
Comment 5 Jan Lahoda 2008-11-21 07:39:47 UTC
I assume this is a Parsing API build - I have seen the same exception in a Parsing API build (also from 081114), but not
in a trunk build.
Comment 6 Dusan Balek 2008-11-21 09:08:32 UTC
Fixed.

changeset 4a9ffa2b3792 in jet-parsing-api
details: http://hg.netbeans.org/jet-parsing-api?cmd=changeset;node=4a9ffa2b3792
Comment 7 Filip Zamboj 2008-11-21 10:44:46 UTC
yep, it was a parsing build. 
Comment 8 Filip Zamboj 2008-11-21 14:54:42 UTC
apparently works in new parsing build
Comment 9 Quality Engineering 2008-11-28 17:23:38 UTC
Integrated into 'main-golden', will be available in build *200811281401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/4a9ffa2b3792
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #153403: Evaluate Expression NullPointerException - fixed.