You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove unused variable nullByteHash in ModifiableByteTest
- Add explicit 'this' qualifier to field accesses in ModifiableIntegerTest
These changes address static analysis warnings without changing functionality.
The warning about methods being "potentially static" is a false positive
for JUnit 5 test methods which cannot be static.
Co-authored-by: Developer <[email protected]>
0 commit comments