objectionary / eo

EOLANG, an Experimental Pure Object-Oriented Programming Language Based on 𝜑-calculus
https://www.eolang.org
MIT License
940 stars 122 forks source link

Fix sonar reliability issues #3241

Open c71n93 opened 1 week ago

c71n93 commented 1 week ago

Related to #2251

Check current reliability issues in recent sonar report

They should be fixed in this pull request (except for issues with removing static "ThreadLocal" variables). Check sonar report for test branch in my fork (exact copy of this branch with changes for running sonar in my local repo).


PR-Codex overview

This PR focuses on removing memory leaks by calling ThreadLocal#remove() on specific variables.

Detailed summary

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

c71n93 commented 6 days ago

@yegor256 could you check this one, please?