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 50946 - Missing names of parameters.
Summary: Missing names of parameters.
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-28 12:39 UTC by Petr Pisl
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Pisl 2004-10-28 12:39:48 UTC
We need to ship with NB  libraries and we can not
ship a source codes with them. The MDR now use the
informations from classes file, which are compiled
with the debug information. But compiled
interfaces and abstract classes  don't have the
names of attribute for methods. So now you are not
able to offer the names of attributes in code
completion. 

One way how to find out the names is parse the
javadoc, where you can take the missing information.
Comment 1 Petr Pisl 2004-10-28 12:45:04 UTC
I'm sorry, I wonted to write about  names of parameters not names of
attributes.
Comment 2 Martin Matula 2004-11-09 15:03:43 UTC
We will address this in 4.1.
Comment 3 Pavel Flaska 2004-12-06 15:50:38 UTC
Checking in
src/org/netbeans/modules/javacore/jmiimpl/javamodel/ResourceImpl.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/ResourceImpl.java,v
 <--  ResourceImpl.java
new revision: 1.53; previous revision: 1.52
done
Processing log script arguments...
More commits to come...
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.18; previous revision: 1.17
done
Comment 4 Quality Engineering 2007-09-20 09:55:09 UTC
Reorganization of java component