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 ?
       - If yes , I propose to add:
          - <property name="sonar.issue.ignore.multicriteria"
          value="squid:S1948" />
          - @Felix, Is this correct ?
I have looked the format up and tried it out. You have to define a list of criteria and then define each one separately. For an example have a look at http://svn.apache.org/viewvc/jmeter/trunk/build.xml?r1=1775837&r2=1775836&pathrev=1775837 (r1775837 :)

Regards,
 Felix
          - 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


Reply via email to