You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
When running CPD, I get a warning as depicted below.
Sample demonstrating the issue:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/D:/tmp/test-pmd/pmd-bin-7.0.0-rc3/lib/groovy-2.4.21.jar) to method java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[main] INFO net.sourceforge.pmd.cli.commands.internal.AbstractPmdSubcommand - Log level is at TRACE
[main] DEBUG net.sourceforge.pmd.cpd.CPD - Searching directory . for files
[main] DEBUG net.sourceforge.pmd.cpd.CPD - Tokenizing D:\10_Projects\Python\exp\.\__init__.py
[main] DEBUG net.sourceforge.pmd.cpd.CPD - Tokenizing D:\10_Projects\Python\exp\.\missing_comma.py
[main] DEBUG net.sourceforge.pmd.cpd.CPD - Running match algorithm on 2 files...
[main] DEBUG net.sourceforge.pmd.cpd.CPD - Finished: 0 duplicates found
I also meet this issue when using CPD GUI, and the GUI can't be open:
Affects PMD Version:
7.0.0-rc3
Description:
When running CPD GUI, I get a warning as depicted below.
Sample demonstrating the issue:
...\pmd-bin-7.0.0-rc3\bin> ./pmd.bat cpd-gui
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/C:/.../pmd-bin-7.0.0-rc3/lib/groovy-2.4.21.jar) to method java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
I use the following Java version:
corretto-11.0.18
- We now support parsing all Groovy features from Groovy 3 and 4
- Support for 5 is not included as it would not work with Java 8
- Along the way, this also fixespmd#4674
Affects PMD Version:
Tested on https://github.com/pmd/pmd/releases/download/pmd_releases%2F7.0.0-rc3/pmd-dist-7.0.0-rc3-bin.zip
Description:
When running CPD, I get a warning as depicted below.
Sample demonstrating the issue:
Steps to reproduce:
d:\tmp\test-pmd\pmd-bin-7.0.0-rc3\bin\pmd.bat cpd --minimum-tokens=100 --language python --debug --dir .
Running PMD through: [CLI]
I use the following Java version:
The text was updated successfully, but these errors were encountered: