Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codellm-devkit/codeanalyzer-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.2
Choose a base ref
...
head repository: codellm-devkit/codeanalyzer-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 6 commits
  • 393 files changed
  • 1 contributor

Commits on Feb 5, 2025

  1. Add logic to annotate entrypoint methods in codeanalyzer output. This…

    … attempts to address the feature request #86
    
    Signed-off-by: Rahul Krishna <i.m.ralk@gmail.com>
    rahlk committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    9ffbc5d View commit details
    Browse the repository at this point in the history
  2. Feature request #86: Added a new test case to verify functionality.

    Signed-off-by: Rahul Krishna <i.m.ralk@gmail.com>
    rahlk committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    e48cd88 View commit details
    Browse the repository at this point in the history
  3. Feature request #86: Fix typo in entrypoints. entry_point -> entrypoint.

    Signed-off-by: Rahul Krishna <i.m.ralk@gmail.com>
    rahlk committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    8a4ab53 View commit details
    Browse the repository at this point in the history
  4. Add daytrader8 to test cases, update servlet entrypoint method detect…

    …ion logic to check for @OverRide on methods in addition to checking for parameter types matches to HttpRequest/HttpResponse.
    
    Signed-off-by: Rahul Krishna <i.m.ralk@gmail.com>
    rahlk committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    8a2be2d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #104 from codellm-devkit/issue-86-entrypoints

    Issue 86 entrypoints
    rahlk authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    dbabfd3 View commit details
    Browse the repository at this point in the history
  6. Update gradle.properties

    rahlk authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    484586b View commit details
    Browse the repository at this point in the history
Loading