History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-16001
Type: Exception Exception
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Maxim Mossienko
Reporter: Exception Analyzer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

[#4838] NPE: ParenthesesUtils.precedenceForBinaryOperator

Created: 05 Apr 07 18:11   Updated: 05 Apr 07 20:20
Component/s: None
Fix Version/s: Demetra 6.0.6, Selena 6913, Selena 6808 (pre-M1)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 6,791
Fixed in build: 6,806


 Description  « Hide
exception://4838/
Last updated by vladislav.kaznacheev
Error message: No message
java.lang.NullPointerException
at com.sixrr.inspectjs.utils.ParenthesesUtils.precedenceForBinaryOperator(ParenthesesUtils.java:106)
at com.sixrr.inspectjs.utils.ParenthesesUtils.getPrecendence(ParenthesesUtils.java:91)
at com.sixrr.inspectjs.confusing.PointlessBooleanExpressionJSInspection.createStringForNegatedExpression(PointlessBooleanExpressionJSInspection.java:116)
at com.sixrr.inspectjs.confusing.PointlessBooleanExpressionJSInspection.calculateSimplifiedBinaryExpression(PointlessBooleanExpressionJSInspection.java:95)
at com.sixrr.inspectjs.confusing.PointlessBooleanExpressionJSInspection.buildErrorString(PointlessBooleanExpressionJSInspection.java:45)
at com.sixrr.inspectjs.BaseInspectionVisitor.registerError(BaseInspectionVisitor.java:81)
at com.sixrr.inspectjs.confusing.PointlessBooleanExpressionJSInspection$PointlessBooleanExpressionVisitor.visitJSBinaryExpression(PointlessBooleanExpressionJSInspection.java:216)
at com.intellij.lang.javascript.psi.impl.JSBinaryExpressionImpl.accept(JSBinaryExpressionImpl.java:68)
at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass$1$1.run(LocalInspectionsPass.java:134)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:145)
at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass$1.run(LocalInspectionsPass.java:121)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
at java.lang.Thread.run(Thread.java:619)

 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.