Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pmd/7.0.x-kotlin/hasImport #2

Closed
wants to merge 24 commits into from
Closed

Commits on Jan 20, 2022

  1. Copy the full SHA
    87a4c59 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b12469b View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Copy the full SHA
    581ce2a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    27cf44f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    609c466 View commit details
    Browse the repository at this point in the history
  4. Handled all steps of "Adding PMD support for a new ANTLR grammar base…

    …d language" except $. Generate your Parser did not succeed because combining lexer and parser grammars has issues.
    jborgers authored and stokpop committed Jan 31, 2022
    Copy the full SHA
    0f410a2 View commit details
    Browse the repository at this point in the history
  5. Separate Kotlin.g4 for parser grammar and KotlinLexer.g4 for lexer gr…

    …ammar; and move PmdKotlinParser.java to the right place
    jborgers authored and stokpop committed Jan 31, 2022
    Copy the full SHA
    2b5c59e View commit details
    Browse the repository at this point in the history
  6. Fix compilation issues

    oowekyala authored and stokpop committed Jan 31, 2022
    Copy the full SHA
    6bdd6ee View commit details
    Browse the repository at this point in the history
  7. Fix pmd warning

    oowekyala authored and stokpop committed Jan 31, 2022
    Copy the full SHA
    cd9c991 View commit details
    Browse the repository at this point in the history
  8. checkstyle issues

    oowekyala authored and stokpop committed Jan 31, 2022
    Copy the full SHA
    1ae9d17 View commit details
    Browse the repository at this point in the history
  9. upped antlr plugin version, fix AST errors by using separate UnicodeC…

    …lasses.g4 file, added <libDirectory> to maven antlr plugin to make it work
    stokpop committed Jan 31, 2022
    Copy the full SHA
    0c25b16 View commit details
    Browse the repository at this point in the history
  10. added FunctionNameTooShort test in bestpractices category for Kotlin,…

    … with unit test cases
    stokpop committed Jan 31, 2022
    Copy the full SHA
    c1de14b View commit details
    Browse the repository at this point in the history
  11. added kotlin xpath function 'pmd-kotlin:hasChildren(3)' as test case …

    …for custom kotlin xpath functions
    stokpop committed Jan 31, 2022
    Copy the full SHA
    07fa95a View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    340fa40 View commit details
    Browse the repository at this point in the history
  13. fix checkstyle issues

    stokpop committed Jan 31, 2022
    Copy the full SHA
    f040487 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    186fb84 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    9f9307e View commit details
    Browse the repository at this point in the history
  16. add resources to the pmd-kotlin jar so rule definitions files can be …

    …found by pmd-sonar plugin
    stokpop committed Jan 31, 2022
    Copy the full SHA
    67a1a9b View commit details
    Browse the repository at this point in the history
  17. set version to 7.0.0-kotlin-SNAPSHOT to avoid mixups in 7.0.0-SNAPSHO…

    …T in sonatype snapshots repo
    stokpop committed Jan 31, 2022
    Copy the full SHA
    dc1b86d View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    a20676d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Initial version hasImport - Request for Kotlin XPath function as simp…

    …le partly replacement of missing typeIs function pmd#4858
    jborgers committed Mar 11, 2024
    Copy the full SHA
    3bcf2e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Copy the full SHA
    cbe5772 View commit details
    Browse the repository at this point in the history
  2. fixes various review remarks

    jborgers committed Mar 15, 2024
    Copy the full SHA
    d1dac39 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1f4146e View commit details
    Browse the repository at this point in the history