Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compilation error caused by change in org.eclipse.jdt.core 3.37.0 (…
…eclipse-eclemma#46) Prior to this change execution of ``` mvn compile -Pe4.31 ``` leads to ``` [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:3.0.5:compile (default-compile) on project org.eclipse.eclemma.core: Compilation failure: Compilation failure: [ERROR] org.eclipse.eclemma.core/src/org/eclipse/eclemma/internal/core/SessionExporter.java:[174] [ERROR] this.tabWidth = IndentManipulation.getTabWidth(options); [ERROR] ^^^^^^^^^^^ [ERROR] The method getTabWidth(Map<String,String>) in the type IndentManipulation is not applicable for the arguments (Map<capture#1-of ?,capture#2-of ?>) ``` which is caused by change in eclipse-jdt/eclipse.jdt.core@4556ac2
- Loading branch information