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 227295

Summary: FunctionImplEx.isFakeFunction remainig issues
Product: cnd Reporter: Egor Ushakov <gorrus>
Component: Code ModelAssignee: issues@cnd <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:
Bug Depends on: 224709    
Bug Blocks:    

Description Egor Ushakov 2013-03-11 14:03:18 UTC
After fix for bug 224709, still need to:
- clear fake registrations collection on manual reparse;
- in FunctionImplEx.fixFakeRegistration:
  - in projectParsedMode case move unregister before functionImpl.create
  - in fixFakeRegistrationAst=null case create FunctionImpl instead of
replacing the current one
- remove usage of non-final FAKE_QUALIFIED_NAME flag in
FunctionImplEx.isFakeFunction
Comment 1 Alexander Simon 2014-02-13 14:09:40 UTC
I do not see user problem.
It looks as TODO.
Convert to task.