Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compilation error caused by change in org.eclipse.jdt.core 3.37.0 #46

Conversation

Godin
Copy link
Member

@Godin Godin commented Feb 12, 2024

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

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
@Godin Godin self-assigned this Feb 12, 2024
@Godin Godin marked this pull request as ready for review February 12, 2024 15:07
@Godin Godin requested a review from marchof February 12, 2024 16:20
@marchof marchof merged commit 43b9411 into eclipse-eclemma:master Feb 12, 2024
4 checks passed
@Godin Godin deleted the fix_compilation_error_caused_by_change_in_jdt branch February 13, 2024 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants