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

Summary: Method parameters names in j2EE CC
Product: java Reporter: Martin Schovanek <mschovanek>
Component: UnsupportedAssignee: Daniel Prusa <dprusa>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.