Giter VIP home page Giter VIP logo

qulice17's Introduction

logo

EO principles respected here DevOps By Rultor.com We recommend IntelliJ IDEA

mvn PDD status Maven Central codecov Lines of code Hits-of-Code License

Integrated with JDK17+ by @EO-CQRS.

This is fork of original Qulice.

Qulice is a static analysis quality control instrument for Java projects. It combines all the best static analysis instruments and pre-configures them, including Checkstyle and PMD. You don't need to use and configure them individually anymore.

Read more at www.qulice.com.

Also, read this blog post first: Strict Control of Java Code Quality.

Just add this plugin to your pom.xml:

<build>
  <plugins>
    <plugin>
      <groupId>com.qulice</groupId>
      <artifactId>qulice-maven-plugin</artifactId>
      <configuration>
        <license>file:${basedir}/LICENSE.txt</license>
      </configuration>
      <executions>
        <execution>
          <goals>
            <goal>check</goal>
          </goals>
        </execution>
      </executions>
    </plugin>
  </plugins>
</build>

Then, make sure you have the JDK binaries (including the Java compiler javac) accessible from your PATH environment variable (e.g. if you have JDK 1.8.0 installed in Windows your PATH should contain something like C:\Program Files\Java\jdk1.8.0\bin).

Also remember that we support Maven version >= 3.1.0.

The path to license has to be declared in the following format: file:${basedir}/LICENSE.txt, it's the default value, one can use any full path instead of ${basedir}.

Read this short summary of typical mistakes you may encounter in your project.

In order to download schemas required for XML validation, you might need proxy setup. Maven proxy is not supported, but standard JVM proxy works fine. To use it just add -Dhttp.proxyHost=HOST -Dhttp.proxyPort=PORT to your MAVEN_OPTS environment variable or to Maven command, e.g. mvn clean verify -Dhttp.proxyHost=HOST -Dhttp.proxyPort=PORT.

How to contribute

Fork repository, make changes, send us a pull request. We will review your changes and apply them to the master branch shortly, provided they don't violate our quality standards. To avoid frustration, before sending us your pull request please run full Maven build:

$ mvn clean install -Pqulice

Keep in mind that JDK7 and Maven 3.1.0 are the lowest versions you may use.

qulice17's People

Contributors

rultor avatar krzyk avatar hdouss avatar yegor256 avatar bashkin avatar vkuchyn avatar paulodamaso avatar dskalenko avatar carlosmiranda avatar mkordas avatar h1alexbel avatar zcrusaderz avatar longtimeago avatar prahladyeri avatar ikarsokolov avatar mentiflectax avatar renovate[bot] avatar jimmyspivey avatar mikailbag avatar palyuga avatar dependabot[bot] avatar gumbelmj avatar graur avatar amihaiemil avatar scott-huang avatar kanghj avatar korthout avatar dpetruha avatar original-brownbear avatar jrdalpra avatar

Stargazers

 avatar  avatar PDD GitHub Chatbot avatar Armen avatar Ivan Ivanchuk avatar  avatar Zoë avatar

Watchers

 avatar PDD GitHub Chatbot avatar  avatar

qulice17's Issues

CheckstyleValidatorTest.java: Split this class into smaller...

The puzzle 420444378 originating from #412 has to be resolved:

* @todo #412:30min Split this class into smaller ones and remove PMD
* exclude `TooManyMethods`. Good candidates for moving out of this class
* are all that use `validateCheckstyle` method.

"Split this class into smaller ones and remove PMD exclude TooManyMethods. Good candidates for moving out of this class are all that use validateCheckstyle method.".

The puzzle was created by krzyk at 2015-11-18 18:03:50 +0100.
Estimation is 30 minutes.
If you have any technical questions, don't ask me, I won't be able to help. Open new issues instead.

CheckstyleValidatorTest.java: Split this class into smaller...

The puzzle 420444378 originating from #412 has to be resolved:

* @todo #412:30min Split this class into smaller ones and remove PMD
* exclude `TooManyMethods`. Good candidates for moving out of this class
* are all that use `validateCheckstyle` method.

"Split this class into smaller ones and remove PMD exclude TooManyMethods. Good candidates for moving out of this class are all that use validateCheckstyle method.".

The puzzle was created by krzyk at 2015-11-18 18:03:50 +0100.
Estimation is 30 minutes.
If you have any technical questions, don't ask me, I won't be able to help. Open new issues instead.

EqualsTree.java:46: Avoid equalsTree usages in checks and...

The puzzle 1148-0feabb8c from #1148 has to be resolved:

https://github.com/eo-cqrs/qulice17/blob//qulice-checkstyle/src/main/java/com/qulice/checkstyle/EqualsTree.java#L46-L46

The puzzle was created by h1alexbel on 16-Aug-23.

role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

CheckstyleValidatorTest.java: Right now ConstantUsageCheck ...

The puzzle 146316091 originating from #447 has to be resolved:

* @todo #447:30min Right now ConstantUsageCheck takes into account
* usage of constants inside method annotations, add handling of constants
* used in field and class annotations.

"Right now ConstantUsageCheck takes into account usage of constants inside method annotations, add handling of constants used in field and class annotations.".

The puzzle was created by krzyk at 2015-11-14 13:14:11 +0100.
Estimation is 30 minutes.
If you have any technical questions, don't ask me, I won't be able to help. Open new issues instead.

QualifyInnerClassCheck.java:43-45: Static inner classes...

The puzzle 738-5bee823d from #738 has to be resolved:

* @todo #738:30min Static inner classes should be qualified with outer class
* Implement QualifyInnerClassCheck so it follows what defined in
* QualifyInnerClassCheck test and add this check to checks.xml and CheckTest.

The puzzle was created by h1alexbel on 16-Aug-23.

Estimate: 30 minutes, role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

Brackets.java:41-42: Make this better in multiple lines...

The puzzle 123-1f09aa3b from #123 has to be resolved:

* @todo #123 Make this better
* in multiple lines but different.

The puzzle was created by @h1alexbel on 16-Aug-23.

role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

CheckstyleValidatorTest.java:57-59: Split this class into...

The puzzle 412-bd044e76 from #412 has to be resolved:

https://github.com/eo-cqrs/qulice17/blob//qulice-checkstyle/src/test/java/com/qulice/checkstyle/CheckstyleValidatorTest.java#L57-L59

The puzzle was created by h1alexbel on 16-Aug-23.

Estimate: 30 minutes, role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

CheckstyleValidatorTest.java: Right now ConstantUsageCheck ...

The puzzle 146316091 originating from #447 has to be resolved:

* @todo #447:30min Right now ConstantUsageCheck takes into account
* usage of constants inside method annotations, add handling of constants
* used in field and class annotations.

"Right now ConstantUsageCheck takes into account usage of constants inside method annotations, add handling of constants used in field and class annotations.".

The puzzle was created by krzyk at 2015-11-14 13:14:11 +0100.
Estimation is 30 minutes.
If you have any technical questions, don't ask me, I won't be able to help. Open new issues instead.

Brackets.java:64-65: Make this better in multiple lines.

The puzzle 123-b644cf22 from #123 has to be resolved:

The puzzle was created by @h1alexbel on 16-Aug-23.

role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

CheckstyleValidatorTest.java: This test and passesWindowsEn...

The puzzle -1550973789 originating from #61 has to be resolved:

* @todo #61:30min This test and passesWindowsEndsOfLineWithoutException
* should be refactored to gather log4j logs and validate that they work
* correctly. (see changes done in #61)

"This test and passesWindowsEndsOfLineWithoutException should be refactored to gather log4j logs and validate that they work correctly. (see changes done in #61)".

The puzzle was created by krzyk at 2016-02-27 15:20:56 +0100.
Estimation is 30 minutes.
If you have any technical questions, don't ask me, I won't be able to help. Open new issues instead.

Pdd.java:24-25: Here we should capture also another line.

The puzzle 123-5357374c from #123 has to be resolved:

// @todo #123 Here we should capture
// also another line.

The puzzle was created by h1alexbel on 16-Aug-23.

role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

BranchContains.java:44: Avoid branchContains usages in...

The puzzle 1148-d8923598 from #1148 has to be resolved:

* @todo #1148 Avoid branchContains usages in checks and delete this class

The puzzle was created by h1alexbel on 16-Aug-23.

role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

CheckstyleValidatorTest.java:316-318: Right now...

The puzzle 447-94597ea9 from #447 has to be resolved:

https://github.com/eo-cqrs/qulice17/blob//qulice-checkstyle/src/test/java/com/qulice/checkstyle/CheckstyleValidatorTest.java#L316-L318

The puzzle was created by h1alexbel on 16-Aug-23.

Estimate: 30 minutes, role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

Hello from Self XDSD!

@h1alexbel Thank you for the invitation, your repo is all set up and I will manage it starting now.

I will take care of tickets' assignment, payments and more, automatically.

If you don't want me to handle a certain Issue or PR, add the no-task label when creating it. You can also say deregister to me (if it's already in scope) and I will forget about it.

MethodBodyCommentsCheck.java:48-49: Add handling of...

The puzzle 260-dc51e6f4 from #260 has to be resolved:

https://github.com/eo-cqrs/qulice17/blob//qulice-checkstyle/src/main/java/com/qulice/checkstyle/MethodBodyCommentsCheck.java#L48-L49

The puzzle was created by h1alexbel on 16-Aug-23.

role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

CheckstyleValidatorTest.java: This test and passesWindowsEn...

The puzzle -1550973789 originating from #61 has to be resolved:

* @todo #61:30min This test and passesWindowsEndsOfLineWithoutException
* should be refactored to gather log4j logs and validate that they work
* correctly. (see changes done in #61)

"This test and passesWindowsEndsOfLineWithoutException should be refactored to gather log4j logs and validate that they work correctly. (see changes done in #61)".

The puzzle was created by krzyk at 2016-02-27 15:20:56 +0100.
Estimation is 30 minutes.
If you have any technical questions, don't ask me, I won't be able to help. Open new issues instead.

pom.xml: /DEV enable invoker projects ...

The puzzle 503603987 originating from #37 has to be resolved:

<!-- @todo #37:25min/DEV enable invoker projects -->

"/DEV enable invoker projects -->".

The puzzle was created by h1alexbel at 2023-12-06 16:26:28 +0300.
Estimation is 25 minutes.
If you have any technical questions, don't ask me, I won't be able to help. Open new issues instead.

Pdd.java:7: This is also valid.

The puzzle 123-cfed8d02 from #123 has to be resolved:

The puzzle was created by @h1alexbel on 16-Aug-23.

Estimate: 120 minutes, role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

pom.xml:310-311: enable invoker projects -->...

The puzzle 37-3c0d22e8 from #37 has to be resolved:

<!-- @todo #37:25min/DEV enable invoker projects -->
<!-- <pomInclude>dependency-violations-exclude/pom.xml</pomInclude>-->

The puzzle was created by h1alexbel on 06-Dec-23.

Estimate: 25 minutes, role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

Publish qulice17 to maven central

Even though this project is a fork of qulice, I believe qulice17 should have a distinct artifact with separate versions that we can retrieve from Maven. Perhaps it makes sense to retain the same groupId for the project, but use a different artifactId:

<build>
  <plugins>
    <plugin>
      <groupId>com.qulice</groupId>
      <artifactId>qulice-17-maven-plugin</artifactId>
    </plugin>
  </plugins>
</build>

I'm not sure about the qulice-17-maven-plugin name, but maybe it makes sense to keep it simple and similar to the old qulice-maven-plugin version.

DuplicateFinderValidator.java:42-52:...

The puzzle 250-1b26b28c from #250 has to be resolved:

* @todo #250 Maven-duplicate-finder-plugin should support exclusions.
* Let's add exclusions of following formats (examples):
* - duplicate:about.html
* - duplicate:org.eclipse.sisu:org.eclipse.sisu.plexus:0.0.0.M5
* - duplicate:org.codehaus.groovy.ast.expr.RegexExpression
* - duplicate:org.eclipse.sisu:org.eclipse.sisu.plexus:0.0.0.M5
* |xml-apis:xml-apis:1.0.0|about.html
* - duplicate:org.eclipse.sisu:org.eclipse.sisu.plexus:0.0.0.M5
* |xml-apis:xml-apis:1.0.0|org.w3c.dom.UserDataHandler
* See https://github.com/tpc2/qulice/issues/152#issuecomment-39028953
* and https://github.com/teamed/qulice/issues/250 for details

The puzzle was created by @h1alexbel on 16-Aug-23.

role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

DuplicateFinderValidator.java:57-59: Fix a problem with...

The puzzle 250-bd6aad88 from #250 has to be resolved:

// @todo #250 Fix a problem with maven configuration of duplicate finder
// plugin in commented out code below, and enable
// duplicate-finder-ignore-deps IT in pom.xml.

The puzzle was created by @h1alexbel on 16-Aug-23.

role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Update dependency org.apache.maven.plugins:maven-source-plugin to v3.3.1
  • Update dependency org.projectlombok:lombok to v1.18.32
  • Update dependency org.slf4j:slf4j-log4j12 to v2.0.13
  • Update dependency com.google.guava:guava to v32.1.3-jre
  • Update dependency com.jcabi:jcabi-aspects to v0.26.0
  • Update dependency com.jcabi:jcabi-log to v0.24.1
  • Update dependency com.jcabi:parent to v0.67.0
  • Update dependency com.qulice:qulice-maven-plugin to v0.23.0
  • Update dependency commons-io:commons-io to v2.16.1
  • Update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.4
  • Update dependency org.apache.maven:maven-core to v3.9.7
  • Update dependency org.apache.maven:maven-model to v3.9.7
  • Update dependency org.apache.maven:maven-plugin-api to v3.9.7
  • Update dependency org.apache.xmlgraphics:batik-ext to v1.17
  • Update dependency org.cactoos:cactoos to v0.55.0
  • Update dependency org.codehaus.plexus:plexus-container-default to v1.7.1
  • Update dependency org.codehaus.plexus:plexus-utils to v3.5.1
  • Update dependency org.hibernate.validator:hibernate-validator to v6.2.5.Final
  • Update dependency org.sonatype.plugins:nexus-staging-maven-plugin to v1.7.0
  • Update hibernate core (org.hibernate:hibernate-validator, org.hibernate:hibernate-entitymanager)
  • Update junit5 monorepo to v5.10.2 (org.junit.jupiter:junit-jupiter-params, org.junit.jupiter:junit-jupiter-engine, org.junit.jupiter:junit-jupiter-api)
  • Update actions/cache action to v4
  • Update actions/checkout action to v4
  • Update actions/setup-java action to v4
  • Update codecov/codecov-action action to v4
  • Update dependency com.google.guava:guava to v33
  • Update dependency com.puppycrawl.tools:checkstyle to v10
  • Update dependency net.sourceforge.pmd:pmd-core to v7
  • Update dependency net.sourceforge.pmd:pmd-java to v7
  • Update dependency net.sourceforge.pmd:pmd-jsp to v7
  • Update dependency org.codehaus.plexus:plexus-container-default to v2
  • Update dependency org.codehaus.plexus:plexus-utils to v4
  • Update dependency org.hibernate.validator:hibernate-validator to v8
  • Update dependency org.hibernate:hibernate-validator to v8
  • Update dependency ubuntu to v22
  • 🔐 Create all rate-limited PRs at once 🔐

Warning

Renovate failed to look up the following dependencies: Failed to look up maven package io.github.eo-cqrs:quilice17-parent, Failed to look up maven package io.github.eo-cqrs:qulice-spi, Failed to look up maven package net.sourceforge.saxon:saxon, Failed to look up maven package io.github.eo-cqrs:qulice-checkstyle, Failed to look up maven package io.github.eo-cqrs:qulice-pmd, Failed to look up maven package io.github.eo-cqrs:qulice-maven-plugin, Failed to look up maven package io.github.eo-cqrs:maven-qulice-plugin, Failed to look up maven package com.qulice.plugin:mod-tk.

Files affected: qulice-checkstyle/pom.xml, qulice-maven-plugin/pom.xml, qulice-maven-plugin/src/it/checkstyle-locale/pom.xml, qulice-maven-plugin/src/it/checkstyle-newlines/pom.xml, qulice-maven-plugin/src/it/checkstyle-violations/pom.xml, qulice-maven-plugin/src/it/dependency-not-matches-exclude/pom.xml, qulice-maven-plugin/src/it/dependency-violations-exclude/pom.xml, qulice-maven-plugin/src/it/dependency-violations/pom.xml, qulice-maven-plugin/src/it/duplicate-finder-ignore-deps/pom.xml, qulice-maven-plugin/src/it/duplicate-finder-violations/pom.xml, qulice-maven-plugin/src/it/hibernate-validator-check/pom.xml, qulice-maven-plugin/src/it/log-check/pom.xml, qulice-maven-plugin/src/it/multi-module/mod-tk/pom.xml, qulice-maven-plugin/src/it/multi-module/pom.xml, qulice-maven-plugin/src/it/pmd-violations/pom.xml, qulice-maven-plugin/src/it/relocation/pom.xml, qulice-maven-plugin/src/it/snapshots/pom.xml, qulice-pmd/pom.xml, qulice-spi/pom.xml


Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

github-actions
.github/workflows/codecov.yml
  • actions/checkout v2
  • actions/setup-java v1
  • actions/cache v1
  • codecov/codecov-action v1
  • ubuntu 20.04
.github/workflows/mvn.yml
  • actions/checkout v2
  • actions/setup-java v1
  • actions/cache v1
.github/workflows/pdd.yml
  • actions/checkout v3
  • ubuntu 22.04
.github/workflows/xcop.yml
  • actions/checkout v2
  • ubuntu 20.04
maven
pom.xml
  • com.jcabi:parent 0.59.0
  • org.antlr:antlr4-runtime 4.9.2
  • org.projectlombok:lombok 1.18.28
  • org.apache.commons:commons-lang3 3.12.0
  • com.jcabi:jcabi-xml 0.23.2
  • com.jcabi:jcabi-log 0.22.0
  • com.jcabi:jcabi-aspects 0.24.1
  • com.jcabi:jcabi-matchers 1.6.0
  • commons-collections:commons-collections 3.2.2
  • commons-io:commons-io 2.11.0
  • org.cactoos:cactoos 0.51.0
  • com.google.guava:guava 32.0.0-jre
  • org.junit.jupiter:junit-jupiter-api 5.3.1
  • org.junit.jupiter:junit-jupiter-engine 5.3.1
  • org.junit.jupiter:junit-jupiter-params 5.3.1
  • org.hamcrest:hamcrest-core 2.2
  • org.hamcrest:hamcrest-library 2.2
  • org.slf4j:slf4j-log4j12 2.0.7
  • log4j:log4j 1.2.17
  • org.hibernate.validator:hibernate-validator 6.0.20.Final
  • com.qulice:qulice-maven-plugin 0.20.0
  • org.apache.maven.plugins:maven-source-plugin 3.3.0
  • org.apache.maven.plugins:maven-gpg-plugin 3.1.0
  • org.sonatype.plugins:nexus-staging-maven-plugin 1.6.13
qulice-checkstyle/pom.xml
  • io.github.eo-cqrs:quilice17-parent 1.0-SNAPSHOT
  • io.github.eo-cqrs:qulice-spi 1.0-SNAPSHOT
  • com.puppycrawl.tools:checkstyle 8.45.1
  • net.sourceforge.saxon:saxon 9.1.0.8
qulice-maven-plugin/pom.xml
  • io.github.eo-cqrs:quilice17-parent 1.0-SNAPSHOT
  • io.github.eo-cqrs:qulice-spi 1.0-SNAPSHOT
  • org.apache.maven.plugin-tools:maven-plugin-annotations 3.3
  • io.github.eo-cqrs:qulice-checkstyle 1.0-SNAPSHOT
  • org.apache.maven.reporting:maven-reporting-exec 1.1
  • com.google.code.findbugs:jsr305 3.0.2
  • io.github.eo-cqrs:qulice-pmd 1.0-SNAPSHOT
  • xerces:xmlParserAPIs 2.6.2
  • com.jcabi:jcabi-maven-slf4j 0.12.2
  • org.apache.maven:maven-core 3.0.5
  • org.apache.maven:maven-plugin-api 3.0.5
  • org.apache.maven:maven-model 3.0.5
  • org.apache.maven:maven-artifact 3.0.5
  • org.apache.maven.shared:maven-dependency-analyzer 1.5
  • org.apache.maven.plugin-testing:maven-plugin-testing-harness 3.1.0
  • org.codehaus.plexus:plexus-utils 3.0.17
  • org.codehaus.plexus:plexus-container-default 1.5.5
  • org.sonatype.sisu:sisu-inject-plexus 2.6.0
  • org.hibernate:hibernate-validator 6.0.23.Final
  • net.sourceforge.pmd:pmd-core 6.10.0
  • org.apache.maven.plugins:maven-plugin-plugin 3.6.4
qulice-maven-plugin/src/it/checkstyle-locale/pom.xml
  • com.jcabi:parent 0.54.1
  • io.github.eo-cqrs:qulice-maven-plugin 1.0-SNAPSHOT
qulice-maven-plugin/src/it/checkstyle-newlines/pom.xml
  • com.jcabi:parent 0.54.1
  • io.github.eo-cqrs:qulice-maven-plugin 1.0-SNAPSHOT
qulice-maven-plugin/src/it/checkstyle-violations/pom.xml
  • com.jcabi:parent 0.54.1
  • io.github.eo-cqrs:qulice-maven-plugin 1.0-SNAPSHOT
qulice-maven-plugin/src/it/dependency-not-matches-exclude/pom.xml
  • com.jcabi:parent 0.54.1
  • org.hibernate:hibernate-entitymanager 5.0.7.Final
  • org.hibernate.javax.persistence:hibernate-jpa-2.1-api 1.0.2.Final
  • junit:junit 4.13.2
  • io.github.eo-cqrs:qulice-maven-plugin 1.0-SNAPSHOT
qulice-maven-plugin/src/it/dependency-violations-exclude/pom.xml
  • com.jcabi:parent 0.54.1
  • commons-lang:commons-lang 2.5
  • com.google.guava:guava 19.0
  • commons-io:commons-io 2.0.1
  • io.github.eo-cqrs:qulice-maven-plugin 1.0-SNAPSHOT
qulice-maven-plugin/src/it/dependency-violations/pom.xml
  • com.jcabi:parent 0.54.1
  • commons-lang:commons-lang 2.5
  • commons-io:commons-io 2.0.1
  • io.github.eo-cqrs:qulice-maven-plugin 1.0-SNAPSHOT
qulice-maven-plugin/src/it/duplicate-finder-ignore-deps/pom.xml
  • com.jcabi:parent 0.54.1
  • io.github.eo-cqrs:qulice-maven-plugin 1.0-SNAPSHOT
  • org.apache.xmlgraphics:batik-ext 1.7
qulice-maven-plugin/src/it/duplicate-finder-violations/pom.xml
  • com.jcabi:parent 0.54.1
  • io.github.eo-cqrs:qulice-maven-plugin 1.0-SNAPSHOT
  • org.apache.xmlgraphics:batik-ext 1.7
qulice-maven-plugin/src/it/hibernate-validator-check/pom.xml
  • com.jcabi:parent 0.54.1
  • io.github.eo-cqrs:qulice-maven-plugin 1.0-SNAPSHOT
qulice-maven-plugin/src/it/log-check/pom.xml
  • com.jcabi:parent 0.54.1
  • io.github.eo-cqrs:qulice-maven-plugin 1.0-SNAPSHOT
qulice-maven-plugin/src/it/multi-module/mod-alpha/pom.xml
  • junit:junit 4.13.2
  • org.hamcrest:hamcrest-all 1.3
qulice-maven-plugin/src/it/multi-module/mod-tk/pom.xml
  • io.github.eo-cqrs:maven-qulice-plugin 1.0-SNAPSHOT
qulice-maven-plugin/src/it/multi-module/pom.xml
  • io.github.eo-cqrs:qulice-maven-plugin 1.0-SNAPSHOT
  • com.qulice.plugin:mod-tk 1.0-SNAPSHOT
qulice-maven-plugin/src/it/pmd-violations/pom.xml
  • com.jcabi:parent 0.54.1
  • io.github.eo-cqrs:qulice-maven-plugin 1.0-SNAPSHOT
qulice-maven-plugin/src/it/relocation/pom.xml
  • com.jcabi:parent 0.54.1
  • io.github.eo-cqrs:qulice-maven-plugin 1.0-SNAPSHOT
  • junit:junit 4.13.2
  • javax.xml:jaxb-api 2.0EA3
qulice-maven-plugin/src/it/snapshots/pom.xml
  • com.jcabi:parent 0.54.1
  • io.github.eo-cqrs:qulice-maven-plugin 1.0-SNAPSHOT
qulice-pmd/pom.xml
  • io.github.eo-cqrs:quilice17-parent 1.0-SNAPSHOT
  • io.github.eo-cqrs:qulice-spi 1.0-SNAPSHOT
  • net.sourceforge.pmd:pmd-core 6.10.0
  • net.sourceforge.pmd:pmd-java 6.10.0
  • net.sourceforge.pmd:pmd-jsp 6.10.0
qulice-spi/pom.xml
  • io.github.eo-cqrs:quilice17-parent 1.0-SNAPSHOT

  • Check this box to trigger a request for Renovate to run again on this repository

CheckstyleValidatorTest.java:459-461: This test and...

The puzzle 61-61fa67ee from #61 has to be resolved:

https://github.com/eo-cqrs/qulice17/blob//qulice-checkstyle/src/test/java/com/qulice/checkstyle/CheckstyleValidatorTest.java#L459-L461

The puzzle was created by h1alexbel on 16-Aug-23.

Estimate: 30 minutes, role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.