Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 568828

Summary: Compiler warnings from I20201113-1800
Product: [Eclipse Project] JDT Reporter: Sravan Kumar Lakkimsetti <sravankumarl>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: kalyan_prasad
Version: 4.18   
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
Whiteboard:

Description Sravan Kumar Lakkimsetti CLA 2020-11-16 00:59:28 EST
there new warnings in jdt.core 

/compiler/org/eclipse/jdt/internal/compiler/ast/Wildcard.java : 1 warning :
OTHER WARNINGS
1. WARNING in /compiler/org/eclipse/jdt/internal/compiler/ast/Wildcard.java
 (at line 34)
public static final int EXTENDS = 1;
The field Wildcard.EXTENDS is hiding a field from type TypeConstants
/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java : 1 warning :
OTHER WARNINGS
1. WARNING in /compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
 (at line 9557)
String restrictedIdentifier= this.permittedRestrictedKeyWordMap.get(tokenName);
The static field ProblemReporter.permittedRestrictedKeyWordMap should be accessed in a static way

https://download.eclipse.org/eclipse/downloads/drops4/I20201115-1800/compilelogs/plugins/org.eclipse.jdt.core_3.24.0.v20201113-1901/@dot.html#OTHER_WARNINGS
Comment 1 Sravan Kumar Lakkimsetti CLA 2020-11-16 03:01:22 EST
One of the compiler warnings has been introduced with https://git.eclipse.org/c/jdt/eclipse.jdt.core.git/commit/?id=f675c5dfaecd1a1b320a5a6331eaaab5d513285f
Comment 2 Sravan Kumar Lakkimsetti CLA 2020-11-17 00:12:03 EST

*** This bug has been marked as a duplicate of bug 568871 ***