-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
7
-
x86
-
windows_7
FULL PRODUCT VERSION :
build 1.7.0-b147
ADDITIONAL OS VERSION INFORMATION :
In your source code.
EXTRA RELEVANT SYSTEM CONFIGURATION :
build 1.7.0-b147
A DESCRIPTION OF THE PROBLEM :
Now is 2011 Sep 13, 20:15 Singapore Time,
In http://download.oracle.com/javase/7/docs/api/java/util/concurrent/locks/AbstractQueuedSynchronizer.html
In the method hasQueuedPredecessors()
In comments
There is a link to
AbstractQueuedSynchronizer#barging
It should be
AbstractQueuedSynchronizer.html#barging
This also happens in the source code.
REGRESSION. Last worked in version 7
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Just read the source code
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
And you can see the invalid link
AbstractQueuedSynchronizer#barging
ACTUAL -
It should be
AbstractQueuedSynchronizer.html#barging
REPRODUCIBILITY :
This bug can be reproduced always.
SUPPORT :
YES
build 1.7.0-b147
ADDITIONAL OS VERSION INFORMATION :
In your source code.
EXTRA RELEVANT SYSTEM CONFIGURATION :
build 1.7.0-b147
A DESCRIPTION OF THE PROBLEM :
Now is 2011 Sep 13, 20:15 Singapore Time,
In http://download.oracle.com/javase/7/docs/api/java/util/concurrent/locks/AbstractQueuedSynchronizer.html
In the method hasQueuedPredecessors()
In comments
There is a link to
AbstractQueuedSynchronizer#barging
It should be
AbstractQueuedSynchronizer.html#barging
This also happens in the source code.
REGRESSION. Last worked in version 7
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Just read the source code
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
And you can see the invalid link
AbstractQueuedSynchronizer#barging
ACTUAL -
It should be
AbstractQueuedSynchronizer.html#barging
REPRODUCIBILITY :
This bug can be reproduced always.
SUPPORT :
YES
- duplicates
-
JDK-7089615 Broken javadoc link in AbstractQueuedSynchronizer
-
- Closed
-