Opened 17 years ago
Last modified 17 years ago
#1738 closed Task
Rewrite all string concatenation — at Initial Version
Reported by: | Thilo Schwarz | Owned by: | Thilo Schwarz |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor.Java 2.4 |
Component: | Server : Java | Version: | |
Keywords: | Cc: |
Description
There are a lot of string concatenation (e.g. to build html code) which is unreadable and not very performant. These things should be rewritten using the StringBuffer or StringWritter.