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 164619 - NullPointerException at org.netbeans.modules.javascript.editing.embedding.JsEmbeddingProvider$RhtmlTranslator.translate
Summary: NullPointerException at org.netbeans.modules.javascript.editing.embedding.JsE...
Status: VERIFIED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Marek Fukala
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-06 17:00 UTC by pez
Modified: 2011-12-13 07:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 150716


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pez 2009-05-06 17:00:44 UTC
This happens when generating RESTful client stubs for an jMaki web application


To reproduce thie error follow the tutorial at 
http://www.netbeans.org/kb/61/websvc/clientstub-jmaki.html#generate-stubs




Build: NetBeans IDE 6.7 Beta (Build 200904242137)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.6, i386
User comments: 
STACKTRACE: (first 10 lines)
org.netbeans.modules.parsing.spi.ParseException
        at org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:191)
        at org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:99)
        at org.netbeans.modules.parsing.impl.indexing.SourceIndexer.index(SourceIndexer.java:95)
        at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:879)
        at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$FileListWork.getDone(RepositoryUpdater.java:1007)
        at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:921)
        at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task._run(RepositoryUpdater.java:1639)
        at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.run(RepositoryUpdater.java:1611)
        at org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:588)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
Comment 1 David Strupl 2009-05-19 09:49:36 UTC
Trying to change the category and owner according to the exception. Please evaluate.
Comment 2 Marek Fukala 2009-05-19 14:06:08 UTC
fixed in web-main#70332bb20c1a
Comment 3 Quality Engineering 2009-05-21 08:33:30 UTC
Integrated into 'main-golden', will be available in build *200905210201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/70332bb20c1a
User: Marek Fukala <mfukala@netbeans.org>
Log: #164619 - NullPointerException at org.netbeans.modules.javascript.editing.embedding.JsEmbeddingProvider$RhtmlTranslator.translate