Bug 574342 - The word 'instanceof' is not correctly spelled
Summary: The word 'instanceof' is not correctly spelled
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.20   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-20 07:16 EDT by Christoph Laeubrich CLA
Modified: 2021-06-20 07:16 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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) {
 
 }