- modify ConvertRecordBaseSubProcessor.addConvertToRecordProposals()
to pass the offset and length of the node passed in
- modify RefactoringExecutionStarter.startConvertToRecordRefactoring()
so it finds the IJavaElement for the offset and then gets the
offset and length from that to remove the chance the offset and
length are not correct for an ASTNode
- modify AssistQuickFixTest14 to try selecting a simple name in the
type
- modify ConvertToRecordTests to select a non-class name for one test
- fixes #2783