Bug 574342

Summary: The word 'instanceof' is not correctly spelled
Product: [Eclipse Project] Platform Reporter: Christoph Laeubrich <laeubi>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: 4.20   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Christoph Laeubrich CLA 2021-06-20 07:16:53 EDT
I have upgraded to 4.20 and getting now

> The word 'instanceof' is not correctly spelled

on my java source files for the following constructs

 if(element instanceof X) {
 
 }