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 202815

Summary: AssertionError: end - 7365 start - 7438
Product: cnd Reporter: Alexander Simon <alexvsimon>
Component: Code CompletionAssignee: issues@cnd <issues>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 181480
Attachments: stacktrace

Description Alexander Simon 2011-09-29 10:20:09 UTC
Build: Oracle Solaris Studio Dev 2011/09/29 c72f80b1ee48
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Linux

User Comments:
alexvsimon: performance references test for mysql 7.1.15a sources




Stacktrace: 
java.lang.AssertionError: end - 7365 start - 7438
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionTokenProcessor.token(CsmCompletionTokenProcessor.java:693)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmExpandedTokenProcessor.token(CsmExpandedTokenProcessor.java:188)
   at org.netbeans.cnd.api.lexer.CndTokenUtilities.processTokensImpl(CndTokenUtilities.java:361)
   at org.netbeans.cnd.api.lexer.CndTokenUtilities.processTokens(CndTokenUtilities.java:134)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery.query(CsmCompletionQuery.java:281)
   at org.netbeans.modules.cnd.completion.csm.CompletionUtilities.findItemsReferencedAtCaretPos(CompletionUtilities.java:154)
Comment 1 Alexander Simon 2011-09-29 10:20:14 UTC
Created attachment 111302 [details]
stacktrace
Comment 2 nnnnnk 2011-10-31 15:48:45 UTC
Can not reproduce.

Vladimir added additional tracing:
http://hg.netbeans.org/cnd-main/rev/472e23ee992c
Comment 3 Quality Engineering 2011-11-01 15:13:36 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/472e23ee992c
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: extra tracing for #202815 - AssertionError: end - 7365 start - 7438