Commit Graph

230 Commits

Author SHA1 Message Date
00bee39767 Merge branch 'analysis-listener' into text-utils-simple 2020-12-13 05:38:09 +01:00
384d32ddd0 Merge branch 'master' into pmd/7.0.x 2020-12-11 19:48:54 +01:00
26728348f6 Add support for C++14 binary literals 2020-12-10 12:10:47 +01:00
4cd1fa0a1d Fix build 2020-11-15 22:24:48 +01:00
4837c8dbc8 [maven-release-plugin] prepare for next development iteration 2020-10-24 10:17:24 +02:00
81f12d3e5d [maven-release-plugin] prepare release pmd_releases/6.29.0 2020-10-24 10:17:15 +02:00
aa245c6e1b [maven-release-plugin] prepare for next development iteration 2020-09-26 10:25:16 +02:00
722f3ca997 [maven-release-plugin] prepare release pmd_releases/6.28.0 2020-09-26 10:25:05 +02:00
d690b50c07 Move text file stuff into the main document package 2020-09-17 22:37:23 +02:00
5d436fb7e1 Move factory methods to the interface 2020-09-17 22:37:12 +02:00
52862997f6 Fix cpd compat 2020-09-17 22:36:18 +02:00
dfe5710aee Fix tests of SCPositioner 2020-09-17 22:30:00 +02:00
c59af0aee6 [maven-release-plugin] prepare for next development iteration 2020-08-31 18:30:18 +02:00
856950f0d2 [maven-release-plugin] prepare release pmd_releases/6.27.0 2020-08-31 18:30:09 +02:00
2b1d071930 Fix tests due to endColumn changes 2020-08-21 12:38:37 +02:00
ab489832fe Merge branch 'master' into pmd/7.0.x 2020-08-21 11:51:54 +02:00
89140d86ce Merge branch 'master' into pr-2656 2020-08-20 09:47:16 +02:00
49ab75aeb7 [maven-release-plugin] prepare for next development iteration 2020-07-25 13:45:36 +02:00
a9632e2a06 [maven-release-plugin] prepare release pmd_releases/6.26.0 2020-07-25 13:45:27 +02:00
6fb5ac59b9 Ensure CPD uses tab width of 1 for tabs consistently
The columns that are reported by CPD were inconsistent across languages
before. A language like Java (using a JavaCC-based tokenizer) would use
a width of 8 for tabs, whereas a language like C# (using an Antlr-based
tokenizer) would use 1 instead.

This includes unit tests for most languages to ensure a tab character is
counted as 1. The configuration for JavaCC has been adjusted to respect
this as well.
2020-07-20 10:42:21 +02:00
dcaa8a1167 Merge branch 'master' into pmd/7.0.x 2020-07-17 16:13:02 +02:00
7b3d31246e Merge branch 'master' into pr-2624 2020-07-17 15:16:24 +02:00
e4690cb56a Fix compile errors for CPD only languages 2020-07-17 15:04:43 +02:00
94afdb117d Add test engines as surefire plugin dependencies
This removes junit-vintage-engine as a test dependency
as well as kotlintest-runner-junit5.
The engines are only needed during test execution, but should
not be available for test compilation.

For this to work, the latest surefire plugin is required.
2020-07-17 12:03:45 +02:00
370c0b0b6d Remove unused dependency, explicitly declare used dependencies 2020-07-02 15:12:31 +02:00
95d8e80c1b [maven-release-plugin] prepare for next development iteration 2020-06-27 11:31:27 +02:00
a219b2e1be [maven-release-plugin] prepare release pmd_releases/6.25.0 2020-06-27 11:31:16 +02:00
c40cbdf867 Fix tests - CPD end columns are exclusive on PMD 7
See 5b7ed588ea
2020-06-21 12:22:28 +02:00
891010468a Merge branch 'master' into pmd/7.0.x 2020-06-21 12:00:32 +02:00
5b7ed588ea Make CPD end column exclusive
This is to align it with PMD columns,
which in 7.0 are already exclusive.
2020-06-19 02:21:45 +02:00
c49d9e315f Merge branch 'master' into 7.0.x 2020-06-19 01:32:32 +02:00
d624ee99f0 Add tests 2020-06-18 21:32:19 +02:00
7f081f0e63 Simplify int literals 2020-06-18 20:56:43 +02:00
b56e9e6708 Fix floats 2020-06-18 20:56:42 +02:00
c429a4e0c4 Fix wrong grammar for digit separators 2020-06-18 20:56:18 +02:00
673fe3934d Fix hex numbers in uppercase 2020-06-18 20:56:00 +02:00
185c172b3c c++ ident unicode support 2020-06-18 20:54:41 +02:00
709996fddc Finish cpp module 2020-06-13 20:34:30 +02:00
551ab453fd Convert CPP tests 2020-06-13 20:14:08 +02:00
c3219b91c5 Merge branch 'master' into pmd/7.0.x 2020-06-12 14:21:10 +02:00
8defb2fde2 Add missing relativePath configuration in all pom modules 2020-06-07 12:36:58 +02:00
ab04bdacdd [maven-release-plugin] prepare for next development iteration 2020-05-24 17:34:34 +02:00
229cb2bdca [maven-release-plugin] prepare release pmd_releases/6.24.0 2020-05-24 17:34:25 +02:00
4308c545e5 [maven-release-plugin] prepare for next development iteration 2020-04-24 10:53:12 +02:00
921c65f5ab [maven-release-plugin] prepare release pmd_releases/6.23.0 2020-04-24 10:53:00 +02:00
62a9d5b655 Fix build 2020-03-20 18:07:56 +01:00
cd5af6a12d do it in c++ 2020-03-20 18:07:56 +01:00
3cdcba2299 Fix file name for token manager error 2020-03-20 18:07:56 +01:00
2620fc60be [cpp] License headers 2020-03-19 15:38:39 +01:00
c4ec36b2b6 Port cpp module 2020-03-17 17:23:29 +01:00