[ 
https://issues.apache.org/jira/browse/ARTEMIS-830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15616174#comment-15616174
 ] 

ASF GitHub Bot commented on ARTEMIS-830:
----------------------------------------

Github user clebertsuconic commented on the issue:

    https://github.com/apache/activemq-artemis/pull/873
  
    ```
    [INFO] --- maven-bundle-plugin:3.0.0:install (default-install) @ 
artemis-hqclient-protocol ---
    [INFO] Starting audit...
    
/work/apache/six/artemis-jdbc-store/src/main/java/org/apache/activemq/artemis/jdbc/store/file/PostgresSequentialSequentialFileDriver.java:23:1:
 error: Redundant import from the same package - 
org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile.
    
/work/apache/six/artemis-jdbc-store/src/main/java/org/apache/activemq/artemis/jdbc/store/file/PostgresSequentialSequentialFileDriver.java:24:1:
 error: Redundant import from the same package - 
org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactoryDriver.
    Audit done.
    [INFO] There are 2 errors reported by Checkstyle 6.11.2 with 
/work/apache/six/artemis-jdbc-store/../etc/checkstyle.xml ruleset.
    [ERROR] 
src/main/java/org/apache/activemq/artemis/jdbc/store/file/PostgresSequentialSequentialFileDriver.java:[23,1]
 (imports) RedundantImport: Redundant import from the same package - 
org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile.
    [ERROR] 
src/main/java/org/apache/activemq/artemis/jdbc/store/file/PostgresSequentialSequentialFileDriver.java:[24,1]
 (imports) RedundantImport: Redundant import from the same package - 
org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactoryDriver.
    
    ```


> Remove cyclic dependencies between packages/classes in artemis-jdbc-store
> -------------------------------------------------------------------------
>
>                 Key: ARTEMIS-830
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-830
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>            Reporter: Bennet Schulz
>
> Currently there are lots of dependencies between classes and packages in 
> artemis-jdbc-store. These cyclic dependencies should be solved and the 
> codebase should be free from tangles to keep it maintainable.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to