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 #299

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Sonarqube Fixes #299

wants to merge 4 commits into from

Commits on Jul 4, 2022

  1. Sonarqube updates

    x-stream#298
    Use Charsequence and StringBuilder rather than StringBuffer
    
    Also-by: Stephen Davidson <[email protected]>
    Signed-off-by: Sanddust <[email protected]>
    sanddusttx committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    984eb9b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from sanddusttx/298

    Sonarqube updates
    gorky authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    23d03c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Sonarqube updates

    x-stream#298
    Use Charsequence and StringBuilder rather than StringBuffer
    With assist from Honor Systems Updater.
    
    Signed-off-by: Steve Davidson <[email protected]>
    gorky committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    bbf4e3d View commit details
    Browse the repository at this point in the history
  2. Honor Systems generated updates

    x-stream#298
    Automatic updates
    https://jenkins.updater.j2eeguys.com/
    xstream/src/java/com/thoughtworks/xstream/core/util/FastStack.java
        Replace the synchronized class "StringBuffer" by an unsynchronized one such as "StringBuilder". [java:S1149]
    xstream/src/java/com/thoughtworks/xstream/io/path/PathTracker.java
        Replace the synchronized class "StringBuffer" by an unsynchronized one such as "StringBuilder". [java:S1149]
    xstream/src/java/com/thoughtworks/xstream/io/xml/AbstractPullReader.java
        Replace the synchronized class "StringBuffer" by an unsynchronized one such as "StringBuilder". [java:S1149]
    xstream/src/java/com/thoughtworks/xstream/io/xml/XomReader.java
        Replace the synchronized class "StringBuffer" by an unsynchronized one such as "StringBuilder". [java:S1149]
    xstream-benchmark/src/java/com/thoughtworks/xstream/tools/benchmark/reporters/HtmlReporter.java
        Replace the synchronized class "StringBuffer" by an unsynchronized one such as "StringBuilder". [java:S1149]
    xstream/src/java/com/thoughtworks/xstream/io/xml/XmlFriendlyNameCoder.java
        Replace the synchronized class "StringBuffer" by an unsynchronized one such as "StringBuilder". [java:S1149]
    xstream/src/java/com/thoughtworks/xstream/core/util/XmlHeaderAwareReader.java
        Replace the synchronized class "StringBuffer" by an unsynchronized one such as "StringBuilder". [java:S1149]
    xstream-benchmark/src/java/com/thoughtworks/xstream/tools/benchmark/reporters/TextReporter.java
        Replace the synchronized class "StringBuffer" by an unsynchronized one such as "StringBuilder". [java:S1149]
    xstream/src/java/com/thoughtworks/xstream/io/xml/DomDriver.java
        Disable access to external entities in XML parsing. [java:S2755]
    
    Also-by: Stephen Davidson <[email protected]>
    Signed-off-by: Honor Systems Updater Jenkins <[email protected]>
    hsujenkins committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    cdf0510 View commit details
    Browse the repository at this point in the history