Bug 107988 - [compiler] warning on string concatenation in a loop
Summary: [compiler] warning on string concatenation in a loop
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-25 10:04 EDT by Adam Kiezun CLA
Modified: 2008-08-22 11:13 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Kiezun CLA 2005-08-25 10:04:04 EDT
3.1 
concatenating strings using a + operator in a loop is a common performance
blooper. It would be good to flag it as such and suggest replacing with
StringBuffer or StringBuilder