Gary D. Gregory created BEANUTILS-578:
-----------------------------------------
Summary: FIx JUnit warnings
Key: BEANUTILS-578
URL: https://issues.apache.org/jira/browse/BEANUTILS-578
Project: Commons BeanUtils
Issue Type: Bug
Reporter: Gary D. Gregory
The builds says:
{noformat}
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
Jun 26, 2026 7:27:29 AM org.junit.platform.launcher.core.DiscoveryIssueNotifier
logIssues
WARNING: TestEngine with ID 'junit-jupiter' encountered 3 non-critical issues
during test discovery:(1) [WARNING] Inner class
'org.apache.commons.collections4.map.AbstractMapTest$TestMapEntrySet' looks
like it was intended to be a test class but will not be executed. It must be
static or annotated with @Nested.
Source: ClassSource [className =
'org.apache.commons.collections4.map.AbstractMapTest$TestMapEntrySet',
filePosition = null]
at
org.apache.commons.collections4.map.AbstractMapTest$TestMapEntrySet.<no-method>(SourceFile:0)(2)
[WARNING] Inner class
'org.apache.commons.collections4.map.AbstractMapTest$TestMapKeySet' looks like
it was intended to be a test class but will not be executed. It must be static
or annotated with @Nested.
Source: ClassSource [className =
'org.apache.commons.collections4.map.AbstractMapTest$TestMapKeySet',
filePosition = null]
at
org.apache.commons.collections4.map.AbstractMapTest$TestMapKeySet.<no-method>(SourceFile:0)(3)
[WARNING] Inner class
'org.apache.commons.collections4.map.AbstractMapTest$TestMapValues' looks like
it was intended to be a test class but will not be executed. It must be static
or annotated with @Nested.
Source: ClassSource [className =
'org.apache.commons.collections4.map.AbstractMapTest$TestMapValues',
filePosition = null]
at
org.apache.commons.collections4.map.AbstractMapTest$TestMapValues.<no-method>(SourceFile:0)
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)