Skip to content

Commit

Permalink
#3058: jtcop-maven-plugin:1.2.4:check (default)
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Apr 28, 2024
1 parent ac4be01 commit 6383f22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
public class EoClassesArePublicTest {

@Test
@SuppressWarnings("JTCOP.RulePresentTense")
public void arePublic() throws IOException {
final Set<Class<?>> clazzes = ClassPath.from(ClassLoader.getSystemClassLoader())
.getAllClasses()
Expand All @@ -69,7 +70,6 @@ public void arePublic() throws IOException {
* @param clazz Class.
* @return True if is.
*/
@SuppressWarnings("JTCOP.RulePresentTense")
private static boolean isEoClass(final Class<?> clazz) {
return clazz.getSimpleName().startsWith("EO")
&& Phi.class.isAssignableFrom(clazz);
Expand Down

0 comments on commit 6383f22

Please sign in to comment.