jborgers / PMD-jPinpoint-rules

PMD rule set for responsible Java and Kotlin coding: performance, sustainability, multi-threading, data mixup and more.
Apache License 2.0
43 stars 10 forks source link

Fix request: two TODO cases in AvoidUnguardedAssignmentToNonFinalFieldsInSharedObjectsTest #352

Open stokpop opened 1 month ago

stokpop commented 1 month ago

After migration, failing unit tests are left and it was not obvious what is a quick fix.

There are also two other TODO's that are commented out, were not working in PMD6 also, should we fix? or create issue? or forget about it.

stokpop commented 1 month ago

Unit tests are fixed in PR concurrent set 03