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

Fix: Improve Java lexer and endpoint parsing to resolve crashes and newline issues #455

Merged
merged 4 commits into from
Nov 10, 2024

Commits on Nov 10, 2024

  1. fix: handle empty lines and spaces between annotations and class decl…

    …arations
    
    Signed-off-by: ksg <ksg97031@gmail.com>
    ksg97031 committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    8650dd4 View commit details
    Browse the repository at this point in the history
  2. fix: handle empty URLs in endpoint parsing to prevent crashes

    Signed-off-by: ksg <ksg97031@gmail.com>
    ksg97031 committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    e04cc63 View commit details
    Browse the repository at this point in the history
  3. fix: adjust Java lexer to handle newline sanitization correctly

    Signed-off-by: ksg <ksg97031@gmail.com>
    ksg97031 committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    9e70456 View commit details
    Browse the repository at this point in the history
  4. test: add functional tests for handling empty URLs in Spring annotations

    Signed-off-by: ksg <ksg97031@gmail.com>
    ksg97031 committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    61e90f1 View commit details
    Browse the repository at this point in the history