Commit Graph

7064 Commits

Author SHA1 Message Date
Gary Gregory a0234a6cad Bump actions/checkout from 3 to 3.0.2. 2022-09-06 09:32:42 -07:00
Gary Gregory 9465909799
Bump commons.pmd-impl.version from 6.48.0 to 6.49.0 #944 2022-09-02 14:41:33 -04:00
dependabot[bot] a1b5e4d85f
Bump commons.pmd-impl.version from 6.48.0 to 6.49.0 (#944)
Bumps `commons.pmd-impl.version` from 6.48.0 to 6.49.0.

Updates `pmd-core` from 6.48.0 to 6.49.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb)
- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/6.48.0...pmd_releases/6.49.0)

Updates `pmd-java` from 6.48.0 to 6.49.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb)
- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/6.48.0...pmd_releases/6.49.0)

Updates `pmd-javascript` from 6.48.0 to 6.49.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb)
- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/6.48.0...pmd_releases/6.49.0)

Updates `pmd-jsp` from 6.48.0 to 6.49.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb)
- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/6.48.0...pmd_releases/6.49.0)

---
updated-dependencies:
- dependency-name: net.sourceforge.pmd:pmd-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: net.sourceforge.pmd:pmd-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: net.sourceforge.pmd:pmd-javascript
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: net.sourceforge.pmd:pmd-jsp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-02 14:40:39 -04:00
Gary Gregory 41bb88176c Use GAV coordinates Maven Central coordinates to make sure to pick up
the latest
2022-09-01 10:38:51 -04:00
Gary Gregory a0dcb012cb Refer to master branch only and drop reference to trunk branch name 2022-09-01 07:54:47 -04:00
Gary Gregory 1c7a8fb2d1 Drop profile.clirr 2022-08-30 21:23:37 -04:00
Gary Gregory 7d40d695df Update code coverage badge and link 2022-08-30 16:39:03 -04:00
Gary Gregory c3c2928bc5 Use standard Javadoc @since tag format 2022-08-30 11:20:05 -04:00
Gary Gregory 655cb56167 Bump maven-javadoc-plugin from 3.4.0 to 3.4.1. 2022-08-30 09:29:05 -04:00
Gary Gregory 8b6f18cb0d Javadoc @link tags do not need to use a FQCN for classes in java.lang 2022-08-29 07:36:33 -04:00
Gary Gregory 83dd1284e4 Javadoc @see tags do not need to use a FQCN for classes in java.lang 2022-08-29 07:18:26 -04:00
Gary Gregory 843fa377c8 Javadoc @see tags do not need to use a FQCN for classes in java.lang 2022-08-29 07:17:06 -04:00
Gary Gregory 34168aa99d Better CodeQL URL 2022-08-27 15:21:08 -04:00
Gary Gregory 2b86afb4d4
LANG-1638: Added docs regarding week year support #924 2022-08-27 14:44:56 -04:00
Andrew Thomas 44c5d39bec
LANG-1638: Added docs regarding week year support (#924)
* LANG-1638: Added docs regarding week year support

* Moved comment from method to class level

* Added link to explanation of week vs calendar year
2022-08-27 14:41:05 -04:00
Gary Gregory 9a372f6749 Javadoc 2022-08-26 16:39:14 -04:00
Gary Gregory bf1a8ea278 Account for Bug in PMD when the same class name exists in different
packages
2022-08-26 16:39:03 -04:00
Gary Gregory 18937b23dc Javadoc 2022-08-26 16:38:49 -04:00
Gary Gregory c90ba2fca9 Sort members 2022-08-26 16:31:00 -04:00
Gary Gregory 8b75877f59 CPD: Re-implement deprecated code to use new code 2022-08-26 16:29:57 -04:00
Gary Gregory 318b2cb7e2 Merge entries for PMD 2022-08-26 15:51:47 -04:00
Gary Gregory 3c4079c70d
Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #943 2022-08-26 15:49:55 -04:00
dependabot[bot] c18356109c
Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 (#943)
Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.1.2 to 3.2.0.
- [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.1.2...maven-checkstyle-plugin-3.2.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-26 15:48:31 -04:00
Gary Gregory 855a439d0d Fix property name for biz.aQute.bndlib artifact version 2022-08-26 15:12:17 -04:00
Gary Gregory 161c08bacd Enable PMD check with 2 exclusions (for now) 2022-08-26 15:07:27 -04:00
Gary Gregory b6739ab929 PMD: Avoid using a branching statement as the last in a loop.
Make deprecated code reuse main code
2022-08-26 15:05:43 -04:00
Gary Gregory 9b0e54e096 PMD: Implement equals() 2022-08-26 15:00:38 -04:00
Gary Gregory 49ef6b530c PMD: Implement equals() 2022-08-26 14:57:21 -04:00
Gary Gregory ce40e5bdf2 Sort members 2022-08-26 14:48:19 -04:00
Gary Gregory 7d8701ebf4 Sort members 2022-08-26 14:43:02 -04:00
Gary Gregory ad849fa8a3 Remove obsolete comment 2022-08-26 14:37:51 -04:00
Gary Gregory dec5675c22 Remove obsolete comment 2022-08-26 14:33:34 -04:00
Gary Gregory 7cb81aa26f PMD: Remove extra parens 2022-08-26 14:29:24 -04:00
Gary Gregory dafea75722 PMD: Remove useless parens 2022-08-26 14:19:40 -04:00
Gary Gregory e505c08668 Bump maven-pmd-plugin from 3.17.0 to 3.18.0 2022-08-26 08:21:57 -04:00
Gary Gregory 06e569f091 Update README to use the default Maven goal 2022-08-26 08:20:14 -04:00
Gary Gregory c3b1c62155 Revert "Add pmd:cpd to Maven default goal"
This reverts commit 3187849f33.
2022-08-24 10:10:38 -04:00
Gary Gregory 3187849f33 Add pmd:cpd to Maven default goal 2022-08-24 10:08:20 -04:00
Gary Gregory 4deabadb97 PMD: Ternary operators that can be simplified with || or && 2022-08-23 10:56:01 -04:00
Gary Gregory cec7857a0e Fix PMD issue: Either refer to method with static import or class, but
not both
2022-08-23 10:54:28 -04:00
Gary Gregory 34e4ef7eaa Normalize Javadoc paragraph tags "p" (lower case) 2022-08-23 10:49:00 -04:00
Gary Gregory 1c2397eb47 First sentence of a Javadoc comment does not need p tags 2022-08-23 10:46:01 -04:00
Gary Gregory 21da81bb4d Add a main test class to prints out the difference time working with
MutableInt AtomicInteger.
2022-08-23 09:42:13 -04:00
Gary Gregory 02de3b21ba First sentence of a Javadoc comment does not need p tags
Use the same verb as the JRE for next methods: "Returns..." ->
"Generates..."
2022-08-23 09:36:55 -04:00
Gary Gregory d0270433db First sentence of a Javadoc comment does not need p tags
Use the same verb as the JRE for next methods: "Returns..." ->
"Generates..."
2022-08-23 09:36:28 -04:00
Gary Gregory 11d8c330e4
[LANG-1604] Deprecate RandomUtils in favor of Apache Commons RNG UniformRandomProvider 2022-08-23 09:23:57 -04:00
Bohachov Maksym 4a9662e5e3
LANG-1604 (#942)
* LANG-1604: Deprecate RandomUtils class

* LANG-1604: Added URL for favored implementation

* LANG-1604: Deprecate RandomUtils class

* LANG-1604: Added URL for favored implementation

* LANG-1604: Fixed formatting

* LANG-1604: Fixed formatting

* LANG-1604: Fixed formatting

* Update RandomUtils.java

Co-authored-by: Gary Gregory <garydgregory@users.noreply.github.com>
2022-08-23 09:20:27 -04:00
Gary Gregory 75f35d6dc0 Bump actions/cache from 3.0.7 to 3.0.8 2022-08-22 15:25:44 -04:00
Gary Gregory 3cc9e3b449 Javadoc 2022-08-22 10:25:47 -04:00
Gary Gregory 1903d88e0b Add Processor.Type.getLabel() and Processor.toString() 2022-08-21 17:09:48 -04:00