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 57555 - Missing parameter names in session.setAttribute
Summary: Missing parameter names in session.setAttribute
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Pavel Flaska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-06 16:59 UTC by zikmund
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
CC in scriptlet (5.43 KB, text/plain)
2005-04-06 17:01 UTC, zikmund
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zikmund 2005-04-06 16:59:30 UTC
Build 200504051800

1) Have a WebApp with JSP
2) Invoke CC in scriptlet on session.setAttribute / session.putValue
3) ERROR:
there are missing parameter names in CC (see attachment), although they are OK
in Javadoc window.
Comment 1 zikmund 2005-04-06 17:01:04 UTC
Created attachment 21429 [details]
CC in scriptlet
Comment 2 Petr Pisl 2005-04-07 14:50:55 UTC
It's interesting that other items have the attribute names. Martin, do you have
any idea, why ?
Comment 3 Martin Roskanin 2005-04-07 15:48:07 UTC
Strange. It seems it is question for MDR team.
Comment 4 Petr Pisl 2005-04-11 12:29:02 UTC
The same behavior in servlet class. So the java cc is wrong in java class as
well. Reassigning to the java editor.

It's strange because the javax.servlet.http.HttpSession is interface, that has
more methods, but the names are not displayed only for methods putValue and
setAttribute. The method putValue is depricated and is replaced with setAttribute.
Comment 5 Martin Matula 2005-04-11 12:32:33 UTC
Pavel, please look at it.
Comment 6 Pavel Flaska 2005-04-11 16:12:49 UTC
Checking in src/org/netbeans/modules/javacore/parser/ClassFileInfoUtil.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/parser/ClassFileInfoUtil.java,v
 <--  ClassFileInfoUtil.java
new revision: 1.23; previous revision: 1.22
done
Comment 7 zikmund 2005-05-25 16:36:24 UTC
Verified in 200505250639.
Comment 8 Quality Engineering 2007-09-20 12:02:14 UTC
Reorganization of java component