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 - AssertionError: end - 7365 start - 7438
Summary: AssertionError: end - 7365 start - 7438
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-29 10:20 UTC by Alexander Simon
Modified: 2011-11-01 15:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 181480


Attachments
stacktrace (2.84 KB, text/plain)
2011-09-29 10:20 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
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