Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sonarqube Fixes #296 #297

Closed
wants to merge 2 commits into from
Closed

Sonarqube Fixes #296 #297

wants to merge 2 commits into from

Commits on Jun 20, 2022

  1. Honor Systems generated updates

    x-stream#296
    Automatic updates
    https://jenkins.updater.j2eeguys.com/
    xstream/src/java/com/thoughtworks/xstream/mapper/SecurityMapper.java
        Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
    xstream-benchmark/src/java/com/thoughtworks/xstream/tools/benchmark/model/FiveBean.java
        uses deprecated method java/lang/Boolean::<init>(Z)V [java.9]
    xstream/src/java/com/thoughtworks/xstream/io/StatefulWriter.java
        Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
    xstream-benchmark/src/java/com/thoughtworks/xstream/tools/benchmark/targets/ExtendedTarget.java
        uses deprecated method java/lang/Boolean::<init>(Z)V [java.9]
        uses deprecated method java/lang/Integer::<init>(I)V [java.9]
    xstream/src/java/com/thoughtworks/xstream/io/json/JettisonStaxWriter.java
        Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
    xstream-jmh/src/java/com/thoughtworks/xstream/benchmark/jmh/StringConverterBenchmark.java
        Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
        Remove this unused import 'com.thoughtworks.xstream.io.xml.Xpp3Driver'. [java:S1128]
    xstream-benchmark/src/java/com/thoughtworks/xstream/tools/benchmark/model/Five.java
        uses deprecated method java/lang/Boolean::<init>(Z)V [java.9]
    xstream/src/java/com/thoughtworks/xstream/converters/reflection/XStream12FieldKeySorter.java
        Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
    xstream/src/java/com/thoughtworks/xstream/core/util/PresortedMap.java
        Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
    xstream/src/java/com/thoughtworks/xstream/core/util/WeakCache.java
        Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
    xstream/src/java/com/thoughtworks/xstream/converters/reflection/AbstractReflectionConverter.java
        Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
    xstream/src/java/com/thoughtworks/xstream/io/xml/TraxSource.java
        Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
    xstream-benchmark/src/java/com/thoughtworks/xstream/tools/benchmark/targets/BasicTarget.java
        uses deprecated method java/lang/Long::<init>(J)V [java.9]
        uses deprecated method java/lang/Byte::<init>(B)V [java.9]
        uses deprecated method java/lang/Double::<init>(D)V [java.9]
        uses deprecated method java/lang/Float::<init>(F)V [java.9]
        uses deprecated method java/lang/Integer::<init>(I)V [java.9]
        uses deprecated method java/lang/Short::<init>(S)V [java.9]
    xstream/src/java/com/thoughtworks/xstream/converters/reflection/NativeFieldKeySorter.java
        Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
    xstream/src/java/com/thoughtworks/xstream/core/util/ThreadSafePropertyEditor.java
        Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
    xstream/src/java/com/thoughtworks/xstream/core/util/ThreadSafeSimpleDateFormat.java
        Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
    xstream/src/java/com/thoughtworks/xstream/core/DefaultConverterLookup.java
        Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
    xstream-benchmark/src/java/com/thoughtworks/xstream/tools/benchmark/model/SerializableFive.java
        uses deprecated method java/lang/Boolean::<init>(Z)V [java.9]
    xstream/src/java/com/thoughtworks/xstream/mapper/AnnotationMapper.java
        Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
    
    Also-by: Stephen Davidson <steve@j2eeguys.com>
    Signed-off-by: Honor Systems Updater Jenkins <hsujenkins@j2eeguys.com>
    hsujenkins committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    907ceba View commit details
    Browse the repository at this point in the history
  2. Fixing copyright years.

    gorky committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    33358e0 View commit details
    Browse the repository at this point in the history