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 187449 - AssertionError at org.netbeans.modules.cnd.asm.model.util.AsmModelUtilities.findAt
Summary: AssertionError at org.netbeans.modules.cnd.asm.model.util.AsmModelUtilities.f...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: ASM (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: nnnnnk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-10 17:14 UTC by XVilka
Modified: 2010-12-23 12:43 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 167788


Attachments
stacktrace (2.71 KB, text/plain)
2010-06-10 17:15 UTC, XVilka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description XVilka 2010-06-10 17:14:59 UTC
This bug was originally marked as duplicate of bug 183463, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201005270001)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

User Comments:
szmitek: During writing MIPS comment started with "#"

szmitek: I have opened pro.asm MIPS asebly code with "#" comments. I cannot edit it.

XVilka: Open asm file

XVilka: Open asm file




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.cnd.asm.model.util.AsmModelUtilities.findAt(AsmModelUtilities.java:84)
   at org.netbeans.modules.cnd.asm.model.util.AsmModelUtilities.findAtRecursive(AsmModelUtilities.java:93)
   at org.netbeans.modules.cnd.asm.core.assistance.RegisterHighlightAction.getHighlight(RegisterHighlightAction.java:62)
   at org.netbeans.modules.cnd.asm.core.assistance.RegisterHighlightAssistance.update(RegisterHighlightAssistance.java:100)
   at org.netbeans.modules.cnd.asm.core.assistance.RegisterHighlightAssistance.caretUpdate(RegisterHighlightAssistance.java:127)
   at javax.swing.text.JTextComponent.fireCaretUpdate(JTextComponent.java:391)
Comment 1 XVilka 2010-06-10 17:15:03 UTC
Created attachment 99987 [details]
stacktrace
Comment 2 Egor Ushakov 2010-06-10 20:22:39 UTC
Nikolay, please have a look
Comment 3 Vladimir Voskresensky 2010-12-15 21:54:33 UTC
let's evaluate exceptions as P2 issues
Comment 4 nnnnnk 2010-12-22 18:09:02 UTC
it's an assertion during exception message generation :)
Comment 5 nnnnnk 2010-12-22 18:10:34 UTC
sorry, it was be comment to 
https://netbeans.org/bugzilla/show_bug.cgi?id=186875