Skip to content

Tests are failing upon migration to codeanalyzer 2.1+ #104

@rahlk

Description

@rahlk

Describe the bug
After upgrading to codeanalyzer-2.1*.jar, all previously passing tests are now failing. The failures appear to be consistent across different test cases.

To Reproduce
Steps to reproduce the behavior:
1. Replace the old codeanalyzer JAR with codeanalyzer-2.1*.jar.
2. Run the existing test suite.
3. Observe failures in all test cases.

Expected behavior
The test cases that passed with the previous version of codeanalyzer should continue to pass unless there were intended breaking changes.

Logs
(Include relevant error logs, stack traces, or test failure reports here.)
N/A

Additional context

  • The tests were working correctly with the previous version of codeanalyzer.
  • No changes were made to the test cases or the test environment, other than upgrading the JAR.
  • Further investigation is needed to determine whether the failures are due to API changes, regressions, or modified behavior in the new version.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions