I20250127-1800
- modify PatternInstanceofToSwitchFixCore to add new static method createPatternInstanceofToSwitchFix() - add new code to QuickAssistProcessor that looks to see if the cursor is in an if chain and see if it is using pattern instanceof and can be converted to switch - add new test AssistQuickFixTest21 - fixes #1978