-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Replace StringBuffer with StringBuilder #1756
base: main
Are you sure you want to change the base?
Commits on Jul 23, 2024
-
avoid using StringBuffer, as they are synchronized, in favour of Stri…
…ngBuilder / StringJoiner / string-composition
Configuration menu - View commit details
-
Copy full SHA for aa68d56 - Browse repository at this point
Copy the full SHA aa68d56View commit details -
avoid using StringBuffer, as they are synchronized, in favour of Stri…
…ngBuilder / StringJoiner / string-composition
Configuration menu - View commit details
-
Copy full SHA for a4fdd3e - Browse repository at this point
Copy the full SHA a4fdd3eView commit details -
avoid using StringBuffer, as they are synchronized, in favour of Stri…
…ngBuilder / StringJoiner / string-composition
Configuration menu - View commit details
-
Copy full SHA for 57240c3 - Browse repository at this point
Copy the full SHA 57240c3View commit details -
avoid using StringBuffer, as they are synchronized, in favour of Stri…
…ngBuilder / StringJoiner / string-composition. Make loop variables "final" to leverage compiler bytecode inlining
Configuration menu - View commit details
-
Copy full SHA for c9d723a - Browse repository at this point
Copy the full SHA c9d723aView commit details -
avoid using StringBuffer, as they are synchronized, in favour of Stri…
…ngBuilder / StringJoiner / string-composition. Make loop variables "final" to leverage compiler bytecode inlining
Configuration menu - View commit details
-
Copy full SHA for 89d82c0 - Browse repository at this point
Copy the full SHA 89d82c0View commit details -
avoid using StringBuffer, as they are synchronized, in favour of Stri…
…ngBuilder / StringJoiner / string-composition.
Configuration menu - View commit details
-
Copy full SHA for 7353e58 - Browse repository at this point
Copy the full SHA 7353e58View commit details -
avoid using StringBuffer, as they are synchronized, in favour of Stri…
…ngJoiner with prefix "[", suffix "]" and separator ", "
Configuration menu - View commit details
-
Copy full SHA for bf8b360 - Browse repository at this point
Copy the full SHA bf8b360View commit details -
Configuration menu - View commit details
-
Copy full SHA for a829af5 - Browse repository at this point
Copy the full SHA a829af5View commit details -
Replaced StringBuffer with StringBuilder and possibly joining element…
…s of an iterable with a StringJoiner
Configuration menu - View commit details
-
Copy full SHA for fb31e8c - Browse repository at this point
Copy the full SHA fb31e8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2923c6 - Browse repository at this point
Copy the full SHA e2923c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d2f662 - Browse repository at this point
Copy the full SHA 7d2f662View commit details -
Configuration menu - View commit details
-
Copy full SHA for b65e70d - Browse repository at this point
Copy the full SHA b65e70dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 795cca5 - Browse repository at this point
Copy the full SHA 795cca5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7cd6bc - Browse repository at this point
Copy the full SHA b7cd6bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for cee74fb - Browse repository at this point
Copy the full SHA cee74fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b923788 - Browse repository at this point
Copy the full SHA b923788View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0989e64 - Browse repository at this point
Copy the full SHA 0989e64View commit details
Commits on Jul 24, 2024
-
Replaced StringBuffer with a StringBuilder to avoid synchronization v…
…ia a new context-aware Appendable
Configuration menu - View commit details
-
Copy full SHA for 0034cf4 - Browse repository at this point
Copy the full SHA 0034cf4View commit details -
Traverse the file system using java.io.File::getParent instead of sub…
…string by System's file separator, as it can lead to StringIndexOutOfBoundException in case the test folder does not exist
Configuration menu - View commit details
-
Copy full SHA for 9bcc8ac - Browse repository at this point
Copy the full SHA 9bcc8acView commit details -
Traverse the file system using java.io.File::getParent instead of sub…
…string by System's file separator, as it can lead to StringIndexOutOfBoundException in case the test folder does not exist
Configuration menu - View commit details
-
Copy full SHA for a73eb35 - Browse repository at this point
Copy the full SHA a73eb35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 404a477 - Browse repository at this point
Copy the full SHA 404a477View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cbd95a - Browse repository at this point
Copy the full SHA 6cbd95aView commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e6e9452 - Browse repository at this point
Copy the full SHA e6e9452View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2663208 - Browse repository at this point
Copy the full SHA 2663208View commit details