[JBoss JIRA] (ISPN-10150) InterceptorDefinesAllReadsCheck and InterceptorDefinesAllReadWritesCheck should report ERROR if the implementation was used in Production code
by Diego Lovison (Jira)
[ https://issues.jboss.org/browse/ISPN-10150?page=com.atlassian.jira.plugin... ]
Diego Lovison updated ISPN-10150:
---------------------------------
Priority: Minor (was: Major)
> InterceptorDefinesAllReadsCheck and InterceptorDefinesAllReadWritesCheck should report ERROR if the implementation was used in Production code
> ----------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: ISPN-10150
> URL: https://issues.jboss.org/browse/ISPN-10150
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 9.4.12.Final
> Reporter: Diego Lovison
> Priority: Minor
>
> {noformat}
> [INFO] Starting audit...
> [WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/impl/ScatteredCacheWriterInterceptor.java:76:1: Interceptor defines methods [visitGetCacheEntryCommand, visitGetKeyValueCommand, visitGetAllCommand] but does not define [visitReadOnlyKeyCommand, visitReadOnlyManyCommand] [not required for tests] [InterceptorDefinesAllReads]
> [WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/impl/CacheLoaderInterceptor.java:99:1: Interceptor defines methods [visitReadWriteKeyCommand, visitReadWriteManyCommand, visitReadWriteKeyValueCommand, visitPutKeyValueCommand, visitRemoveCommand, visitReadWriteManyEntriesCommand, visitReplaceCommand] but does not define [visitPutMapCommand] [not required for tests] [InterceptorDefinesAllReadWrites]
> [WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/impl/IsMarshallableInterceptor.java:32:1: Interceptor defines methods [visitReadWriteKeyCommand, visitPutKeyValueCommand, visitRemoveCommand, visitPutMapCommand, visitReplaceCommand] but does not define [visitReadWriteManyCommand, visitReadWriteKeyValueCommand, visitReadWriteManyEntriesCommand] [not required for tests] [InterceptorDefinesAllReadWrites]
> [WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/impl/BaseStateTransferInterceptor.java:343:4: Interceptor defines methods [visitGetCacheEntryCommand, visitGetKeyValueCommand, visitReadOnlyKeyCommand] but does not define [visitGetAllCommand, visitReadOnlyManyCommand] [not required for tests] [InterceptorDefinesAllReads]
> [WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/impl/BatchingInterceptor.java:26:1: Interceptor defines methods [visitPutKeyValueCommand] but does not define [visitReadWriteKeyCommand, visitReadWriteManyCommand, visitReadWriteKeyValueCommand, visitRemoveCommand, visitPutMapCommand, visitReadWriteManyEntriesCommand, visitReplaceCommand] [not required for tests] [InterceptorDefinesAllReadWrites]
> [WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/impl/DistCacheWriterInterceptor.java:38:1: Interceptor defines methods [visitPutKeyValueCommand, visitRemoveCommand, visitPutMapCommand, visitReplaceCommand] but does not define [visitReadWriteKeyCommand, visitReadWriteManyCommand, visitReadWriteKeyValueCommand, visitReadWriteManyEntriesCommand] [not required for tests] [InterceptorDefinesAllReadWrites]
> [WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/impl/InvalidationInterceptor.java:62:1: Interceptor defines methods [visitPutKeyValueCommand, visitRemoveCommand, visitPutMapCommand, visitReplaceCommand] but does not define [visitReadWriteKeyCommand, visitReadWriteManyCommand, visitReadWriteKeyValueCommand, visitReadWriteManyEntriesCommand] [not required for tests] [InterceptorDefinesAllReadWrites]
> [WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/impl/InvalidationInterceptor.java:259:4: Interceptor defines methods [visitPutKeyValueCommand, visitRemoveCommand, visitPutMapCommand] but does not define [visitReadWriteKeyCommand, visitReadWriteManyCommand, visitReadWriteKeyValueCommand, visitReadWriteManyEntriesCommand, visitReplaceCommand] [not required for tests] [InterceptorDefinesAllReadWrites]
> [WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/impl/VersionInterceptor.java:16:1: Interceptor defines methods [visitReplaceCommand] but does not define [visitReadWriteKeyCommand, visitReadWriteManyCommand, visitReadWriteKeyValueCommand, visitPutKeyValueCommand, visitRemoveCommand, visitPutMapCommand, visitReadWriteManyEntriesCommand] [not required for tests] [InterceptorDefinesAllReadWrites]
> [WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/distribution/L1TxInterceptor.java:24:1: Interceptor defines methods [visitPutKeyValueCommand, visitRemoveCommand, visitPutMapCommand, visitReplaceCommand] but does not define [visitReadWriteKeyCommand, visitReadWriteManyCommand, visitReadWriteKeyValueCommand, visitReadWriteManyEntriesCommand] [not required for tests] [InterceptorDefinesAllReadWrites]
> [WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/distribution/TxDistributionInterceptor.java:85:1: Interceptor defines methods [visitReadOnlyManyCommand] but does not define [visitGetCacheEntryCommand, visitGetKeyValueCommand, visitGetAllCommand, visitReadOnlyKeyCommand] [not required for tests] [InterceptorDefinesAllReads]
> [WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/distribution/L1NonTxInterceptor.java:62:1: Interceptor defines methods [visitGetCacheEntryCommand, visitGetKeyValueCommand] but does not define [visitGetAllCommand, visitReadOnlyKeyCommand, visitReadOnlyManyCommand] [not required for tests] [InterceptorDefinesAllReads]
> [WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/partitionhandling/impl/PartitionHandlingInterceptor.java:39:1: Interceptor defines methods [visitGetCacheEntryCommand, visitGetKeyValueCommand, visitGetAllCommand] but does not define [visitReadOnlyKeyCommand, visitReadOnlyManyCommand] [not required for tests] [InterceptorDefinesAllReads]
> [WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/partitionhandling/impl/PartitionHandlingInterceptor.java:39:1: Interceptor defines methods [visitReadWriteKeyCommand, visitPutKeyValueCommand, visitRemoveCommand, visitPutMapCommand, visitReplaceCommand] but does not define [visitReadWriteManyCommand, visitReadWriteKeyValueCommand, visitReadWriteManyEntriesCommand] [not required for tests] [InterceptorDefinesAllReadWrites]
> [WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/xsite/BaseBackupReceiver.java:87:4: Interceptor defines methods [visitPutKeyValueCommand, visitRemoveCommand] but does not define [visitReadWriteKeyCommand, visitReadWriteManyCommand, visitReadWriteKeyValueCommand, visitPutMapCommand, visitReadWriteManyEntriesCommand, visitReplaceCommand] [not required for tests] [InterceptorDefinesAllReadWrites]
> [ERROR] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/test/resources/infinispan-features.properties:1: Missing new line at the end of file [RegexpMultiline]
> Audit done.
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 8 months
[JBoss JIRA] (ISPN-10150) InterceptorDefinesAllReadsCheck and InterceptorDefinesAllReadWritesCheck should report ERROR if the implementation was used in Production code
by Diego Lovison (Jira)
[ https://issues.jboss.org/browse/ISPN-10150?page=com.atlassian.jira.plugin... ]
Diego Lovison updated ISPN-10150:
---------------------------------
Issue Type: Task (was: Bug)
> InterceptorDefinesAllReadsCheck and InterceptorDefinesAllReadWritesCheck should report ERROR if the implementation was used in Production code
> ----------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: ISPN-10150
> URL: https://issues.jboss.org/browse/ISPN-10150
> Project: Infinispan
> Issue Type: Task
> Affects Versions: 9.4.12.Final
> Reporter: Diego Lovison
> Priority: Minor
>
> {noformat}
> [INFO] Starting audit...
> [WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/impl/ScatteredCacheWriterInterceptor.java:76:1: Interceptor defines methods [visitGetCacheEntryCommand, visitGetKeyValueCommand, visitGetAllCommand] but does not define [visitReadOnlyKeyCommand, visitReadOnlyManyCommand] [not required for tests] [InterceptorDefinesAllReads]
> [WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/impl/CacheLoaderInterceptor.java:99:1: Interceptor defines methods [visitReadWriteKeyCommand, visitReadWriteManyCommand, visitReadWriteKeyValueCommand, visitPutKeyValueCommand, visitRemoveCommand, visitReadWriteManyEntriesCommand, visitReplaceCommand] but does not define [visitPutMapCommand] [not required for tests] [InterceptorDefinesAllReadWrites]
> [WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/impl/IsMarshallableInterceptor.java:32:1: Interceptor defines methods [visitReadWriteKeyCommand, visitPutKeyValueCommand, visitRemoveCommand, visitPutMapCommand, visitReplaceCommand] but does not define [visitReadWriteManyCommand, visitReadWriteKeyValueCommand, visitReadWriteManyEntriesCommand] [not required for tests] [InterceptorDefinesAllReadWrites]
> [WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/impl/BaseStateTransferInterceptor.java:343:4: Interceptor defines methods [visitGetCacheEntryCommand, visitGetKeyValueCommand, visitReadOnlyKeyCommand] but does not define [visitGetAllCommand, visitReadOnlyManyCommand] [not required for tests] [InterceptorDefinesAllReads]
> [WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/impl/BatchingInterceptor.java:26:1: Interceptor defines methods [visitPutKeyValueCommand] but does not define [visitReadWriteKeyCommand, visitReadWriteManyCommand, visitReadWriteKeyValueCommand, visitRemoveCommand, visitPutMapCommand, visitReadWriteManyEntriesCommand, visitReplaceCommand] [not required for tests] [InterceptorDefinesAllReadWrites]
> [WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/impl/DistCacheWriterInterceptor.java:38:1: Interceptor defines methods [visitPutKeyValueCommand, visitRemoveCommand, visitPutMapCommand, visitReplaceCommand] but does not define [visitReadWriteKeyCommand, visitReadWriteManyCommand, visitReadWriteKeyValueCommand, visitReadWriteManyEntriesCommand] [not required for tests] [InterceptorDefinesAllReadWrites]
> [WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/impl/InvalidationInterceptor.java:62:1: Interceptor defines methods [visitPutKeyValueCommand, visitRemoveCommand, visitPutMapCommand, visitReplaceCommand] but does not define [visitReadWriteKeyCommand, visitReadWriteManyCommand, visitReadWriteKeyValueCommand, visitReadWriteManyEntriesCommand] [not required for tests] [InterceptorDefinesAllReadWrites]
> [WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/impl/InvalidationInterceptor.java:259:4: Interceptor defines methods [visitPutKeyValueCommand, visitRemoveCommand, visitPutMapCommand] but does not define [visitReadWriteKeyCommand, visitReadWriteManyCommand, visitReadWriteKeyValueCommand, visitReadWriteManyEntriesCommand, visitReplaceCommand] [not required for tests] [InterceptorDefinesAllReadWrites]
> [WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/impl/VersionInterceptor.java:16:1: Interceptor defines methods [visitReplaceCommand] but does not define [visitReadWriteKeyCommand, visitReadWriteManyCommand, visitReadWriteKeyValueCommand, visitPutKeyValueCommand, visitRemoveCommand, visitPutMapCommand, visitReadWriteManyEntriesCommand] [not required for tests] [InterceptorDefinesAllReadWrites]
> [WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/distribution/L1TxInterceptor.java:24:1: Interceptor defines methods [visitPutKeyValueCommand, visitRemoveCommand, visitPutMapCommand, visitReplaceCommand] but does not define [visitReadWriteKeyCommand, visitReadWriteManyCommand, visitReadWriteKeyValueCommand, visitReadWriteManyEntriesCommand] [not required for tests] [InterceptorDefinesAllReadWrites]
> [WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/distribution/TxDistributionInterceptor.java:85:1: Interceptor defines methods [visitReadOnlyManyCommand] but does not define [visitGetCacheEntryCommand, visitGetKeyValueCommand, visitGetAllCommand, visitReadOnlyKeyCommand] [not required for tests] [InterceptorDefinesAllReads]
> [WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/distribution/L1NonTxInterceptor.java:62:1: Interceptor defines methods [visitGetCacheEntryCommand, visitGetKeyValueCommand] but does not define [visitGetAllCommand, visitReadOnlyKeyCommand, visitReadOnlyManyCommand] [not required for tests] [InterceptorDefinesAllReads]
> [WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/partitionhandling/impl/PartitionHandlingInterceptor.java:39:1: Interceptor defines methods [visitGetCacheEntryCommand, visitGetKeyValueCommand, visitGetAllCommand] but does not define [visitReadOnlyKeyCommand, visitReadOnlyManyCommand] [not required for tests] [InterceptorDefinesAllReads]
> [WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/partitionhandling/impl/PartitionHandlingInterceptor.java:39:1: Interceptor defines methods [visitReadWriteKeyCommand, visitPutKeyValueCommand, visitRemoveCommand, visitPutMapCommand, visitReplaceCommand] but does not define [visitReadWriteManyCommand, visitReadWriteKeyValueCommand, visitReadWriteManyEntriesCommand] [not required for tests] [InterceptorDefinesAllReadWrites]
> [WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/xsite/BaseBackupReceiver.java:87:4: Interceptor defines methods [visitPutKeyValueCommand, visitRemoveCommand] but does not define [visitReadWriteKeyCommand, visitReadWriteManyCommand, visitReadWriteKeyValueCommand, visitPutMapCommand, visitReadWriteManyEntriesCommand, visitReplaceCommand] [not required for tests] [InterceptorDefinesAllReadWrites]
> [ERROR] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/test/resources/infinispan-features.properties:1: Missing new line at the end of file [RegexpMultiline]
> Audit done.
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 8 months
[JBoss JIRA] (ISPN-10150) InterceptorDefinesAllReadsCheck and InterceptorDefinesAllReadWritesCheck should report ERROR if the implementation was used in Production code
by Diego Lovison (Jira)
Diego Lovison created ISPN-10150:
------------------------------------
Summary: InterceptorDefinesAllReadsCheck and InterceptorDefinesAllReadWritesCheck should report ERROR if the implementation was used in Production code
Key: ISPN-10150
URL: https://issues.jboss.org/browse/ISPN-10150
Project: Infinispan
Issue Type: Bug
Affects Versions: 9.4.12.Final
Reporter: Diego Lovison
{noformat}
[INFO] Starting audit...
[WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/impl/ScatteredCacheWriterInterceptor.java:76:1: Interceptor defines methods [visitGetCacheEntryCommand, visitGetKeyValueCommand, visitGetAllCommand] but does not define [visitReadOnlyKeyCommand, visitReadOnlyManyCommand] [not required for tests] [InterceptorDefinesAllReads]
[WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/impl/CacheLoaderInterceptor.java:99:1: Interceptor defines methods [visitReadWriteKeyCommand, visitReadWriteManyCommand, visitReadWriteKeyValueCommand, visitPutKeyValueCommand, visitRemoveCommand, visitReadWriteManyEntriesCommand, visitReplaceCommand] but does not define [visitPutMapCommand] [not required for tests] [InterceptorDefinesAllReadWrites]
[WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/impl/IsMarshallableInterceptor.java:32:1: Interceptor defines methods [visitReadWriteKeyCommand, visitPutKeyValueCommand, visitRemoveCommand, visitPutMapCommand, visitReplaceCommand] but does not define [visitReadWriteManyCommand, visitReadWriteKeyValueCommand, visitReadWriteManyEntriesCommand] [not required for tests] [InterceptorDefinesAllReadWrites]
[WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/impl/BaseStateTransferInterceptor.java:343:4: Interceptor defines methods [visitGetCacheEntryCommand, visitGetKeyValueCommand, visitReadOnlyKeyCommand] but does not define [visitGetAllCommand, visitReadOnlyManyCommand] [not required for tests] [InterceptorDefinesAllReads]
[WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/impl/BatchingInterceptor.java:26:1: Interceptor defines methods [visitPutKeyValueCommand] but does not define [visitReadWriteKeyCommand, visitReadWriteManyCommand, visitReadWriteKeyValueCommand, visitRemoveCommand, visitPutMapCommand, visitReadWriteManyEntriesCommand, visitReplaceCommand] [not required for tests] [InterceptorDefinesAllReadWrites]
[WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/impl/DistCacheWriterInterceptor.java:38:1: Interceptor defines methods [visitPutKeyValueCommand, visitRemoveCommand, visitPutMapCommand, visitReplaceCommand] but does not define [visitReadWriteKeyCommand, visitReadWriteManyCommand, visitReadWriteKeyValueCommand, visitReadWriteManyEntriesCommand] [not required for tests] [InterceptorDefinesAllReadWrites]
[WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/impl/InvalidationInterceptor.java:62:1: Interceptor defines methods [visitPutKeyValueCommand, visitRemoveCommand, visitPutMapCommand, visitReplaceCommand] but does not define [visitReadWriteKeyCommand, visitReadWriteManyCommand, visitReadWriteKeyValueCommand, visitReadWriteManyEntriesCommand] [not required for tests] [InterceptorDefinesAllReadWrites]
[WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/impl/InvalidationInterceptor.java:259:4: Interceptor defines methods [visitPutKeyValueCommand, visitRemoveCommand, visitPutMapCommand] but does not define [visitReadWriteKeyCommand, visitReadWriteManyCommand, visitReadWriteKeyValueCommand, visitReadWriteManyEntriesCommand, visitReplaceCommand] [not required for tests] [InterceptorDefinesAllReadWrites]
[WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/impl/VersionInterceptor.java:16:1: Interceptor defines methods [visitReplaceCommand] but does not define [visitReadWriteKeyCommand, visitReadWriteManyCommand, visitReadWriteKeyValueCommand, visitPutKeyValueCommand, visitRemoveCommand, visitPutMapCommand, visitReadWriteManyEntriesCommand] [not required for tests] [InterceptorDefinesAllReadWrites]
[WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/distribution/L1TxInterceptor.java:24:1: Interceptor defines methods [visitPutKeyValueCommand, visitRemoveCommand, visitPutMapCommand, visitReplaceCommand] but does not define [visitReadWriteKeyCommand, visitReadWriteManyCommand, visitReadWriteKeyValueCommand, visitReadWriteManyEntriesCommand] [not required for tests] [InterceptorDefinesAllReadWrites]
[WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/distribution/TxDistributionInterceptor.java:85:1: Interceptor defines methods [visitReadOnlyManyCommand] but does not define [visitGetCacheEntryCommand, visitGetKeyValueCommand, visitGetAllCommand, visitReadOnlyKeyCommand] [not required for tests] [InterceptorDefinesAllReads]
[WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/interceptors/distribution/L1NonTxInterceptor.java:62:1: Interceptor defines methods [visitGetCacheEntryCommand, visitGetKeyValueCommand] but does not define [visitGetAllCommand, visitReadOnlyKeyCommand, visitReadOnlyManyCommand] [not required for tests] [InterceptorDefinesAllReads]
[WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/partitionhandling/impl/PartitionHandlingInterceptor.java:39:1: Interceptor defines methods [visitGetCacheEntryCommand, visitGetKeyValueCommand, visitGetAllCommand] but does not define [visitReadOnlyKeyCommand, visitReadOnlyManyCommand] [not required for tests] [InterceptorDefinesAllReads]
[WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/partitionhandling/impl/PartitionHandlingInterceptor.java:39:1: Interceptor defines methods [visitReadWriteKeyCommand, visitPutKeyValueCommand, visitRemoveCommand, visitPutMapCommand, visitReplaceCommand] but does not define [visitReadWriteManyCommand, visitReadWriteKeyValueCommand, visitReadWriteManyEntriesCommand] [not required for tests] [InterceptorDefinesAllReadWrites]
[WARN] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/main/java/org/infinispan/xsite/BaseBackupReceiver.java:87:4: Interceptor defines methods [visitPutKeyValueCommand, visitRemoveCommand] but does not define [visitReadWriteKeyCommand, visitReadWriteManyCommand, visitReadWriteKeyValueCommand, visitPutMapCommand, visitReadWriteManyEntriesCommand, visitReplaceCommand] [not required for tests] [InterceptorDefinesAllReadWrites]
[ERROR] /Users/dlovison/Documents/GitHub/infinispan/infinispan/core/src/test/resources/infinispan-features.properties:1: Missing new line at the end of file [RegexpMultiline]
Audit done.
{noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 8 months
[JBoss JIRA] (ISPN-10149) Keep only one checkstyle plugin configuration
by Dan Berindei (Jira)
[ https://issues.jboss.org/browse/ISPN-10149?page=com.atlassian.jira.plugin... ]
Dan Berindei commented on ISPN-10149:
-------------------------------------
> Today the checkstyle configuration is duplicated across multiple projects
As it should be, IMO every project should be free to define its own rules.
> $ mvn checktyle:check
That's a typo, it should be {{checkstyle:check}}. But {{checkstyle}} already runs as part of the build, so I don't think developers should ever run {{checkstyle:check}} manually.
> Keep only one checkstyle plugin configuration
> ---------------------------------------------
>
> Key: ISPN-10149
> URL: https://issues.jboss.org/browse/ISPN-10149
> Project: Infinispan
> Issue Type: Bug
> Reporter: Diego Lovison
> Assignee: Diego Lovison
> Priority: Major
>
> Today the checkstyle configuration is duplicated across multiple projects
> The docs say
> {noformat}
> ===== Checking coding style
> If you have written any new code, it is highly recommended to validate formatting before submitting a Pull Request.
> This might be done by invoking:
> $ mvn checktyle:check
> {noformat}
> but it is failing
> {noformat}
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 7.296 s
> [INFO] Finished at: 2019-04-25T19:55:17-03:00
> [INFO] ------------------------------------------------------------------------
> [ERROR] No plugin found for prefix 'checktyle' in the current project and in the plugin groups [com.oracle.weblogic, org.jenkins-ci.tools, org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/Users/dlovison/.m2/repository), -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixEx...
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 8 months
[JBoss JIRA] (ISPN-10149) Keep only one checkstyle plugin configuration
by Diego Lovison (Jira)
[ https://issues.jboss.org/browse/ISPN-10149?page=com.atlassian.jira.plugin... ]
Diego Lovison updated ISPN-10149:
---------------------------------
Description:
Today the checkstyle configuration is duplicated across multiple projects
The docs say
{noformat}
===== Checking coding style
If you have written any new code, it is highly recommended to validate formatting before submitting a Pull Request.
This might be done by invoking:
$ mvn checktyle:check
{noformat}
but it is failing
{noformat}
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.296 s
[INFO] Finished at: 2019-04-25T19:55:17-03:00
[INFO] ------------------------------------------------------------------------
[ERROR] No plugin found for prefix 'checktyle' in the current project and in the plugin groups [com.oracle.weblogic, org.jenkins-ci.tools, org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/Users/dlovison/.m2/repository), -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixEx...
{noformat}
was:
Today the checkstyle configuration is duplicated across multiple projects
The docs say
{noformat}
===== Checking coding style
If you have written any new code, it is highly recommended to validate formatting before submitting a Pull Request.
This might be done by invoking:
$ mvn checktyle:check
{noformat}
but it is failing
{noformat}
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.296 s
[INFO] Finished at: 2019-04-25T19:55:17-03:00
[INFO] ------------------------------------------------------------------------
[ERROR] No plugin found for prefix 'checktyle' in the current project and in the plugin groups [com.oracle.weblogic, org.jenkins-ci.tools, org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/Users/dlovison/.m2/repository), mead-jdg7-plugins (http://download.lab.eng.bos.redhat.com/brewroot/repos/jb-dg-7-rhel-7-buil...), mead-jdg6-plugins (http://download.eng.bos.redhat.com/brewroot/repos/jb-edg-6-rhel-6-build/l...), central-jdg6-plugins (http://repo1.maven.org/maven2), jboss-public-jdg6-plugins (http://repository.jboss.org/nexus/content/groups/public/), central (https://repo.maven.apache.org/maven2)] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixEx...
{noformat}
> Keep only one checkstyle plugin configuration
> ---------------------------------------------
>
> Key: ISPN-10149
> URL: https://issues.jboss.org/browse/ISPN-10149
> Project: Infinispan
> Issue Type: Bug
> Reporter: Diego Lovison
> Assignee: Diego Lovison
> Priority: Major
>
> Today the checkstyle configuration is duplicated across multiple projects
> The docs say
> {noformat}
> ===== Checking coding style
> If you have written any new code, it is highly recommended to validate formatting before submitting a Pull Request.
> This might be done by invoking:
> $ mvn checktyle:check
> {noformat}
> but it is failing
> {noformat}
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 7.296 s
> [INFO] Finished at: 2019-04-25T19:55:17-03:00
> [INFO] ------------------------------------------------------------------------
> [ERROR] No plugin found for prefix 'checktyle' in the current project and in the plugin groups [com.oracle.weblogic, org.jenkins-ci.tools, org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/Users/dlovison/.m2/repository), -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixEx...
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 8 months
[JBoss JIRA] (ISPN-10149) Keep only one checkstyle plugin configuration
by Diego Lovison (Jira)
[ https://issues.jboss.org/browse/ISPN-10149?page=com.atlassian.jira.plugin... ]
Diego Lovison updated ISPN-10149:
---------------------------------
Description:
Today the checkstyle configuration is duplicated across multiple projects
The docs say
{noformat}
===== Checking coding style
If you have written any new code, it is highly recommended to validate formatting before submitting a Pull Request.
This might be done by invoking:
$ mvn checktyle:check
{noformat}
but it is failing
{noformat}
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.296 s
[INFO] Finished at: 2019-04-25T19:55:17-03:00
[INFO] ------------------------------------------------------------------------
[ERROR] No plugin found for prefix 'checktyle' in the current project and in the plugin groups [com.oracle.weblogic, org.jenkins-ci.tools, org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/Users/dlovison/.m2/repository), mead-jdg7-plugins (http://download.lab.eng.bos.redhat.com/brewroot/repos/jb-dg-7-rhel-7-buil...), mead-jdg6-plugins (http://download.eng.bos.redhat.com/brewroot/repos/jb-edg-6-rhel-6-build/l...), central-jdg6-plugins (http://repo1.maven.org/maven2), jboss-public-jdg6-plugins (http://repository.jboss.org/nexus/content/groups/public/), central (https://repo.maven.apache.org/maven2)] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixEx...
{noformat}
was:
Today the checkstyle configuration is duplicated or using a different configuration file across multiple projects
For hibernate/pom.xml we have
{code:xml}
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<configLocation>checkstyle-hibernate-cache.xml</configLocation>
</configuration>
</plugin>
{code}
For hibernate/cache-v53/pom.xml and hibernate/cache-v51/pom.xml we have
{code:xml}
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<configLocation>checkstyle.xml</configLocation>
</configuration>
</plugin>
{code}
The docs say
{noformat}
===== Checking coding style
If you have written any new code, it is highly recommended to validate formatting before submitting a Pull Request.
This might be done by invoking:
$ mvn checktyle:check
{noformat}
but it is failing
{noformat}
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.296 s
[INFO] Finished at: 2019-04-25T19:55:17-03:00
[INFO] ------------------------------------------------------------------------
[ERROR] No plugin found for prefix 'checktyle' in the current project and in the plugin groups [com.oracle.weblogic, org.jenkins-ci.tools, org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/Users/dlovison/.m2/repository), mead-jdg7-plugins (http://download.lab.eng.bos.redhat.com/brewroot/repos/jb-dg-7-rhel-7-buil...), mead-jdg6-plugins (http://download.eng.bos.redhat.com/brewroot/repos/jb-edg-6-rhel-6-build/l...), central-jdg6-plugins (http://repo1.maven.org/maven2), jboss-public-jdg6-plugins (http://repository.jboss.org/nexus/content/groups/public/), central (https://repo.maven.apache.org/maven2)] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixEx...
{noformat}
> Keep only one checkstyle plugin configuration
> ---------------------------------------------
>
> Key: ISPN-10149
> URL: https://issues.jboss.org/browse/ISPN-10149
> Project: Infinispan
> Issue Type: Bug
> Reporter: Diego Lovison
> Assignee: Diego Lovison
> Priority: Major
>
> Today the checkstyle configuration is duplicated across multiple projects
> The docs say
> {noformat}
> ===== Checking coding style
> If you have written any new code, it is highly recommended to validate formatting before submitting a Pull Request.
> This might be done by invoking:
> $ mvn checktyle:check
> {noformat}
> but it is failing
> {noformat}
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 7.296 s
> [INFO] Finished at: 2019-04-25T19:55:17-03:00
> [INFO] ------------------------------------------------------------------------
> [ERROR] No plugin found for prefix 'checktyle' in the current project and in the plugin groups [com.oracle.weblogic, org.jenkins-ci.tools, org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/Users/dlovison/.m2/repository), mead-jdg7-plugins (http://download.lab.eng.bos.redhat.com/brewroot/repos/jb-dg-7-rhel-7-buil...), mead-jdg6-plugins (http://download.eng.bos.redhat.com/brewroot/repos/jb-edg-6-rhel-6-build/l...), central-jdg6-plugins (http://repo1.maven.org/maven2), jboss-public-jdg6-plugins (http://repository.jboss.org/nexus/content/groups/public/), central (https://repo.maven.apache.org/maven2)] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixEx...
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 8 months
[JBoss JIRA] (ISPN-10149) Keep only one checkstyle plugin configuration
by Diego Lovison (Jira)
[ https://issues.jboss.org/browse/ISPN-10149?page=com.atlassian.jira.plugin... ]
Diego Lovison updated ISPN-10149:
---------------------------------
Description:
Today the checkstyle configuration is duplicated or using a different configuration file across multiple projects
For hibernate/pom.xml we have
{code:xml}
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<configLocation>checkstyle-hibernate-cache.xml</configLocation>
</configuration>
</plugin>
{code}
For hibernate/cache-v53/pom.xml and hibernate/cache-v51/pom.xml we have
{code:xml}
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<configLocation>checkstyle.xml</configLocation>
</configuration>
</plugin>
{code}
The docs say
===== Checking coding style
If you have written any new code, it is highly recommended to validate formatting before submitting a Pull Request.
This might be done by invoking:
$ mvn checktyle:check
but it is failing
{noformat}
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.296 s
[INFO] Finished at: 2019-04-25T19:55:17-03:00
[INFO] ------------------------------------------------------------------------
[ERROR] No plugin found for prefix 'checktyle' in the current project and in the plugin groups [com.oracle.weblogic, org.jenkins-ci.tools, org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/Users/dlovison/.m2/repository), mead-jdg7-plugins (http://download.lab.eng.bos.redhat.com/brewroot/repos/jb-dg-7-rhel-7-buil...), mead-jdg6-plugins (http://download.eng.bos.redhat.com/brewroot/repos/jb-edg-6-rhel-6-build/l...), central-jdg6-plugins (http://repo1.maven.org/maven2), jboss-public-jdg6-plugins (http://repository.jboss.org/nexus/content/groups/public/), central (https://repo.maven.apache.org/maven2)] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixEx...
{noformat}
was:
Today the checkstyle configuration is duplicated or using a different configuration file across multiple projects
For hibernate/pom.xml we have
{code:xml}
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<configLocation>checkstyle-hibernate-cache.xml</configLocation>
</configuration>
</plugin>
{code}
For hibernate/cache-v53/pom.xml and hibernate/cache-v51/pom.xml we have
{code:xml}
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<configLocation>checkstyle.xml</configLocation>
</configuration>
</plugin>
{code}
> Keep only one checkstyle plugin configuration
> ---------------------------------------------
>
> Key: ISPN-10149
> URL: https://issues.jboss.org/browse/ISPN-10149
> Project: Infinispan
> Issue Type: Bug
> Reporter: Diego Lovison
> Assignee: Diego Lovison
> Priority: Major
>
> Today the checkstyle configuration is duplicated or using a different configuration file across multiple projects
> For hibernate/pom.xml we have
> {code:xml}
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-checkstyle-plugin</artifactId>
> <configuration>
> <configLocation>checkstyle-hibernate-cache.xml</configLocation>
> </configuration>
> </plugin>
> {code}
> For hibernate/cache-v53/pom.xml and hibernate/cache-v51/pom.xml we have
> {code:xml}
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-checkstyle-plugin</artifactId>
> <configuration>
> <configLocation>checkstyle.xml</configLocation>
> </configuration>
> </plugin>
> {code}
> The docs say
> ===== Checking coding style
> If you have written any new code, it is highly recommended to validate formatting before submitting a Pull Request.
> This might be done by invoking:
> $ mvn checktyle:check
> but it is failing
> {noformat}
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 7.296 s
> [INFO] Finished at: 2019-04-25T19:55:17-03:00
> [INFO] ------------------------------------------------------------------------
> [ERROR] No plugin found for prefix 'checktyle' in the current project and in the plugin groups [com.oracle.weblogic, org.jenkins-ci.tools, org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/Users/dlovison/.m2/repository), mead-jdg7-plugins (http://download.lab.eng.bos.redhat.com/brewroot/repos/jb-dg-7-rhel-7-buil...), mead-jdg6-plugins (http://download.eng.bos.redhat.com/brewroot/repos/jb-edg-6-rhel-6-build/l...), central-jdg6-plugins (http://repo1.maven.org/maven2), jboss-public-jdg6-plugins (http://repository.jboss.org/nexus/content/groups/public/), central (https://repo.maven.apache.org/maven2)] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixEx...
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 8 months
[JBoss JIRA] (ISPN-10149) Keep only one checkstyle plugin configuration
by Diego Lovison (Jira)
[ https://issues.jboss.org/browse/ISPN-10149?page=com.atlassian.jira.plugin... ]
Diego Lovison updated ISPN-10149:
---------------------------------
Description:
Today the checkstyle configuration is duplicated or using a different configuration file across multiple projects
For hibernate/pom.xml we have
{code:xml}
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<configLocation>checkstyle-hibernate-cache.xml</configLocation>
</configuration>
</plugin>
{code}
For hibernate/cache-v53/pom.xml and hibernate/cache-v51/pom.xml we have
{code:xml}
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<configLocation>checkstyle.xml</configLocation>
</configuration>
</plugin>
{code}
The docs say
{noformat}
===== Checking coding style
If you have written any new code, it is highly recommended to validate formatting before submitting a Pull Request.
This might be done by invoking:
$ mvn checktyle:check
{noformat}
but it is failing
{noformat}
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.296 s
[INFO] Finished at: 2019-04-25T19:55:17-03:00
[INFO] ------------------------------------------------------------------------
[ERROR] No plugin found for prefix 'checktyle' in the current project and in the plugin groups [com.oracle.weblogic, org.jenkins-ci.tools, org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/Users/dlovison/.m2/repository), mead-jdg7-plugins (http://download.lab.eng.bos.redhat.com/brewroot/repos/jb-dg-7-rhel-7-buil...), mead-jdg6-plugins (http://download.eng.bos.redhat.com/brewroot/repos/jb-edg-6-rhel-6-build/l...), central-jdg6-plugins (http://repo1.maven.org/maven2), jboss-public-jdg6-plugins (http://repository.jboss.org/nexus/content/groups/public/), central (https://repo.maven.apache.org/maven2)] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixEx...
{noformat}
was:
Today the checkstyle configuration is duplicated or using a different configuration file across multiple projects
For hibernate/pom.xml we have
{code:xml}
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<configLocation>checkstyle-hibernate-cache.xml</configLocation>
</configuration>
</plugin>
{code}
For hibernate/cache-v53/pom.xml and hibernate/cache-v51/pom.xml we have
{code:xml}
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<configLocation>checkstyle.xml</configLocation>
</configuration>
</plugin>
{code}
The docs say
===== Checking coding style
If you have written any new code, it is highly recommended to validate formatting before submitting a Pull Request.
This might be done by invoking:
$ mvn checktyle:check
but it is failing
{noformat}
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.296 s
[INFO] Finished at: 2019-04-25T19:55:17-03:00
[INFO] ------------------------------------------------------------------------
[ERROR] No plugin found for prefix 'checktyle' in the current project and in the plugin groups [com.oracle.weblogic, org.jenkins-ci.tools, org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/Users/dlovison/.m2/repository), mead-jdg7-plugins (http://download.lab.eng.bos.redhat.com/brewroot/repos/jb-dg-7-rhel-7-buil...), mead-jdg6-plugins (http://download.eng.bos.redhat.com/brewroot/repos/jb-edg-6-rhel-6-build/l...), central-jdg6-plugins (http://repo1.maven.org/maven2), jboss-public-jdg6-plugins (http://repository.jboss.org/nexus/content/groups/public/), central (https://repo.maven.apache.org/maven2)] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixEx...
{noformat}
> Keep only one checkstyle plugin configuration
> ---------------------------------------------
>
> Key: ISPN-10149
> URL: https://issues.jboss.org/browse/ISPN-10149
> Project: Infinispan
> Issue Type: Bug
> Reporter: Diego Lovison
> Assignee: Diego Lovison
> Priority: Major
>
> Today the checkstyle configuration is duplicated or using a different configuration file across multiple projects
> For hibernate/pom.xml we have
> {code:xml}
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-checkstyle-plugin</artifactId>
> <configuration>
> <configLocation>checkstyle-hibernate-cache.xml</configLocation>
> </configuration>
> </plugin>
> {code}
> For hibernate/cache-v53/pom.xml and hibernate/cache-v51/pom.xml we have
> {code:xml}
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-checkstyle-plugin</artifactId>
> <configuration>
> <configLocation>checkstyle.xml</configLocation>
> </configuration>
> </plugin>
> {code}
> The docs say
> {noformat}
> ===== Checking coding style
> If you have written any new code, it is highly recommended to validate formatting before submitting a Pull Request.
> This might be done by invoking:
> $ mvn checktyle:check
> {noformat}
> but it is failing
> {noformat}
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 7.296 s
> [INFO] Finished at: 2019-04-25T19:55:17-03:00
> [INFO] ------------------------------------------------------------------------
> [ERROR] No plugin found for prefix 'checktyle' in the current project and in the plugin groups [com.oracle.weblogic, org.jenkins-ci.tools, org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/Users/dlovison/.m2/repository), mead-jdg7-plugins (http://download.lab.eng.bos.redhat.com/brewroot/repos/jb-dg-7-rhel-7-buil...), mead-jdg6-plugins (http://download.eng.bos.redhat.com/brewroot/repos/jb-edg-6-rhel-6-build/l...), central-jdg6-plugins (http://repo1.maven.org/maven2), jboss-public-jdg6-plugins (http://repository.jboss.org/nexus/content/groups/public/), central (https://repo.maven.apache.org/maven2)] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixEx...
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 8 months
[JBoss JIRA] (ISPN-10149) Keep only one checkstyle plugin configuration
by Diego Lovison (Jira)
[ https://issues.jboss.org/browse/ISPN-10149?page=com.atlassian.jira.plugin... ]
Diego Lovison updated ISPN-10149:
---------------------------------
Status: Open (was: New)
> Keep only one checkstyle plugin configuration
> ---------------------------------------------
>
> Key: ISPN-10149
> URL: https://issues.jboss.org/browse/ISPN-10149
> Project: Infinispan
> Issue Type: Bug
> Reporter: Diego Lovison
> Priority: Major
>
> Today the checkstyle configuration is duplicated or using a different configuration file across multiple projects
> For hibernate/pom.xml we have
> {code:xml}
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-checkstyle-plugin</artifactId>
> <configuration>
> <configLocation>checkstyle-hibernate-cache.xml</configLocation>
> </configuration>
> </plugin>
> {code}
> For hibernate/cache-v53/pom.xml and hibernate/cache-v51/pom.xml we have
> {code:xml}
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-checkstyle-plugin</artifactId>
> <configuration>
> <configLocation>checkstyle.xml</configLocation>
> </configuration>
> </plugin>
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 8 months
[JBoss JIRA] (ISPN-10149) Keep only one checkstyle plugin configuration
by Diego Lovison (Jira)
[ https://issues.jboss.org/browse/ISPN-10149?page=com.atlassian.jira.plugin... ]
Diego Lovison reassigned ISPN-10149:
------------------------------------
Assignee: Diego Lovison
> Keep only one checkstyle plugin configuration
> ---------------------------------------------
>
> Key: ISPN-10149
> URL: https://issues.jboss.org/browse/ISPN-10149
> Project: Infinispan
> Issue Type: Bug
> Reporter: Diego Lovison
> Assignee: Diego Lovison
> Priority: Major
>
> Today the checkstyle configuration is duplicated or using a different configuration file across multiple projects
> For hibernate/pom.xml we have
> {code:xml}
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-checkstyle-plugin</artifactId>
> <configuration>
> <configLocation>checkstyle-hibernate-cache.xml</configLocation>
> </configuration>
> </plugin>
> {code}
> For hibernate/cache-v53/pom.xml and hibernate/cache-v51/pom.xml we have
> {code:xml}
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-checkstyle-plugin</artifactId>
> <configuration>
> <configLocation>checkstyle.xml</configLocation>
> </configuration>
> </plugin>
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 8 months