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

Summary: Stack overflow in CompletionSupport.findExactVarType()
Product: cnd Reporter: Alexander Simon <alexvsimon>
Component: Code CompletionAssignee: petrk
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: stack

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?