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 105248 - Model does not provide information about template parameters
Summary: Model does not provide information about template parameters
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 5.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks: 87673
  Show dependency tree
 
Reported: 2007-05-31 12:01 UTC by Vladimir Kvashin
Modified: 2008-06-08 10:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2007-05-31 12:01:20 UTC
There is notion of template parameters in the API (CsmTemplateParameter
interface,  CsmTemplate.getTemplateParameters()). But this API isn't implemented.
Comment 1 Vladimir Kvashin 2007-09-20 21:07:01 UTC
In the case project isn't yet completely parsed, code completion shows incomplete results, it doesn't wait for the
project to be parsed.

The only thing it waits prior then showing its list is parsing of the *current* file.

There might be situations when it can wait longer than it's should for the current file, that's because of the parser
queue prioritizing issues (see issue #86760)

But I can hardly believe it can last a minute.
I think most likely the reported has an issue with memory and project size.
Comment 2 Vladimir Kvashin 2007-09-20 21:08:07 UTC
Please disregard my last comment. 
It was for another issue.
Sorry.
Comment 3 Alexander Simon 2008-06-08 10:03:13 UTC
I see an implementation.