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 242055 - Stack overflow in CompletionSupport.findExactVarType()
Summary: Stack overflow in CompletionSupport.findExactVarType()
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-18 14:10 UTC by Alexander Simon
Modified: 2014-11-23 13:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack (910.32 KB, text/plain)
2014-02-18 14:10 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2014-02-18 14:10:10 UTC
Created attachment 145360 [details]
stack

Stack overflow in regular expression in 
org.netbeans.modules.cnd.completion.cplusplus.ext.CompletionSupport.findExactVarType(CompletionSupport.java:1368)
Comment 1 Vladimir Voskresensky 2014-02-18 14:51:59 UTC
could we use the same logic instead of regexp like in CsmContextUtilities.getClass?