1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-16 13:35:22 +02:00
cdt/core
Torbjörn Svensson 09582630d7 Bug 521515: Do not log every failed access attempt
The Windows registry can be checked for keys that may not exist.
In order to avoid logging an exception that the entry is missing when
it's not critical that the entry do exist, the method should just return
null and let the caller handle if it's critical or not that the entry
exists. To easily debug situations where the entry is supposed to always
exist, the trace symbol
"org.eclipse.cdt.core.native/debug/win32/registry" can be set to "true"
and the exceptions will be logged in any case.

Change-Id: I6603cbe363ebecd357fa44c41fb1a26c6345dd70
Signed-off-by: Torbjörn Svensson <azoff@svenskalinuxforeningen.se>
2020-08-18 14:52:26 -04:00
..
org.eclipse.cdt.core Bug 564123 Remove deprecated PathUtil that has a replacement 2020-08-18 12:33:13 -04:00
org.eclipse.cdt.core.linux Bug 565836: Add linux aarch64 for natives 2020-08-11 17:17:34 -04:00
org.eclipse.cdt.core.linux.aarch64 Bug 521515: Use channel object for native stream access 2020-08-12 11:48:35 -04:00
org.eclipse.cdt.core.linux.ppc64le Bug 564123: Remove deprecated method from EnvironmentReader 2020-06-13 18:01:08 -04:00
org.eclipse.cdt.core.linux.x86_64 Bug 521515: Use channel object for native stream access 2020-08-12 11:48:35 -04:00
org.eclipse.cdt.core.macosx Bug 521515: Use channel object for native stream access 2020-08-12 11:48:35 -04:00
org.eclipse.cdt.core.native Bug 521515: Do not log every failed access attempt 2020-08-18 14:52:26 -04:00
org.eclipse.cdt.core.tests Bug 564002: Restore the default pattern of the surefire-plugin 2020-08-13 14:18:47 -04:00
org.eclipse.cdt.core.win32 Bug 521515: Do not log every failed access attempt 2020-08-18 14:52:26 -04:00
org.eclipse.cdt.core.win32.x86_64 Bug 521515: Build pty.dll in docker (fixup) 2020-08-18 08:20:12 -04:00
org.eclipse.cdt.ui Fixed NLS warnings and removed excess semicolon 2020-07-15 22:31:35 -04:00
org.eclipse.cdt.ui.tests Bug 564002: Restore the default pattern of the surefire-plugin 2020-08-13 14:18:47 -04:00
pom.xml [releng] Bump version to 10.0.0 2020-04-11 17:46:58 -04:00