Skip to content

v1.1.1

Choose a tag to compare

@Codegass Codegass released this 30 May 13:02
· 4 commits to main since this release

[1.1.1] - 2024-05-30

πŸ› Bug Fixes

  • Duplicate JSON File Extension: Fixed issue where output files had double .json.json extension
    • Problem: getJsonFileName() was returning filename with .json extension, then .json was added again during file creation
    • Solution: Modified getJsonFileName() to return base filename without extension
    • Files now correctly named as project_class_method.json instead of project_class_method.json.json

πŸ”§ Technical Details

  • Modified TestCaseAnalyzer.AnalysisResult.getJsonFileName() method
  • Maintains backward compatibility - no changes to JSON content format
  • File sanitization (replacing invalid characters with _) still works correctly