You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tiles.apache.org by elkfrawy-df <gi...@git.apache.org> on 2016/06/27 15:48:03 UTC

[GitHub] tiles pull request #8: Fix: squid:S1149, Synchronized classes StringBuffer s...

GitHub user elkfrawy-df opened a pull request:

    https://github.com/apache/tiles/pull/8

    Fix: squid:S1149, Synchronized classes StringBuffer shouldn't be used.

    This pull request is focused on resolving occurrences of Sonar rule 
     squid:S1149 - \u201cSynchronized classes Vector, Hashtable, Stack and StringBuffer should not be used \u201d. 
     You can find more information about the issue here: 
     https://dev.eclipse.org/sonar/rules/show/squid:S1149
     Please let me know if you have any questions.
    Ayman Elkfrawy.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/DevFactory/tiles release/replace-synchronized-classes-fix-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tiles/pull/8.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #8
    
----
commit 8a23fe634c0aaacd3572501b51a7af0ec3a918d3
Author: Ayman Elkfrawy <ay...@aurea.com>
Date:   2016-06-26T14:36:23Z

    Fix: squid:S1149, Synchronized classes Vector, Hashtable, Stack and StringBuffer should not be used

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---