1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/testsrunner
Jonah Graham 081cb8249a Remove assumption that strings are always intern
The pre-existing code assumed that string (qName) passed in
to start and end element was always interned and compared
those strings to constants using ==. Instead rewrite
code using switch statements on the strings.

Also includes small change to the exception handling so that
code analysis can correctly where exceptions are always thrown.
i.e. instead of hiding a throw in an always throwing method,
return the exception and throw it at the call site.
2023-08-18 10:06:10 -04:00
..
org.eclipse.cdt.testsrunner Update copyright year on all features 2023-03-13 21:00:55 -04:00
org.eclipse.cdt.testsrunner.boost Remove assumption that strings are always intern 2023-08-18 10:06:10 -04:00
org.eclipse.cdt.testsrunner.feature Prepare repo for CDT 11.3.0 development 2023-07-10 21:41:39 -04:00
org.eclipse.cdt.testsrunner.gtest Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
org.eclipse.cdt.testsrunner.qttest Refactor XML file handling 2023-08-16 11:06:59 -04:00
org.eclipse.cdt.testsrunner.tap Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
org.eclipse.cdt.testsrunner.tests Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
pom.xml Prepare repo for CDT 11.3.0 development 2023-07-10 21:41:39 -04:00