Branch: refs/heads/pmd/7.0.x
Home: https://github.com/pmd/pmd
Commit: d25c66137b43d2f956f94789547917298310b57e
https://github.com/pmd/pmd/commit/d25c66137b43d2f956f94789547917298310b57e
Author: Clément Fournier <[email protected]>
Date: 2020-09-28 (Mon, 28 Sep 2020)
Changed paths:
M
pmd-apex/src/test/java/net/sourceforge/pmd/lang/apex/SuppressWarningsTest.java
M
pmd-apex/src/test/java/net/sourceforge/pmd/lang/apex/rule/AbstractApexRuleTest.java
M
pmd-core/src/main/java/net/sourceforge/pmd/lang/rule/ParametricRuleViolation.java
M pmd-core/src/test/java/net/sourceforge/pmd/ReportTest.java
Log Message:
-----------
Extract some test cleanups
Commit: 05602452981517fc2ebdc02e7a0875535763606c
https://github.com/pmd/pmd/commit/05602452981517fc2ebdc02e7a0875535763606c
Author: Clément Fournier <[email protected]>
Date: 2020-09-28 (Mon, 28 Sep 2020)
Changed paths:
M pmd-core/src/main/java/net/sourceforge/pmd/lang/rule/AbstractRule.java
M
pmd-core/src/main/java/net/sourceforge/pmd/lang/rule/RuleViolationFactory.java
M
pmd-core/src/main/java/net/sourceforge/pmd/lang/rule/impl/DefaultRuleViolationFactory.java
M pmd-core/src/test/java/net/sourceforge/pmd/AbstractRuleTest.java
M pmd-core/src/test/java/net/sourceforge/pmd/RuleContextTest.java
M
pmd-core/src/test/java/net/sourceforge/pmd/RuleViolationComparatorTest.java
M pmd-core/src/test/java/net/sourceforge/pmd/RuleViolationTest.java
M
pmd-core/src/test/java/net/sourceforge/pmd/lang/rule/DefaultRuleViolationFactoryTest.java
M pmd-core/src/test/java/net/sourceforge/pmd/lang/rule/XPathRuleTest.java
M
pmd-core/src/test/java/net/sourceforge/pmd/renderers/AbstractRendererTest.java
M
pmd-core/src/test/java/net/sourceforge/pmd/renderers/SummaryHTMLRendererTest.java
M pmd-core/src/test/java/net/sourceforge/pmd/renderers/XMLRendererTest.java
M
pmd-core/src/test/java/net/sourceforge/pmd/renderers/YAHTMLRendererTest.java
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/JavaRuleViolation.java
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/internal/JavaRuleViolationFactory.java
Log Message:
-----------
Refactor DefaultRVFactory
Commit: 5c59de5d5277b23abb763f821de1e6b1f9d9a67a
https://github.com/pmd/pmd/commit/5c59de5d5277b23abb763f821de1e6b1f9d9a67a
Author: Clément Fournier <[email protected]>
Date: 2020-09-28 (Mon, 28 Sep 2020)
Changed paths:
M
pmd-apex/src/test/java/net/sourceforge/pmd/lang/apex/rule/security/ApexSharingViolationsNestedClassTest.java
M pmd-java/src/test/java/net/sourceforge/pmd/FooRule.java
M pmd-java/src/test/java/net/sourceforge/pmd/ReportTest.java
M
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/SuppressWarningsTest.java
M
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/rule/JavaRuleViolationTest.java
M
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/rule/XPathRuleTest.java
M
pmd-lang-test/src/main/kotlin/net/sourceforge/pmd/lang/ast/test/BaseParsingHelper.kt
M
pmd-lang-test/src/main/kotlin/net/sourceforge/pmd/lang/ast/test/TestUtils.kt
M
pmd-plsql/src/main/java/net/sourceforge/pmd/lang/plsql/rule/codestyle/AvoidTabCharacterRule.java
M
pmd-plsql/src/main/java/net/sourceforge/pmd/lang/plsql/rule/codestyle/LineLengthRule.java
M
pmd-plsql/src/test/java/net/sourceforge/pmd/lang/plsql/PLSQLXPathRuleTest.java
M
pmd-scala-modules/pmd-scala-common/src/test/java/net/sourceforge/pmd/lang/scala/ast/ScalaParsingHelper.java
M
pmd-scala-modules/pmd-scala-common/src/test/java/net/sourceforge/pmd/lang/scala/rule/ScalaRuleTest.java
M
pmd-scala-modules/pmd-scala-common/src/test/java/net/sourceforge/pmd/lang/scala/rule/XPathRuleTest.java
M pmd-test/src/main/java/net/sourceforge/pmd/testframework/RuleTst.java
M pmd-test/src/test/java/net/sourceforge/pmd/testframework/RuleTstTest.java
Log Message:
-----------
Checkout changes to test utils
Commit: 8f4c48c00a3a614a8f9a5a5bb8546c47b9f1a706
https://github.com/pmd/pmd/commit/8f4c48c00a3a614a8f9a5a5bb8546c47b9f1a706
Author: Clément Fournier <[email protected]>
Date: 2020-09-28 (Mon, 28 Sep 2020)
Changed paths:
M pmd-core/src/main/java/net/sourceforge/pmd/ant/internal/PMDTaskImpl.java
M pmd-core/src/main/java/net/sourceforge/pmd/lang/ParserOptions.java
M
pmd-javascript/src/main/java/net/sourceforge/pmd/lang/ecmascript/EcmascriptParserOptions.java
M pmd-xml/src/main/java/net/sourceforge/pmd/lang/xml/XmlParserOptions.java
M
pmd-xml/src/test/java/net/sourceforge/pmd/lang/xml/XmlParserOptionsTest.java
Log Message:
-----------
Require non null suppress marker
Commit: 020fa899d515697f6383d1d53d399beda5352015
https://github.com/pmd/pmd/commit/020fa899d515697f6383d1d53d399beda5352015
Author: Clément Fournier <[email protected]>
Date: 2020-09-28 (Mon, 28 Sep 2020)
Changed paths:
M
pmd-apex/src/test/java/net/sourceforge/pmd/lang/apex/rule/security/ApexSharingViolationsNestedClassTest.java
M
pmd-core/src/main/java/net/sourceforge/pmd/lang/rule/RuleViolationFactory.java
M
pmd-core/src/main/java/net/sourceforge/pmd/lang/rule/impl/DefaultRuleViolationFactory.java
M pmd-core/src/test/java/net/sourceforge/pmd/ReportTest.java
M pmd-core/src/test/java/net/sourceforge/pmd/RuleContextTest.java
M pmd-core/src/test/java/net/sourceforge/pmd/ant/PMDTaskTest.java
M pmd-core/src/test/java/net/sourceforge/pmd/lang/DummyLanguageModule.java
M
pmd-core/src/test/java/net/sourceforge/pmd/renderers/SummaryHTMLRendererTest.java
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/internal/JavaRuleViolationFactory.java
M
pmd-javascript/src/test/java/net/sourceforge/pmd/lang/ecmascript/EcmascriptParserOptionsTest.java
M
pmd-test/src/main/java/net/sourceforge/pmd/test/lang/DummyLanguageModule.java
Log Message:
-----------
Fix tests
Commit: 5c047b0e3e55999ea9aab0b4317cc1c976a93d60
https://github.com/pmd/pmd/commit/5c047b0e3e55999ea9aab0b4317cc1c976a93d60
Author: Clément Fournier <[email protected]>
Date: 2020-09-28 (Mon, 28 Sep 2020)
Changed paths:
M
pmd-core/src/main/java/net/sourceforge/pmd/lang/rule/RuleViolationFactory.java
M
pmd-core/src/test/java/net/sourceforge/pmd/lang/rule/DefaultRuleViolationFactoryTest.java
R
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/rule/JavaRuleViolationFactoryTest.java
Log Message:
-----------
Fix java tests
Commit: f3d2591a80a4b642eaf5b364eacc6356b82bf21b
https://github.com/pmd/pmd/commit/f3d2591a80a4b642eaf5b364eacc6356b82bf21b
Author: Clément Fournier <[email protected]>
Date: 2020-09-28 (Mon, 28 Sep 2020)
Changed paths:
M
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/rule/XPathRuleTest.java
Log Message:
-----------
Checkstyle
Commit: 64e8dc66bcab38ae3cb852b57ba422988a1fb5bc
https://github.com/pmd/pmd/commit/64e8dc66bcab38ae3cb852b57ba422988a1fb5bc
Author: Clément Fournier <[email protected]>
Date: 2020-09-28 (Mon, 28 Sep 2020)
Changed paths:
M
pmd-core/src/main/java/net/sourceforge/pmd/lang/rule/ParametricRuleViolation.java
M
pmd-core/src/main/java/net/sourceforge/pmd/lang/rule/RuleViolationFactory.java
Log Message:
-----------
Be more defensive
Commit: afb3a9e387959d059af8cd52fe1d966922d30082
https://github.com/pmd/pmd/commit/afb3a9e387959d059af8cd52fe1d966922d30082
Author: Clément Fournier <[email protected]>
Date: 2020-09-28 (Mon, 28 Sep 2020)
Changed paths:
M pmd-javascript/src/test/java/net/sourceforge/pmd/ReportTest.java
Log Message:
-----------
Fix js tests
Commit: 1089da7da2ea38e8551f70bfda9bc267b4fd5dbc
https://github.com/pmd/pmd/commit/1089da7da2ea38e8551f70bfda9bc267b4fd5dbc
Author: Clément Fournier <[email protected]>
Date: 2020-09-30 (Wed, 30 Sep 2020)
Changed paths:
M pmd-core/src/main/java/net/sourceforge/pmd/lang/ParserOptions.java
M pmd-java/src/test/java/net/sourceforge/pmd/ExcludeLinesTest.java
M
pmd-lang-test/src/main/kotlin/net/sourceforge/pmd/lang/ast/test/BaseParsingHelper.kt
M pmd-test/src/main/java/net/sourceforge/pmd/testframework/RuleTst.java
M pmd-test/src/test/java/net/sourceforge/pmd/testframework/RuleTstTest.java
Log Message:
-----------
Hide most methods of RuleTst
The supported API is now just the junit integration
Commit: 36d6896221a3caa70da0bbabe2ef96f267ece519
https://github.com/pmd/pmd/commit/36d6896221a3caa70da0bbabe2ef96f267ece519
Author: Clément Fournier <[email protected]>
Date: 2020-10-17 (Sat, 17 Oct 2020)
Changed paths:
M .github/workflows/build.yml
M .travis/all-java.xml
M .travis/project-list.xml
M .travis/regression-tester.sh
M Dangerfile
M Gemfile
M Gemfile.lock
M docs/.gitignore
M docs/_config.yml
M docs/_data/alerts.yml
M docs/_includes/custom/knowledge_base_topic.html
R docs/_includes/custom/panel_scroll.html
M docs/_includes/custom/shuffle_panel.html
R docs/_includes/custom/usermap.html
R docs/_includes/custom/usermapcomplex.html
M docs/_includes/custom/xpath_fun_doc.html
R docs/_includes/disqus.html
R docs/_includes/feedback.html
R docs/_includes/google_analytics.html
M docs/_includes/head.html
R docs/_includes/head_print.html
M docs/_includes/important.html
R docs/_includes/initialize_shuffle.html
M docs/_includes/note.html
M docs/_includes/sidebar.html
M docs/_includes/taglogic.html
M docs/_includes/tip.html
M docs/_includes/toc.html
M docs/_includes/topnav.html
M docs/_includes/warning.html
M docs/_layouts/default.html
R docs/_layouts/default_print.html
M docs/_layouts/page.html
R docs/_layouts/page_print.html
M docs/_layouts/post.html
R docs/_tooltips/baseball.html
R docs/_tooltips/basketball.html
R docs/_tooltips/football.html
R docs/_tooltips/soccer.html
A docs/assets/README.md
A docs/assets/Shuffle-5.2.3/dist/shuffle.min.js
A docs/assets/Shuffle-5.2.3/dist/shuffle.min.js.map
A docs/assets/Simple-Jekyll-Search-1.0.8/dest/jekyll-search.js
A docs/assets/anchorjs-4.2.2/anchor.min.js
A docs/assets/bootstrap-4.5.2-dist/css/bootstrap.min.css
A docs/assets/bootstrap-4.5.2-dist/css/bootstrap.min.css.map
A docs/assets/bootstrap-4.5.2-dist/js/bootstrap.bundle.min.js
A docs/assets/bootstrap-4.5.2-dist/js/bootstrap.bundle.min.js.map
A docs/assets/fontawesome-free-5.14.0-web/LICENSE.txt
A docs/assets/fontawesome-free-5.14.0-web/css/all.min.css
A docs/assets/fontawesome-free-5.14.0-web/webfonts/fa-brands-400.eot
A docs/assets/fontawesome-free-5.14.0-web/webfonts/fa-brands-400.svg
A docs/assets/fontawesome-free-5.14.0-web/webfonts/fa-brands-400.ttf
A docs/assets/fontawesome-free-5.14.0-web/webfonts/fa-brands-400.woff
A docs/assets/fontawesome-free-5.14.0-web/webfonts/fa-brands-400.woff2
A docs/assets/fontawesome-free-5.14.0-web/webfonts/fa-regular-400.eot
A docs/assets/fontawesome-free-5.14.0-web/webfonts/fa-regular-400.svg
A docs/assets/fontawesome-free-5.14.0-web/webfonts/fa-regular-400.ttf
A docs/assets/fontawesome-free-5.14.0-web/webfonts/fa-regular-400.woff
A docs/assets/fontawesome-free-5.14.0-web/webfonts/fa-regular-400.woff2
A docs/assets/fontawesome-free-5.14.0-web/webfonts/fa-solid-900.eot
A docs/assets/fontawesome-free-5.14.0-web/webfonts/fa-solid-900.svg
A docs/assets/fontawesome-free-5.14.0-web/webfonts/fa-solid-900.ttf
A docs/assets/fontawesome-free-5.14.0-web/webfonts/fa-solid-900.woff
A docs/assets/fontawesome-free-5.14.0-web/webfonts/fa-solid-900.woff2
A docs/assets/jekyll-table-of-contents/toc.js
A docs/assets/jquery-3.5.1/jquery-3.5.1.min.js
A docs/assets/jquery-3.5.1/jquery-3.5.1.min.map
A docs/assets/jquery-ui-1.12.1/jquery-ui.min.css
A docs/assets/jquery-ui-1.12.1/jquery-ui.min.js
A docs/assets/navgoco-0.2.1/src/jquery.navgoco.css
A docs/assets/navgoco-0.2.1/src/jquery.navgoco.min.js
R docs/css/bootstrap.min.css
M docs/css/customstyles.css
R docs/css/font-awesome.min.css
R docs/css/fonts/FontAwesome.otf
R docs/css/fonts/fontawesome-webfont.eot
R docs/css/fonts/fontawesome-webfont.svg
R docs/css/fonts/fontawesome-webfont.ttf
R docs/css/fonts/fontawesome-webfont.woff
R docs/css/fonts/fontawesome-webfont.woff2
R docs/css/lavish-bootstrap.css
M docs/css/pmd-customstyles.css
R docs/css/printstyles.css
M docs/css/theme-green.css
R docs/fonts/FontAwesome.otf
R docs/fonts/fontawesome-webfont.eot
R docs/fonts/fontawesome-webfont.svg
R docs/fonts/fontawesome-webfont.ttf
R docs/fonts/fontawesome-webfont.woff
R docs/fonts/glyphicons-halflings-regular.eot
R docs/fonts/glyphicons-halflings-regular.svg
R docs/fonts/glyphicons-halflings-regular.ttf
R docs/fonts/glyphicons-halflings-regular.woff
R docs/fonts/glyphicons-halflings-regular.woff2
M docs/index.md
M docs/js/customscripts.js
R docs/js/jekyll-search.js
R docs/js/jquery-ui.min.js
R docs/js/jquery.ba-throttle-debounce.min.js
R docs/js/jquery.localScroll.min.js
R docs/js/jquery.navgoco.min.js
R docs/js/jquery.scrollTo.min.js
R docs/js/jquery.shuffle.min.js
R docs/js/mydoc_scroll.html
A docs/js/shuffle.js
A docs/js/tabstate.js
R docs/js/toc.js
M docs/pages/7_0_0_release_notes.md
M docs/pages/pmd/userdocs/installation.md
M docs/pages/pmd/userdocs/pmd_report_formats.md
M docs/pages/release_notes.md
R docs/pdfconfigs/prince-list.txt
R docs/pdfconfigs/titlepage.html
R docs/pdfconfigs/tocpage.html
R docs/tooltips.html
R docs/tooltips.json
M
pmd-core/src/main/java/net/sourceforge/pmd/lang/rule/internal/RuleApplicator.java
M pmd-core/src/main/resources/rulesets/releases/41.xml
M pmd-core/src/test/java/net/sourceforge/pmd/ConfigurationTest.java
M pmd-core/src/test/java/net/sourceforge/pmd/ReportTest.java
M pmd-core/src/test/java/net/sourceforge/pmd/RuleSetTest.java
M pmd-core/src/test/java/net/sourceforge/pmd/renderers/XMLRendererTest.java
M
pmd-core/src/test/java/net/sourceforge/pmd/renderers/YAHTMLRendererTest.java
M pmd-core/src/test/java/net/sourceforge/pmd/util/database/DBTypeTest.java
M
pmd-dist/src/test/java/net/sourceforge/pmd/it/AbstractBinaryDistributionTest.java
M pmd-dist/src/test/java/net/sourceforge/pmd/it/AllRulesIT.java
M pmd-dist/src/test/java/net/sourceforge/pmd/it/BinaryDistributionIT.java
M pmd-dist/src/test/java/net/sourceforge/pmd/it/PMDExecutor.java
M pmd-doc/src/test/java/net/sourceforge/pmd/docs/RuleDocGeneratorTest.java
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/bestpractices/MissingOverrideRule.java
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/types/JIntersectionType.java
M pmd-java/src/main/java/net/sourceforge/pmd/lang/java/types/Lub.java
M pmd-java/src/main/java/net/sourceforge/pmd/lang/java/types/TypeOps.java
M pmd-java/src/main/java/net/sourceforge/pmd/lang/java/types/TypeSystem.java
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/types/internal/infer/OverloadSet.java
M pmd-java/src/main/resources/category/java/errorprone.xml
M pmd-java/src/main/resources/rulesets/java/j2ee.xml
M pmd-java/src/test/java/net/sourceforge/pmd/coverage/PMDCoverageTest.java
M
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/rule/bestpractices/MissingOverrideTest.java
R
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/rule/errorprone/DoNotCallSystemExitTest.java
A
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/rule/errorprone/DoNotTerminateVMTest.java
M pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/types/GlbTest.kt
M pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/types/LubTest.kt
M
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/types/SubtypingTest.kt
M
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/types/internal/infer/CtorInferenceTest.kt
R pmd-java/src/test/resources/net/sourceforge/pmd/coverage/pmd_tests.conf
R
pmd-java/src/test/resources/net/sourceforge/pmd/coverage/pmd_tests.conf.example
M
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/bestpractices/xml/MissingOverride.xml
R
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/errorprone/xml/DoNotCallSystemExit.xml
A
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/errorprone/xml/DoNotTerminateVM.xml
M pom.xml
Log Message:
-----------
Merge branch '7.0.x' into pmd7-test-cleanups
Commit: 649ad9975519da276a33840a29ce446f7dc46483
https://github.com/pmd/pmd/commit/649ad9975519da276a33840a29ce446f7dc46483
Author: Clément Fournier <[email protected]>
Date: 2020-10-17 (Sat, 17 Oct 2020)
Changed paths:
M pmd-test/src/main/java/net/sourceforge/pmd/testframework/RuleTst.java
Log Message:
-----------
Remove some changes to RuleTst
Commit: 4dee15c8c363d01de12f8232185e6c5e2769d0d9
https://github.com/pmd/pmd/commit/4dee15c8c363d01de12f8232185e6c5e2769d0d9
Author: Clément Fournier <[email protected]>
Date: 2020-10-17 (Sat, 17 Oct 2020)
Changed paths:
M
pmd-apex/src/test/java/net/sourceforge/pmd/lang/apex/SuppressWarningsTest.java
M
pmd-apex/src/test/java/net/sourceforge/pmd/lang/apex/rule/AbstractApexRuleTest.java
M
pmd-apex/src/test/java/net/sourceforge/pmd/lang/apex/rule/security/ApexSharingViolationsNestedClassTest.java
M pmd-core/src/main/java/net/sourceforge/pmd/ant/internal/PMDTaskImpl.java
M pmd-core/src/main/java/net/sourceforge/pmd/lang/ParserOptions.java
M pmd-core/src/main/java/net/sourceforge/pmd/lang/rule/AbstractRule.java
M
pmd-core/src/main/java/net/sourceforge/pmd/lang/rule/ParametricRuleViolation.java
M
pmd-core/src/main/java/net/sourceforge/pmd/lang/rule/RuleViolationFactory.java
M
pmd-core/src/main/java/net/sourceforge/pmd/lang/rule/impl/DefaultRuleViolationFactory.java
M pmd-core/src/test/java/net/sourceforge/pmd/AbstractRuleTest.java
M pmd-core/src/test/java/net/sourceforge/pmd/ReportTest.java
M pmd-core/src/test/java/net/sourceforge/pmd/RuleContextTest.java
M
pmd-core/src/test/java/net/sourceforge/pmd/RuleViolationComparatorTest.java
M pmd-core/src/test/java/net/sourceforge/pmd/RuleViolationTest.java
M pmd-core/src/test/java/net/sourceforge/pmd/ant/PMDTaskTest.java
M pmd-core/src/test/java/net/sourceforge/pmd/lang/DummyLanguageModule.java
M
pmd-core/src/test/java/net/sourceforge/pmd/lang/rule/DefaultRuleViolationFactoryTest.java
M pmd-core/src/test/java/net/sourceforge/pmd/lang/rule/XPathRuleTest.java
M
pmd-core/src/test/java/net/sourceforge/pmd/renderers/AbstractRendererTest.java
M
pmd-core/src/test/java/net/sourceforge/pmd/renderers/SummaryHTMLRendererTest.java
M pmd-core/src/test/java/net/sourceforge/pmd/renderers/XMLRendererTest.java
M
pmd-core/src/test/java/net/sourceforge/pmd/renderers/YAHTMLRendererTest.java
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/JavaRuleViolation.java
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/internal/JavaRuleViolationFactory.java
M pmd-java/src/test/java/net/sourceforge/pmd/ExcludeLinesTest.java
M pmd-java/src/test/java/net/sourceforge/pmd/FooRule.java
M pmd-java/src/test/java/net/sourceforge/pmd/ReportTest.java
M
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/SuppressWarningsTest.java
R
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/rule/JavaRuleViolationFactoryTest.java
M
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/rule/JavaRuleViolationTest.java
M
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/rule/XPathRuleTest.java
M
pmd-javascript/src/main/java/net/sourceforge/pmd/lang/ecmascript/EcmascriptParserOptions.java
M pmd-javascript/src/test/java/net/sourceforge/pmd/ReportTest.java
M
pmd-javascript/src/test/java/net/sourceforge/pmd/lang/ecmascript/EcmascriptParserOptionsTest.java
M
pmd-lang-test/src/main/kotlin/net/sourceforge/pmd/lang/ast/test/BaseParsingHelper.kt
M
pmd-lang-test/src/main/kotlin/net/sourceforge/pmd/lang/ast/test/TestUtils.kt
M
pmd-plsql/src/main/java/net/sourceforge/pmd/lang/plsql/rule/codestyle/AvoidTabCharacterRule.java
M
pmd-plsql/src/main/java/net/sourceforge/pmd/lang/plsql/rule/codestyle/LineLengthRule.java
M
pmd-plsql/src/test/java/net/sourceforge/pmd/lang/plsql/PLSQLXPathRuleTest.java
M
pmd-scala-modules/pmd-scala-common/src/test/java/net/sourceforge/pmd/lang/scala/ast/ScalaParsingHelper.java
M
pmd-scala-modules/pmd-scala-common/src/test/java/net/sourceforge/pmd/lang/scala/rule/ScalaRuleTest.java
M
pmd-scala-modules/pmd-scala-common/src/test/java/net/sourceforge/pmd/lang/scala/rule/XPathRuleTest.java
M
pmd-test/src/main/java/net/sourceforge/pmd/test/lang/DummyLanguageModule.java
M pmd-test/src/main/java/net/sourceforge/pmd/testframework/RuleTst.java
M pmd-test/src/test/java/net/sourceforge/pmd/testframework/RuleTstTest.java
M pmd-xml/src/main/java/net/sourceforge/pmd/lang/xml/XmlParserOptions.java
M
pmd-xml/src/test/java/net/sourceforge/pmd/lang/xml/XmlParserOptionsTest.java
Log Message:
-----------
Merge branch 'pmd7-test-cleanups' into 7.0.x
Refs #2807
Compare: https://github.com/pmd/pmd/compare/5290102b9698...4dee15c8c363
_______________________________________________
Pmd-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pmd-commits