History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-18572
Type: Bug Bug
Status: Open Open
Assignee: Anna Kozlova
Reporter: Serge Baranov
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

@link is not recognized as a valid paremeter text in the @return JavaDoc

Created: 25 Jun 08 20:09   Updated: 25 Jun 08 20:18
Component/s: Editor. Error Highlighting

Build: 7,860
Severity: Medium


 Description  « Hide
Support feedback:

I have the following javadoc comment

/**
    * @return {@link #radioWeatherHumidityPercentageList}
    */
   List<RadioWeatherHumidityPercentage> getRadioWeatherHumidityPercentageList()
   {
      return radioWeatherHumidityPercentageList;
   }

and it complains that I donot have a javadoc comment for the return value. But I do have it and I want it to refer back to the member variable



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.