1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/codan
Marc-Andre Laperle 467aab5559 Bug 539307 - Set correct project nature in Codan tests to fix wrong content type
When the lsp4e-cpp plugin is present, two content types are associated with
.cpp extension. The lsp4e-cpp one is chosen because it happens to be first.
Normally, the CDT C++ content type gets its priority boosted when the C++
project nature is present. Some Codan tests run on .cpp files but without
the C++ project nature so the files are of wrong content type and the tests
fail. Once the nature is fixed, some tests were failing because they should
run on C files but loadCode was not loading them as C++ files because of the
project nature.

Change-Id: I61b77d409e81c3cf78e60adf0c77a9bf976ac9d5
Signed-off-by: Marc-Andre Laperle <malaperle@gmail.com>
2018-09-30 19:26:25 -04:00
..
org.eclipse.cdt.codan.checkers Bug 539145 - Avoid opening an editor during CaseBreakQuickFixFallthroughAttribute.isApplicable() 2018-09-27 13:31:26 -04:00
org.eclipse.cdt.codan.checkers.ui Bug 539145 - Avoid NPE in CaseBreakQuickFixFallthroughAttribute.validPositionForFallthrough() 2018-09-27 13:31:34 -04:00
org.eclipse.cdt.codan.checkers.ui.tests Releng fixes, ensuring legal files are there. Removing projects. 2017-11-21 13:10:50 -05:00
org.eclipse.cdt.codan.core Bug 497670 - Support compiler provided "fix-it" hints 2017-04-17 20:01:27 -04:00
org.eclipse.cdt.codan.core.cxx Bug 534330 - Only create an index for the project containing the TU being analyzed in CxxModelsCache.getIndex() 2018-06-26 16:51:25 -04:00
org.eclipse.cdt.codan.core.tests Bug 539307 - Set correct project nature in Codan tests to fix wrong content type 2018-09-30 19:26:25 -04:00
org.eclipse.cdt.codan.examples Fixed copyright 2017-05-02 12:41:40 -04:00
org.eclipse.cdt.codan.ui Bug 526669 - Use the Matcher API correctly in CodanProblemMarkerResolutionGenerator 2017-11-21 14:31:14 -05:00
org.eclipse.cdt.codan.ui.cfgview Bug 510722 - Handle a null AST in ExpandSelectionJob and ControlFlowGraphView 2017-01-21 16:15:52 -05:00
org.eclipse.cdt.codan.ui.cxx Bug 525250: "Create local variable" offered outside of local scopes 2018-03-14 09:30:42 +01:00
pom.xml [releng] Bump version to 9.6.0 2018-06-05 22:13:24 +01:00