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 240273 - AssertionError: assertion failed: Should not happen!
Summary: AssertionError: assertion failed: Should not happen!
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: _ dcaoyuan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-11 13:16 UTC by Revivius
Modified: 2014-04-26 18:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 206469


Attachments
stacktrace (3.27 KB, text/plain)
2014-01-11 13:16 UTC, Revivius
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Revivius 2014-01-11 13:16:00 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Windows 7

User Comments:
revivius: Accidental enter press in a string. Editing a scala object, using latest Scala plugins.




Stacktrace: 
java.lang.AssertionError: assertion failed: Should not happen!
   at scala.Predef$.assert(Predef.java:179)
   at scala.tools.nsc.Global.assert(Global.java:240)
   at org.netbeans.modules.scala.core.ast.ScalaAstVisitor$treeTraverser.getBoundsToken(ScalaAstVisitor.java:837)
   at org.netbeans.modules.scala.core.ast.ScalaAstVisitor$treeTraverser.getBoundsTokens(ScalaAstVisitor.java:819)
   at org.netbeans.modules.scala.core.ast.ScalaAstVisitor$treeTraverser.<init>(ScalaAstVisitor.java:94)
   at org.netbeans.modules.scala.core.ast.ScalaAstVisitor$class.astVisit(ScalaAstVisitor.java:73)
Comment 1 Revivius 2014-01-11 13:16:01 UTC
Created attachment 143821 [details]
stacktrace