21aeabdf45
Deprecate AbstractTokenizer
2020-09-01 17:50:39 +02:00
9af59c503b
Fix linenos with multiline strings
2020-09-01 17:50:31 +02:00
5f4d489ec8
Fix tests
2020-09-01 17:50:31 +02:00
5331be392b
Add perl tests
2020-09-01 17:50:31 +02:00
bc4b008b6e
Same for Fortran
2020-09-01 17:50:29 +02:00
bc0d9c781d
Use it to replace RubyTokenizer
2020-09-01 17:50:21 +02:00
b27ab97684
Improve AnyTokenizer
2020-09-01 17:50:06 +02:00
3ce68f4977
dogfood - update PMD to 6.27.0
2020-09-01 14:18:07 +02:00
6d69bdb386
Prepare next development version
2020-08-31 18:32:02 +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
pmd_releases/6.27.0
2020-08-31 18:30:09 +02:00
e198a61515
Prepare pmd release 6.27.0
2020-08-31 18:18:44 +02:00
b55a227369
Merge branch 'pr-2745' into master
...
[core] Fix a NPE in buildUsageText #2745
2020-08-31 17:55:11 +02:00
d82c9f1413
[doc] Update release notes, refs #2745
2020-08-31 17:53:55 +02:00
4559e35b66
Merge branch 'cpd_dart_escaped_dollar' into master
...
Refs #2750
2020-08-30 16:54:16 +02:00
af9770af1f
Update release notes
2020-08-30 16:54:09 +02:00
13146b5c53
Merge branch 'master' into cpd_dart_escaped_dollar
2020-08-30 16:52:55 +02:00
81c82729e3
Merge branch 'cpd_dart_string_interpolation' into master
...
Refs #2749
2020-08-30 16:49:31 +02:00
2cff5dd4b7
Update release notes
2020-08-30 16:49:22 +02:00
e95c90a05a
Merge branch 'master' into cpd_dart_string_interpolation
2020-08-30 16:47:38 +02:00
c2069282a7
Add test case for more complicated interpolations
2020-08-30 16:47:25 +02:00
ebae5549e1
Merge branch 'fix_typos' into master
...
Refs #2744
2020-08-28 14:19:41 +02:00
bf88cba7e5
Update release notes, refs #2744
2020-08-28 14:19:33 +02:00
104e71d497
Merge branch 'master' into StringBuilder_issues
2020-08-28 14:04:56 +02:00
292fa74ef5
Simplify test
...
I don't think we need to assert everything, the pmd-dist module
already has a test like that
2020-08-28 14:04:38 +02:00
986b39208f
Remove dead code in PMDCommandLineInterface
2020-08-28 13:59:43 +02:00
7740e47292
Escaped characters in Dart multiline string are now handled correctly
2020-08-27 14:21:10 +02:00
74a9950128
Improvements for Dart interpolated strings
...
The Dart tokenizer was incomplete, resulting in some strings that use
string interpolation not being parsed correctly. This has been worked
around by making sure that the contents of string interpolation are all
included in the same string token.
2020-08-27 13:16:56 +02:00
d85d1058e1
fix
2020-08-27 13:54:12 +08:00
32698d8c6b
add unit test for the change made.
2020-08-27 13:43:24 +08:00
e5d0b7243f
revert in package net.sourceforge.pmd.lang.java.typeresolution
2020-08-27 12:09:19 +08:00
e15223f722
Merge remote-tracking branch 'XenoAmess/fix_typos' into fix_typos
...
# Conflicts:
# pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/design/CouplingBetweenObjectsRule.java
2020-08-27 12:02:58 +08:00
1a443f92f3
Update pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/documentation/CommentContentRule.java
...
Co-authored-by: Clément Fournier <clement.fournier76@gmail.com>
2020-08-27 12:02:21 +08:00
39be80485a
convenient to convenience
2020-08-27 12:01:57 +08:00
44a08faf7f
Update pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/design/CouplingBetweenObjectsRule.java
...
Co-authored-by: Clément Fournier <clement.fournier76@gmail.com>
2020-08-27 12:01:20 +08:00
bab82f5d98
revert release_notes_old.md
2020-08-27 11:59:56 +08:00
7e8146f70a
descendant-self to descendant-or-self
2020-08-27 11:53:51 +08:00
627fb430bd
improve to improvement
2020-08-27 11:52:17 +08:00
2e258aa529
revert changes to InnaccurateNumericLiteral
2020-08-27 11:49:39 +08:00
244a39db0f
fix typos.
2020-08-27 11:47:11 +08:00
efd87c50e4
Fix a NPE created by the last pr.
...
Sorry about that.
2020-08-26 21:08:51 +08:00
8c3277b8a2
Merge branch 'use_addAll' into master
...
Refs #2733
2020-08-25 14:51:13 +02:00
129de133cf
Merge branch 'master' into use_addAll
2020-08-25 14:50:23 +02:00
5574e561ab
Merge branch 'StringBuilder_issues' into master
...
refs #2730
2020-08-25 14:49:09 +02:00
d945ee70e1
Merge branch 'master' into StringBuilder_issues
2020-08-25 14:48:23 +02:00
4c7c80d254
Merge branch 'suspicious-equals' into master
2020-08-25 14:40:33 +02:00
99e86557e8
Update release notes, refs 2724
2020-08-25 14:40:24 +02:00
36c3d87272
Add md formatting
2020-08-25 14:38:59 +02:00
d7df3d342b
Merge branch 'master' into suspicious-equals
2020-08-25 14:37:56 +02:00
0a18460234
Update pmd-java/src/main/resources/category/java/errorprone.xml
2020-08-25 14:37:29 +02:00