Skip to content

Commit

Permalink
Update links to refer to the new bug tracker.
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 707999373
  • Loading branch information
cpovirk authored and Google Java Core Libraries committed Dec 19, 2024
1 parent 831793c commit 7ee7759
Show file tree
Hide file tree
Showing 24 changed files with 54 additions and 54 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public void testAddAll_nullCollectionReference() {
/**
* Returns the {@link Method} instance for {@link #testAddAll_nullUnsupported()} so that tests can
* suppress it with {@code FeatureSpecificTestSuiteBuilder.suppressing()} until <a
* href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5045147">Sun bug 5045147</a> is fixed.
* href="https://bugs.openjdk.org/browse/JDK-5045147">JDK-5045147</a> is fixed.
*/
@J2ktIncompatible
@GwtIncompatible // reflection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ public void testAddConcurrentWithIteration() {
* Returns the {@link Method} instance for {@link #testAdd_nullSupported()} so that tests of
* {@link java.util.Collections#checkedCollection(java.util.Collection, Class)} can suppress it
* with {@code FeatureSpecificTestSuiteBuilder.suppressing()} until <a
* href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6409434">Sun bug 6409434</a> is fixed.
* It's unclear whether nulls were to be permitted or forbidden, but presumably the eventual fix
* will be to permit them, as it seems more likely that code would depend on that behavior than on
* the other. Thus, we say the bug is in add(), which fails to support null.
* href="https://bugs.openjdk.org/browse/JDK-6409434">JDK-6409434</a> is fixed. It's unclear
* whether nulls were to be permitted or forbidden, but presumably the eventual fix will be to
* permit them, as it seems more likely that code would depend on that behavior than on the other.
* Thus, we say the bug is in add(), which fails to support null.
*/
@J2ktIncompatible
@GwtIncompatible // reflection
Expand All @@ -116,7 +116,7 @@ public static Method getAddNullSupportedMethod() {
* Returns the {@link Method} instance for {@link #testAdd_nullSupported()} so that tests of
* {@link java.util.TreeSet} can suppress it with {@code
* FeatureSpecificTestSuiteBuilder.suppressing()} until <a
* href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5045147">Sun bug 5045147</a> is fixed.
* href="https://bugs.openjdk.org/browse/JDK-5045147">JDK-5045147</a> is fixed.
*/
@J2ktIncompatible
@GwtIncompatible // reflection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public void testCreateWithNull_unsupported() {
/**
* Returns the {@link Method} instance for {@link #testCreateWithNull_unsupported()} so that tests
* can suppress it with {@code FeatureSpecificTestSuiteBuilder.suppressing()} until <a
* href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5045147">Sun bug 5045147</a> is fixed.
* href="https://bugs.openjdk.org/browse/JDK-5045147">JDK-5045147</a> is fixed.
*/
@J2ktIncompatible
@GwtIncompatible // reflection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ private void expectArrayContentsInOrder(List<E> expected, Object[] actual) {
* Returns the {@link Method} instance for {@link #testToArray_isPlainObjectArray()} so that tests
* of {@link Arrays#asList(Object[])} can suppress it with {@code
* FeatureSpecificTestSuiteBuilder.suppressing()} until <a
* href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6260652">Sun bug 6260652</a> is fixed.
* href="https://bugs.openjdk.org/browse/JDK-6260652">JDK-6260652</a> is fixed.
*/
@J2ktIncompatible
@GwtIncompatible // reflection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public void testListIterator_atSize() {
* Returns the {@link Method} instance for {@link #testListIterator_fullyModifiable()} so that
* tests of {@link CopyOnWriteArraySet} can suppress it with {@code
* FeatureSpecificTestSuiteBuilder.suppressing()} until <a
* href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6570575">Sun bug 6570575</a> is fixed.
* href="https://bugs.openjdk.org/browse/JDK-6570575">JDK-6570575</a> is fixed.
*/
@J2ktIncompatible
@GwtIncompatible // reflection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ private int aValidIndex() {
* Returns the {@link java.lang.reflect.Method} instance for {@link #testSet_null()} so that tests
* of {@link java.util.Collections#checkedCollection(java.util.Collection, Class)} can suppress it
* with {@code FeatureSpecificTestSuiteBuilder.suppressing()} until <a
* href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6409434">Sun bug 6409434</a> is fixed.
* It's unclear whether nulls were to be permitted or forbidden, but presumably the eventual fix
* will be to permit them, as it seems more likely that code would depend on that behavior than on
* the other. Thus, we say the bug is in set(), which fails to support null.
* href="https://bugs.openjdk.org/browse/JDK-6409434">JDK-6409434</a> is fixed. It's unclear
* whether nulls were to be permitted or forbidden, but presumably the eventual fix will be to
* permit them, as it seems more likely that code would depend on that behavior than on the other.
* Thus, we say the bug is in set(), which fails to support null.
*/
@J2ktIncompatible
@GwtIncompatible // reflection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public void testSubList_startGreaterThanEnd() {
* The subList() docs claim that this should be an
* IndexOutOfBoundsException, but many JDK implementations throw
* IllegalArgumentException:
* http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4506427
* https://bugs.openjdk.org/browse/JDK-4506427
*/
}
}
Expand Down Expand Up @@ -308,7 +308,7 @@ public void testReserializeSubList() {
* Returns the {@link Method} instance for {@link #testSubList_originalListSetAffectsSubList()} so
* that tests of {@link CopyOnWriteArrayList} can suppress them with {@code
* FeatureSpecificTestSuiteBuilder.suppressing()} until <a
* href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6570631">Sun bug 6570631</a> is fixed.
* href="https://bugs.openjdk.org/browse/JDK-6570631">JDK-6570631</a> is fixed.
*/
@J2ktIncompatible
@GwtIncompatible // reflection
Expand All @@ -321,7 +321,7 @@ public static Method getSubListOriginalListSetAffectsSubListMethod() {
* #testSubList_originalListSetAffectsSubListLargeList()} so that tests of {@link
* CopyOnWriteArrayList} can suppress them with {@code
* FeatureSpecificTestSuiteBuilder.suppressing()} until <a
* href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6570631">Sun bug 6570631</a> is fixed.
* href="https://bugs.openjdk.org/browse/JDK-6570631">JDK-6570631</a> is fixed.
*/
@J2ktIncompatible
@GwtIncompatible // reflection
Expand All @@ -334,7 +334,7 @@ public static Method getSubListOriginalListSetAffectsSubListLargeListMethod() {
* #testSubList_subListRemoveAffectsOriginalLargeList()} so that tests of {@link
* CopyOnWriteArrayList} can suppress it with {@code
* FeatureSpecificTestSuiteBuilder.suppressing()} until <a
* href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6570575">Sun bug 6570575</a> is fixed.
* href="https://bugs.openjdk.org/browse/JDK-6570575">JDK-6570575</a> is fixed.
*/
@J2ktIncompatible
@GwtIncompatible // reflection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ private void expectFirstRemoved(Entry<K, V>[] entries) {
/**
* Returns the {@link Method} instance for {@link #testCreateWithNullKeyUnsupported()} so that
* tests can suppress it with {@code FeatureSpecificTestSuiteBuilder.suppressing()} until <a
* href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5045147">Sun bug 5045147</a> is fixed.
* href="https://bugs.openjdk.org/browse/JDK-5045147">JDK-5045147</a> is fixed.
*/
@J2ktIncompatible
@GwtIncompatible // reflection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ private void putAll(Iterable<Entry<K, V>> entries) {
/**
* Returns the {@link Method} instance for {@link #testPutAll_nullKeyUnsupported()} so that tests
* can suppress it with {@code FeatureSpecificTestSuiteBuilder.suppressing()} until <a
* href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5045147">Sun bug 5045147</a> is fixed.
* href="https://bugs.openjdk.org/browse/JDK-5045147">JDK-5045147</a> is fixed.
*/
@J2ktIncompatible
@GwtIncompatible // reflection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ private V put(Entry<K, V> entry) {
* Returns the {@link Method} instance for {@link #testPut_nullKeyUnsupported()} so that tests of
* {@link java.util.TreeMap} can suppress it with {@code
* FeatureSpecificTestSuiteBuilder.suppressing()} until <a
* href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5045147">Sun bug 5045147</a> is fixed.
* href="https://bugs.openjdk.org/browse/JDK-5045147">JDK-5045147</a> is fixed.
*/
@J2ktIncompatible
@GwtIncompatible // reflection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ protected Iterator<Integer> newTargetIterator() {
* to remove() will incorrectly throw an IllegalStateException, instead of removing the last
* element returned.
*
* <p>See <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6529795">Sun bug 6529795</a>
* <p>See <a href="https://bugs.openjdk.org/browse/JDK-6529795">JDK-6529795</a>
*/
static class IteratorWithSunJavaBug6529795<T> implements Iterator<T> {
static class IteratorWithJdkBug6529795<T> implements Iterator<T> {
Iterator<T> iterator;
boolean nextThrewException;

IteratorWithSunJavaBug6529795(Iterator<T> iterator) {
IteratorWithJdkBug6529795(Iterator<T> iterator) {
this.iterator = iterator;
}

Expand Down Expand Up @@ -137,15 +137,15 @@ public void remove() {
}
}

public void testCanCatchSunJavaBug6529795InTargetIterator() {
public void testCanCatchJdkBug6529795InTargetIterator() {
try {
/* Choose 4 steps to get sequence [next, next, next, remove] */
new IteratorTester<Integer>(
4, MODIFIABLE, newArrayList(1, 2), IteratorTester.KnownOrder.KNOWN_ORDER) {
@Override
protected Iterator<Integer> newTargetIterator() {
Iterator<Integer> iterator = Lists.newArrayList(1, 2).iterator();
return new IteratorWithSunJavaBug6529795<>(iterator);
return new IteratorWithJdkBug6529795<>(iterator);
}
}.test();
} catch (AssertionError e) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ public static <E> Builder<E> orderedBy(Comparator<E> comparator) {
*
* <p>Note: the type parameter {@code E} extends {@code Comparable<?>} rather than {@code
* Comparable<? super E>} in order to accommodate users of obsolete javac versions affected by <a
* href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6468354">bug 6468354</a>.
* href="https://bugs.openjdk.org/browse/JDK-6468354">JDK-6468354</a>.
*/
public static <E extends Comparable<?>> Builder<E> reverseOrder() {
return new Builder<>(Ordering.<E>natural().reverse());
Expand All @@ -451,7 +451,7 @@ public static <E extends Comparable<?>> Builder<E> reverseOrder() {
*
* <p>Note: the type parameter {@code E} extends {@code Comparable<?>} rather than {@code
* Comparable<? super E>} in order to accommodate users of obsolete javac versions affected by <a
* href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6468354">bug 6468354</a>.
* href="https://bugs.openjdk.org/browse/JDK-6468354">JDK-6468354</a>.
*/
public static <E extends Comparable<?>> Builder<E> naturalOrder() {
return new Builder<>(Ordering.natural());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public void testAddAll_nullCollectionReference() {
/**
* Returns the {@link Method} instance for {@link #testAddAll_nullUnsupported()} so that tests can
* suppress it with {@code FeatureSpecificTestSuiteBuilder.suppressing()} until <a
* href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5045147">Sun bug 5045147</a> is fixed.
* href="https://bugs.openjdk.org/browse/JDK-5045147">JDK-5045147</a> is fixed.
*/
@J2ktIncompatible
@GwtIncompatible // reflection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ public void testAddConcurrentWithIteration() {
* Returns the {@link Method} instance for {@link #testAdd_nullSupported()} so that tests of
* {@link java.util.Collections#checkedCollection(java.util.Collection, Class)} can suppress it
* with {@code FeatureSpecificTestSuiteBuilder.suppressing()} until <a
* href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6409434">Sun bug 6409434</a> is fixed.
* It's unclear whether nulls were to be permitted or forbidden, but presumably the eventual fix
* will be to permit them, as it seems more likely that code would depend on that behavior than on
* the other. Thus, we say the bug is in add(), which fails to support null.
* href="https://bugs.openjdk.org/browse/JDK-6409434">JDK-6409434</a> is fixed. It's unclear
* whether nulls were to be permitted or forbidden, but presumably the eventual fix will be to
* permit them, as it seems more likely that code would depend on that behavior than on the other.
* Thus, we say the bug is in add(), which fails to support null.
*/
@J2ktIncompatible
@GwtIncompatible // reflection
Expand All @@ -116,7 +116,7 @@ public static Method getAddNullSupportedMethod() {
* Returns the {@link Method} instance for {@link #testAdd_nullSupported()} so that tests of
* {@link java.util.TreeSet} can suppress it with {@code
* FeatureSpecificTestSuiteBuilder.suppressing()} until <a
* href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5045147">Sun bug 5045147</a> is fixed.
* href="https://bugs.openjdk.org/browse/JDK-5045147">JDK-5045147</a> is fixed.
*/
@J2ktIncompatible
@GwtIncompatible // reflection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public void testCreateWithNull_unsupported() {
/**
* Returns the {@link Method} instance for {@link #testCreateWithNull_unsupported()} so that tests
* can suppress it with {@code FeatureSpecificTestSuiteBuilder.suppressing()} until <a
* href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5045147">Sun bug 5045147</a> is fixed.
* href="https://bugs.openjdk.org/browse/JDK-5045147">JDK-5045147</a> is fixed.
*/
@J2ktIncompatible
@GwtIncompatible // reflection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ private void expectArrayContentsInOrder(List<E> expected, Object[] actual) {
* Returns the {@link Method} instance for {@link #testToArray_isPlainObjectArray()} so that tests
* of {@link Arrays#asList(Object[])} can suppress it with {@code
* FeatureSpecificTestSuiteBuilder.suppressing()} until <a
* href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6260652">Sun bug 6260652</a> is fixed.
* href="https://bugs.openjdk.org/browse/JDK-6260652">JDK-6260652</a> is fixed.
*/
@J2ktIncompatible
@GwtIncompatible // reflection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public void testListIterator_atSize() {
* Returns the {@link Method} instance for {@link #testListIterator_fullyModifiable()} so that
* tests of {@link CopyOnWriteArraySet} can suppress it with {@code
* FeatureSpecificTestSuiteBuilder.suppressing()} until <a
* href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6570575">Sun bug 6570575</a> is fixed.
* href="https://bugs.openjdk.org/browse/JDK-6570575">JDK-6570575</a> is fixed.
*/
@J2ktIncompatible
@GwtIncompatible // reflection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ private int aValidIndex() {
* Returns the {@link java.lang.reflect.Method} instance for {@link #testSet_null()} so that tests
* of {@link java.util.Collections#checkedCollection(java.util.Collection, Class)} can suppress it
* with {@code FeatureSpecificTestSuiteBuilder.suppressing()} until <a
* href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6409434">Sun bug 6409434</a> is fixed.
* It's unclear whether nulls were to be permitted or forbidden, but presumably the eventual fix
* will be to permit them, as it seems more likely that code would depend on that behavior than on
* the other. Thus, we say the bug is in set(), which fails to support null.
* href="https://bugs.openjdk.org/browse/JDK-6409434">JDK-6409434</a> is fixed. It's unclear
* whether nulls were to be permitted or forbidden, but presumably the eventual fix will be to
* permit them, as it seems more likely that code would depend on that behavior than on the other.
* Thus, we say the bug is in set(), which fails to support null.
*/
@J2ktIncompatible
@GwtIncompatible // reflection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public void testSubList_startGreaterThanEnd() {
* The subList() docs claim that this should be an
* IndexOutOfBoundsException, but many JDK implementations throw
* IllegalArgumentException:
* http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4506427
* https://bugs.openjdk.org/browse/JDK-4506427
*/
}
}
Expand Down Expand Up @@ -308,7 +308,7 @@ public void testReserializeSubList() {
* Returns the {@link Method} instance for {@link #testSubList_originalListSetAffectsSubList()} so
* that tests of {@link CopyOnWriteArrayList} can suppress them with {@code
* FeatureSpecificTestSuiteBuilder.suppressing()} until <a
* href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6570631">Sun bug 6570631</a> is fixed.
* href="https://bugs.openjdk.org/browse/JDK-6570631">JDK-6570631</a> is fixed.
*/
@J2ktIncompatible
@GwtIncompatible // reflection
Expand All @@ -321,7 +321,7 @@ public static Method getSubListOriginalListSetAffectsSubListMethod() {
* #testSubList_originalListSetAffectsSubListLargeList()} so that tests of {@link
* CopyOnWriteArrayList} can suppress them with {@code
* FeatureSpecificTestSuiteBuilder.suppressing()} until <a
* href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6570631">Sun bug 6570631</a> is fixed.
* href="https://bugs.openjdk.org/browse/JDK-6570631">JDK-6570631</a> is fixed.
*/
@J2ktIncompatible
@GwtIncompatible // reflection
Expand All @@ -334,7 +334,7 @@ public static Method getSubListOriginalListSetAffectsSubListLargeListMethod() {
* #testSubList_subListRemoveAffectsOriginalLargeList()} so that tests of {@link
* CopyOnWriteArrayList} can suppress it with {@code
* FeatureSpecificTestSuiteBuilder.suppressing()} until <a
* href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6570575">Sun bug 6570575</a> is fixed.
* href="https://bugs.openjdk.org/browse/JDK-6570575">JDK-6570575</a> is fixed.
*/
@J2ktIncompatible
@GwtIncompatible // reflection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ private void expectFirstRemoved(Entry<K, V>[] entries) {
/**
* Returns the {@link Method} instance for {@link #testCreateWithNullKeyUnsupported()} so that
* tests can suppress it with {@code FeatureSpecificTestSuiteBuilder.suppressing()} until <a
* href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5045147">Sun bug 5045147</a> is fixed.
* href="https://bugs.openjdk.org/browse/JDK-5045147">JDK-5045147</a> is fixed.
*/
@J2ktIncompatible
@GwtIncompatible // reflection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ private void putAll(Iterable<Entry<K, V>> entries) {
/**
* Returns the {@link Method} instance for {@link #testPutAll_nullKeyUnsupported()} so that tests
* can suppress it with {@code FeatureSpecificTestSuiteBuilder.suppressing()} until <a
* href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5045147">Sun bug 5045147</a> is fixed.
* href="https://bugs.openjdk.org/browse/JDK-5045147">JDK-5045147</a> is fixed.
*/
@J2ktIncompatible
@GwtIncompatible // reflection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ private V put(Entry<K, V> entry) {
* Returns the {@link Method} instance for {@link #testPut_nullKeyUnsupported()} so that tests of
* {@link java.util.TreeMap} can suppress it with {@code
* FeatureSpecificTestSuiteBuilder.suppressing()} until <a
* href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5045147">Sun bug 5045147</a> is fixed.
* href="https://bugs.openjdk.org/browse/JDK-5045147">JDK-5045147</a> is fixed.
*/
@J2ktIncompatible
@GwtIncompatible // reflection
Expand Down
Loading

0 comments on commit 7ee7759

Please sign in to comment.