5ca1f7438c
Merge branch 'pr-1269'
2018-08-04 15:14:06 -03:00
d859f6e0e3
Test Framework: Only show "Unit Tests" node, if there are unit tests
2018-08-04 18:54:00 +02:00
dd99a35aaa
[core] Test Framework: Sort violations by line/column
...
Fixes #1191
2018-07-30 20:49:15 +02:00
20f52700b4
[maven-release-plugin] prepare for next development iteration
2018-07-29 12:07:05 +02:00
868f262c21
[maven-release-plugin] prepare release pmd_releases/6.6.0
2018-07-29 12:06:56 +02:00
444beeb220
[maven-release-plugin] prepare for next development iteration
2018-06-26 09:34:01 +02:00
211002bb34
[maven-release-plugin] prepare release pmd_releases/6.5.0
2018-06-26 09:07:11 +02:00
5a7bbe19a2
dogfood: fix missing override
...
Note: the rule is disabled for pmd-xml, refs #1074
2018-06-16 17:48:36 +02:00
a788d4b586
[maven-release-plugin] prepare for next development iteration
2018-05-29 13:58:54 -03:00
e9d78ede3c
[maven-release-plugin] prepare release pmd_releases/6.4.0
2018-05-29 13:58:44 -03:00
787d62420c
Fix unit test, handle Pattern special
2018-05-17 21:00:05 +02:00
85874e7e9c
[maven-release-plugin] prepare for next development iteration
2018-04-29 09:54:45 +02:00
10c66fbf38
[maven-release-plugin] prepare release pmd_releases/6.3.0
2018-04-29 09:54:36 +02:00
f3ab54d6da
[maven-release-plugin] prepare for next development iteration
2018-03-26 09:23:23 +02:00
59b360a60a
[maven-release-plugin] prepare release pmd_releases/6.2.0
2018-03-26 09:23:14 +02:00
f335e83043
Cleanup pom.xml files
2018-03-23 10:21:16 +01:00
451815bf0a
Merge branch 'pr-954'
2018-03-11 02:23:26 -03:00
5ead2eda16
Use TemporaryFolder instead
2018-03-11 02:16:01 -03:00
8bd1e3b486
Fix PMD dogfood: UncommentedEmptyMethodBody, SimplifyBooleanReturns,
...
UnnecessaryLocalBeforeReturn, OptimizableToArrayCall,
ClassWithOnlyPrivateConstructorsShouldBeFinal,
UseLocaleWithCaseConversions, NonStaticInitializer, UseCollectionIsEmpty
2018-03-10 12:04:50 +01:00
cf88117820
Fix PMD dogfood: UnusedFormalParameter, UselessParentheses and UselessOverridingMethod
2018-03-09 12:52:20 +01:00
f3a358c419
Fix PMD dogfood: EmptyCatchBlock
2018-03-09 09:58:04 +01:00
7aaa9966c2
Fix PMD dogfood: AvoidCatchingThrowable
...
Refs #361
2018-03-09 09:57:15 +01:00
3d5a0aa4c6
Cleanup
2018-03-05 22:14:57 +01:00
f8864e9060
Make real Ant test cases
2018-03-05 21:58:05 +01:00
e2c6f1e467
Add '-no-cache' CLI switch, to disable incremental analysis
...
- The switch discards the argument provided to '-cache' if any
- Using the switch disables the suggestion to use incremental analysis
- Rule tests use that option to avoid the warning, which clutters build logs
- Refs #946
2018-03-05 13:47:48 +01:00
098b0dcac0
[maven-release-plugin] prepare for next development iteration
2018-02-25 09:53:26 +01:00
101b71a13e
[maven-release-plugin] prepare release pmd_releases/6.1.0
2018-02-25 09:53:19 +01:00
6a3b332aee
Abstract toString into AbstractNode, deprecate the implementation
...
Log that the default implementation will be removed
2018-01-25 03:02:44 +01:00
3c0bb45a60
Add getXPathNodeName to the Node interface
...
A default implementation is available in AbstractNode
to preserve compatibility with the previous way, which
used Object.toString.
Fixes #569
2018-01-24 19:22:36 +01:00
8fbb156fd9
[maven-release-plugin] prepare for next development iteration
2018-01-21 16:42:50 +01:00
0e460317e4
[maven-release-plugin] prepare release pmd_releases/6.0.1
2018-01-21 16:42:42 +01:00
2ca4b347c3
Make TCC consider local classes.
...
If a local class is declared inside a method of the outer class,
then attribute accesses made by the local class count as if they
are made by the enclosing method.
2018-01-16 23:42:29 +01:00
0ce2939c6b
Change version to 6.0.1-SNAPSHOT
2017-12-23 09:54:03 +01:00
a975048655
[maven-release-plugin] prepare for next development iteration
2017-12-15 16:01:22 +01:00
9b6fe90225
[maven-release-plugin] prepare release pmd_releases/6.0.0
2017-12-15 16:01:14 +01:00
4214a75fc4
[core] Add bean-like getter/setter for Rule
2017-11-24 20:13:20 +01:00
20093c809a
Rework ruleset loading
...
- ResourceLoader is now instantiable, and we can tell which classloader
to use to get resources
- We will always use the execution classloader, or just add the paths
added by ant, but *never* the auxclasspath
- The classpath added by Ant won't get into the auxclasspath either
2017-10-24 18:07:09 -03:00
d192c5668b
Merge branch 'pr-646'
2017-09-30 19:16:57 -03:00
3f2610ea21
Merge branch 'pr-602'
2017-09-29 11:21:26 +02:00
f7d67df442
Remove ruleset schema 3.0.0
2017-09-29 11:20:37 +02:00
577ef1ff71
Declaring used dependencies explicitly
...
as determined by dependency:analyze
2017-09-24 10:39:49 +02:00
0349ad74c1
Forgot stuff in n.s.pmd
2017-09-14 15:28:40 +02:00
f02026995d
Merge upstream
2017-09-14 14:37:00 +02:00
6a162c238c
Moved properties to n.s.pmd.properties
2017-09-14 00:05:55 +02:00
ef3d3a87c6
Fix schema and exception reporting
...
* relax order of test-code and code-fragment
* allow sourceType with language version
* define complexTypes
* relax requirements
2017-09-11 21:55:25 +02:00
72b5ca8b4f
Fix schema and parser after rename
2017-09-11 21:55:25 +02:00
21388c3638
[doc] Mention schema in documentation
2017-09-11 21:55:25 +02:00
116f218907
Add schema validation to rule tests
2017-09-11 21:55:18 +02:00
4f371618d9
Add initial xml schema for rule tests
2017-09-09 11:11:35 +02:00
b5eb2ef467
Fix checkstyle
2017-09-08 16:35:48 +02:00