- fix StubUtility2Core.createImplementationStub() to use
CodeGeneration.getMethodBodyContent() to get any templates
used
- create UnusedCleanUpCore based on UsusedCleanUp
- create JavadocTagsSubProcessorCore
- move ReplaceRewrite. StatementRewrite,
AddUnimplementedMethodsOperation, NoCommentSourceRangeComputer
to jdt.core.manipulation
- create TypeParametersFixCore based on TypeParametersFix
- create UnimplementedCodeFixCore based on UnimplementedCodeFix
- create UnusedCodeFixCore based on UnusedCodeFix
- change TypeParametersFix, UnimplementedCodeFix, and
UnusedCodeFix to use their core counterparts
- change ModifierCorrectionSubProcessor to use core fix classes
- convert for loops to foreach loops where applicable
Change-Id: I6fb25641f37760880955baf300701d0c498983fc
Signed-off-by: Jeff Johnston <jjohnstn@redhat.com>