Bug 450244 - Use StringBuilder instead of StringBuffer
Summary: Use StringBuilder instead of StringBuffer
Status: RESOLVED FIXED
Alias: None
Product: Handly
Classification: Technology
Component: Core (show other bugs)
Version: 0.2   Edit
Hardware: All All
: P3 enhancement
Target Milestone: 0.3   Edit
Assignee: Vladimir Piskarev CLA
QA Contact:
URL:
Whiteboard: breakingchange
Keywords: api
Depends on:
Blocks:
 
Reported: 2014-11-06 05:28 EST by Vladimir Piskarev CLA
Modified: 2014-11-06 05:54 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Piskarev CLA 2014-11-06 05:28:30 EST
This is a follow-up to bug 440612 which was concerned with StringBuffer usage in Handle 'toString' methods; this time we should exterminate the remaining StringBuffer references that had been inherited from JDT code.
Comment 1 Vladimir Piskarev CLA 2014-11-06 05:47:52 EST
This affects API (a couple of protected 'toDebugString' methods in HandleDelta), so it's a breaking change.