1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-20 23:45:23 +02:00
cdt/testsrunner/org.eclipse.cdt.testsrunner.boost
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
..
.settings Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
META-INF Refactor XML file handling 2023-08-16 11:06:59 -04:00
src/org/eclipse/cdt/testsrunner/internal/boost Remove assumption that strings are always intern 2023-08-18 10:06:10 -04:00
.classpath Update to Java 17 as BREE. Fixes #80 2022-10-03 12:42:37 -04:00
.project Bug 210366 - CDT should have Unit Testing and Component Testing like JDT 2012-04-17 23:50:07 -04:00
about.html [releng] Update all legal files with update_legal_files.sh 2022-04-13 13:42:35 -04:00
build.properties Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.sh 2018-11-22 20:31:51 +00:00
plugin.properties Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.sh 2018-11-22 20:31:51 +00:00
plugin.xml Bug 210366 - CDT should have Unit Testing and Component Testing like JDT 2012-04-17 23:50:07 -04:00