-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
5.0
-
generic
-
solaris_8
javac 1.5.0b40 rejects a deprecated parameter, but previous versions allowed
it. See 5004046 for the related spec issue
class test {
int m (/** @deprecated comment's */ int j) {
return j + 1;
}
}
test.java:6: modifier deprecated not allowed here
int m (/** @deprecated comment's */ int j) {
^
1 error
it. See 5004046 for the related spec issue
class test {
int m (/** @deprecated comment's */ int j) {
return j + 1;
}
}
test.java:6: modifier deprecated not allowed here
int m (/** @deprecated comment's */ int j) {
^
1 error
- duplicates
-
JDK-5003983 REGRESSION: documentation comment with @deprecated tag
-
- Closed
-
- relates to
-
JDK-5004046 Documentation comment in JLS.
-
- Resolved
-