mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-16 13:35:22 +02:00
![]() 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> |
||
---|---|---|
.. | ||
org.eclipse.cdt.core | ||
org.eclipse.cdt.core.linux | ||
org.eclipse.cdt.core.linux.aarch64 | ||
org.eclipse.cdt.core.linux.ppc64le | ||
org.eclipse.cdt.core.linux.x86_64 | ||
org.eclipse.cdt.core.macosx | ||
org.eclipse.cdt.core.native | ||
org.eclipse.cdt.core.tests | ||
org.eclipse.cdt.core.win32 | ||
org.eclipse.cdt.core.win32.x86_64 | ||
org.eclipse.cdt.ui | ||
org.eclipse.cdt.ui.tests | ||
pom.xml |