Warnings about "Access to a protected member"
Wuodan opened this issue · 1 comments
Wuodan commented
Intellij itself (not from SonarLint this time) shows warnings when a "protected member" (name prefixed with underscore) is accessed from outside.
I tried to improve those code lines as much as possible in PR #57
Wuodan commented
Tested until files were written to save/<run_name>. No new warnings or errors seen.