Am 21.12.2016 um 20:51 schrieb Philippe Mouawad:
Hello,
I reviewed Sonar errors and we have 2 major types of errors:

    - Make "xxxx" transient or serializable:
       - Should we ignore those ?
In the short run, we should definitely ignore those, as we know that we are not really into serializing those objects, but we should strive to get those fixed in the long run.

       - If yes , I propose to add:
          - <property name="sonar.issue.ignore.multicriteria"
          value="squid:S1948" />
          - @Felix, Is this correct ?
I will try it, but if you have found it in the docs, it should work, shouldn't it?
          - Either re-interrupt this method or rethrow the
    "InterruptedException":
       - Is the fix to call Thread.currentThread().interrupt(); in the
       currently silent catch block ?
I always have to look it up, but I think that it is one way to handle it.

Felix


Thanks

Regards


Reply via email to