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

Bug 568872

Summary: Warnings in jdt.core build in I20201116-1800
Product: [Eclipse Project] JDT Reporter: Sarika Sinha <sarika.sinha>
Component: CoreAssignee: Sarika Sinha <sarika.sinha>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: jarthana, manoj.palat
Version: 4.18   
Target Milestone: 4.18 M3   
Hardware: All   
OS: All   
Whiteboard:

Description Sarika Sinha CLA 2020-11-16 23:57:02 EST
https://download.eclipse.org/eclipse/downloads/drops4/I20201116-1800/testResults.php

https://download.eclipse.org/eclipse/downloads/drops4/I20201116-1800/compilelogs/plugins/org.eclipse.jdt.core_3.24.0.v20201116-1713/@dot.html

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

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
Comment 1 Jay Arthanareeswaran CLA 2020-11-17 00:03:23 EST

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