garydgregory commented on code in PR #681:
URL: 
https://github.com/apache/commons-collections/pull/681#discussion_r3410087681


##########
src/test/java/org/apache/commons/collections4/list/AbstractListTest.java:
##########
@@ -131,11 +131,11 @@ public void verify() {
         }
     }
 
-    public class ListIteratorTest extends AbstractListIteratorTest<E> {
+    public abstract class ListIteratorTest extends AbstractListIteratorTest<E> 
{

Review Comment:
   This is still incomplete as `@Nested` test classes must be `static`.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to