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 219640

Summary: NullPointerException at org.netbeans.modules.web.indent.api.embedding.JoinedTokenSequence.embedded
Product: web Reporter: zeloras
Component: HTML EditorAssignee: Milutin Kristofic <mkristofic>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 193165
Attachments: stacktrace

Description zeloras 2012-10-06 16:11:45 UTC
Build: NetBeans IDE 7.3 Beta (Build 201210011125)
VM: OpenJDK Client VM, 20.0-b12, OpenJDK Runtime Environment, 1.6.0_24-b24
OS: Linux

User Comments:
zeloras: press enter




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.web.indent.api.embedding.JoinedTokenSequence.embedded(JoinedTokenSequence.java:89)
   at org.netbeans.modules.web.indent.api.support.AbstractIndenter.findLanguageOffset(AbstractIndenter.java:1272)
   at org.netbeans.modules.web.indent.api.support.AbstractIndenter.processLanguage(AbstractIndenter.java:1119)
   at org.netbeans.modules.web.indent.api.support.AbstractIndenter.calculateIndentation(AbstractIndenter.java:349)
   at org.netbeans.modules.web.indent.api.support.AbstractIndenter.reindent(AbstractIndenter.java:209)
   at org.netbeans.modules.php.smarty.editor.indent.TplIndentTask.reindent(TplIndentTask.java:52)
Comment 1 zeloras 2012-10-06 16:11:47 UTC
Created attachment 125511 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:36:20 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.