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 76684 - Method parameters names in j2EE CC
Summary: Method parameters names in j2EE CC
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-22 14:00 UTC by Martin Schovanek
Modified: 2007-03-01 18:28 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 Martin Schovanek 2006-05-22 14:00:18 UTC
[#200605160200, jdk1.5.0, Web project]

Servlet CC automated tests randomly fail due to CC for:
  HttpServletRequest req;
  req.getAtt|

offers:
  getAttribute ( String string ) Object

instead:
  getAttribute ( String name ) Object

Probably a race condition, because I cannot reproduce it manually.

I can get the same behaviour by removing 'enterprise3/docs/javaee5-doc-api.zip'
file and restarting Nb with fresh userdir.

The automated tests can be executed by ant command from:
.../web/jspsyntax/test folder
Comment 1 Jan Becicka 2006-05-23 14:02:46 UTC
It does not look like a bug. Model returns "name" if it has source or javadoc
available. Otherwise it generates "string" as parameter name.
Comment 2 Martin Schovanek 2006-05-23 14:20:01 UTC
The javaee5-doc-api.zip is present during automated test execution but model
ignores it.
Comment 3 Marian Mirilovic 2006-12-04 22:11:23 UTC
I think all of these issues are going to be closed, aren't they?
Comment 4 Martin Schovanek 2006-12-05 08:47:07 UTC
Fixed by Retouche.
Comment 5 Martin Schovanek 2007-03-01 18:28:10 UTC
v.