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 - FunctionImplEx.isFakeFunction remainig issues
Summary: FunctionImplEx.isFakeFunction remainig issues
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on: 224709
Blocks:
  Show dependency tree
 
Reported: 2013-03-11 14:03 UTC by Egor Ushakov
Modified: 2014-02-13 14:10 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

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