1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-02 13:55:39 +02:00
cdt/core/org.eclipse.cdt.core.tests
Jonah Graham 19a37f18b4 Bug 572250: [Java 16] fix illegal reflection in scannerInfoCache
Java 16 restricts some reflection. The serializing of scannerInfoCache
with gson does some reflection on Pattern which isn't allowed.
Fortunately the reflection is not needed, we just have to prevent
gson from calling setAccessible by providing our own serialization
for the IExtendedScannerInfo

Change-Id: I0db5cec9cfec1ac4caabd2e67f1d6a336e361023
2021-04-08 10:55:26 -04:00
..
.settings Bug 572250: [Java 16] fix illegal reflection in scannerInfoCache 2021-04-08 10:55:26 -04:00
META-INF Bug 572250: [Java 16] fix illegal reflection in scannerInfoCache 2021-04-08 10:55:26 -04:00
misc/org/eclipse/cdt Bug 571472: Don't resolve multi-line strings 2021-02-25 07:39:04 -05:00
model/org/eclipse/cdt/core Bug 499777: Flaky and slow test tags 2021-02-01 11:32:58 -05:00
parser/org/eclipse/cdt Bug 572250: [Java 16] fix illegal reflection in scannerInfoCache 2021-04-08 10:55:26 -04:00
regression/org/eclipse/cdt/core/tests Bug 569839: Ensure that behaviour is same running tests without suites 2020-12-21 14:50:51 -05:00
resources Bug 568728: Drop execute permission on files 2020-11-18 17:38:22 +01:00
suite/org/eclipse/cdt/core Bug 499777: Flaky and slow test tags 2021-02-01 11:32:58 -05:00
.classpath Bug 562494: Update BREE to Java 11 2020-08-24 17:50:56 -04:00
.project Bug 566334: Turn on API Tooling & Analysis for all bundles 2020-08-24 17:50:56 -04:00
about.html Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.sh 2018-11-22 20:31:51 +00:00
build.properties Fixed "The value for X attribute is not externalized" warning 2020-08-28 21:32:18 +02:00
plugin.properties Fixed "The value for X attribute is not externalized" warning 2020-08-28 21:32:18 +02:00
plugin.xml bug 416628: "Export" of entries of language settings providers to referencing projects - added capability 2013-09-08 08:09:10 -04:00
pom.xml Bug 572552 - CDT releng: update versions to 10.3.0 2021-04-04 16:17:25 -04:00
test.xml