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 170792 - NullPointerException at org.netbeans.mobility.antext.StackTraceTranslator.getLineNumber
Summary: NullPointerException at org.netbeans.mobility.antext.StackTraceTranslator.get...
Status: RESOLVED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Build System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Anton Chechel
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-24 11:26 UTC by menelaus35
Modified: 2011-06-25 14:07 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 36385


Attachments
stacktrace (492 bytes, text/plain)
2009-08-24 11:26 UTC, menelaus35
Details

Note You need to log in before you can comment on or make changes to this bug.
Description menelaus35 2009-08-24 11:26:52 UTC
Build: NetBeans IDE 6.7 (Build 200906241340)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows Vista, 6.0, x86

User Comments:
GUEST: Launched Sony Erricson emulator for jp7 platform. Newly created project.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.mobility.antext.StackTraceTranslator.getLineNumber(StackTraceTranslator.java:216)
        at org.netbeans.mobility.antext.StackTraceTranslator.translate(StackTraceTranslator.java:118)
        at org.netbeans.mobility.antext.RunTask$StackTraceTranslatorHandler$1.flush(RunTask.java:771)
        at org.netbeans.mobility.antext.RunTask$StackTraceTranslatorHandler$1$1.run(RunTask.java:740)
        at java.lang.Thread.run(Thread.java:619)
Comment 1 menelaus35 2009-08-24 11:26:57 UTC
Created attachment 86553 [details]
stacktrace
Comment 2 vnhjdh 2010-01-29 01:59:13 UTC
Happened with suns emulator.
Comment 3 Anton Chechel 2011-06-22 15:46:54 UTC
fixed
http://hg.netbeans.org/jet-main/rev/e5026e79218c
Comment 4 Quality Engineering 2011-06-25 14:07:33 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/e5026e79218c
User: Anton Chechel <manowar@netbeans.org>
Log: #170792: NPE in StackTraceTranslator