
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
Issue Links:
|
Duplicate
|
|
|
|
This issue is duplicated by:
|
|
IDEADEV-20730
Wrong inspection reporting for missin...
|
|
|
|
|
|
| Build: |
5,581
|
| Fixed in build: |
7,523
|
| Severity: |
Medium
|
Given the following javadoc (note the missing opening curly brace in the @linkplain tag):
IDEA reports "Period in the documentation is missing". In other cases (methods that have non-void returns), missing opening or closing braces cause reports that "Required tag '@return' is missing", instead of identifying the real problem.
In general, the javadoc inspections don't do a good job with embedded tags: The two most common errors--missing parameter lists in @link and @linkplain tags and mistyping a parenthesis for a brace are either not reported at all or (as in the example above) misreported.
|
|
Description
|
Given the following javadoc (note the missing opening curly brace in the @linkplain tag):
IDEA reports "Period in the documentation is missing". In other cases (methods that have non-void returns), missing opening or closing braces cause reports that "Required tag '@return' is missing", instead of identifying the real problem.
In general, the javadoc inspections don't do a good job with embedded tags: The two most common errors--missing parameter lists in @link and @linkplain tags and mistyping a parenthesis for a brace are either not reported at all or (as in the example above) misreported. |
Show » |
| There are no comments yet on this issue.
|
|