1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 22:35:43 +02:00
cdt/core/org.eclipse.cdt.core.win32
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
..
.settings Bug 540373: Update the compiler warnings/ignores 2018-11-24 10:55:06 +00:00
META-INF Bug 521515 - List running tasks using JNA on win32 2020-07-17 18:21:43 -04:00
src/org/eclipse/cdt/internal/core/win32 Bug 521515: Do not log every failed access attempt 2020-08-18 14:52:26 -04:00
.classpath Move the rest of the CDT plugins to java 8 2016-06-22 14:51:43 -04:00
.project Got rid of the static project references in our .project files. PDE takes care of all this now through the plugin dependencies. Also fixed the wording of the PDOM enabler to make sure people know this is a work in progress. 2005-12-02 20:43:14 +00: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 Bug 521515: Build pty.dll in docker 2020-08-17 21:42:25 -04:00
fragment.xml Bug 521515 - Access Windows registry using JNA 2020-07-18 08:36:44 +02:00
plugin.properties Bug 540373: Normalize newlines with .gitattributes 2018-11-20 21:20:39 +00:00
pom.xml Bug 564123: Remove deprecated method from EnvironmentReader 2020-06-13 18:01:08 -04:00