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 269903 - NullPointerException at org.netbeans.modules.php.smarty.editor.parser.TplParser.parse
Summary: NullPointerException at org.netbeans.modules.php.smarty.editor.parser.TplPars...
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Smarty (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: junichi11
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-23 07:48 UTC by titus1006
Modified: 2017-06-17 02:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228162


Attachments
stacktrace (1.08 KB, text/plain)
2017-02-23 07:48 UTC, titus1006
Details

Note You need to log in before you can comment on or make changes to this bug.
Description titus1006 2017-02-23 07:48:41 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b18, Java(TM) SE Runtime Environment, 1.8.0_66-b18
OS: Windows 10

User Comments:
titus1006: exception notification just added, no personal issues found




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.php.smarty.editor.parser.TplParser.parse(TplParser.java:83)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callParse(TaskProcessor.java:621)
   at org.netbeans.modules.parsing.impl.SourceCache.getResult(SourceCache.java:251)
   at org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:798)
   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:304)
   at org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.execute(TaskProcessor.java:725)
Comment 1 titus1006 2017-02-23 07:48:43 UTC
Created attachment 163696 [details]
stacktrace
Comment 2 junichi11 2017-06-15 02:30:32 UTC
Thanks for reporting!
Comment 3 junichi11 2017-06-16 01:54:14 UTC
Fixed.

http://hg.netbeans.org/web-main/rev/7fd9ab50c249

Thanks.
Comment 4 Quality Engineering 2017-06-17 02:19:12 UTC
Integrated into 'main-silver', will be available in build *201706170001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/7fd9ab50c249
User: Junichi Yamamoto <junichi11@netbeans.org>
Log: #269903 - NullPointerException at org.netbeans.modules.php.smarty.editor.parser.TplParser.parse