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 153466 - JavaDoc for "Encapsulate methods" could be better
Summary: JavaDoc for "Encapsulate methods" could be better
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-19 15:13 UTC by Tim Lebedkov
Modified: 2013-09-02 14:25 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 Tim Lebedkov 2008-11-19 15:13:34 UTC
as for the most set/get methods JavaDoc just says the same, why don't NB generate something like:

    /**
     * {@link #isShowPathLabel()}
     * 
     * @param showPathLabel {@link #isShowPathLabel()}
     */
    public void setShowPathPanel(boolean showPathPanel);

This has some advantages:
- the code is commented
- we don't repeat the description of the property and in case of a change only have to change the JavaDoc for
isShowPathPanel