Hello,
I reviewed Sonar errors and we have 2 major types of errors:
- Make "xxxx" transient or serializable:
- Should we ignore those ?
- If yes , I propose to add:
- <property name="sonar.issue.ignore.multicriteria"
value="squid:S1948" />
- @Felix, Is this correct ?
- Either re-interrupt this method or rethrow the
"InterruptedException":
- Is the fix to call Thread.currentThread().interrupt(); in the
currently silent catch block ?Thanks Regards
