Roman Puchkovskiy created IGNITE-16506:
------------------------------------------
Summary: Modernizer plugin does not find any violations during the
build even if they exist
Key: IGNITE-16506
URL: https://issues.apache.org/jira/browse/IGNITE-16506
Project: Ignite
Issue Type: Bug
Components: build
Reporter: Roman Puchkovskiy
Assignee: Petr Ivanov
Fix For: 3.0.0-alpha5
If I add the following code in any java class (except the excluded packages)
String s = new String(new byte[0]);
then the modernizer plugin should fail the build, but the build finishes
successfully.
I build using 'mvn clean verify -DskipTests'.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)