Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Codegen compilation error with 2021-06 M3 #2122

Closed
odockal opened this issue Jun 2, 2021 · 2 comments · Fixed by #2123
Closed

Codegen compilation error with 2021-06 M3 #2122

odockal opened this issue Jun 2, 2021 · 2 comments · Fixed by #2123
Assignees
Milestone

Comments

@odockal
Copy link
Collaborator

odockal commented Jun 2, 2021

[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:2.2.0:compile (default-compile) on project org.eclipse.reddeer.codegen: Compilation failure: Compilation failure: 
[ERROR] /home/odockal/git/reddeer/plugins/org.eclipse.reddeer.codegen/src/org/eclipse/reddeer/codegen/wizards/MethodsPage.java:[102] 
[ERROR] 	fMethodOptionStubsButtons = new MethodStubsSelectionButtonGroup(SWT.CHECK, optionalButtonNames, 1) {
[ERROR] 			@Override
[ERROR] 			protected void doWidgetSelected(SelectionEvent e) {
[ERROR] 				super.doWidgetSelected(e);
[ERROR] 				// saveWidgetValues();
[ERROR] 				handleSelectedOptional(e);
[ERROR] 			}
[ERROR] 		};
[ERROR] 	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The constructor MethodStubsSelectionButtonGroup(int, String[], int) is undefined

@odockal odockal added this to the 3.4.0 milestone Jun 2, 2021
@odockal odockal self-assigned this Jun 2, 2021
@odockal
Copy link
Collaborator Author

odockal commented Jun 2, 2021

bugzilla introducing breaking changes here and gerrit commits: 1, 2. Because of quite late finding of breaking changes to reddeer codegen (RC1 + 3) there are limited options as of fixes now.

odockal added a commit to odockal/reddeer that referenced this issue Jun 2, 2021
…d change accordingly. fixes eclipse-archived#2122

Signed-off-by: Ondrej Dockal <odockal@redhat.com>
odockal added a commit to odockal/reddeer that referenced this issue Jun 2, 2021
…d change accordingly. fixes eclipse-archived#2122

Signed-off-by: Ondrej Dockal <odockal@redhat.com>
@odockal
Copy link
Collaborator Author

odockal commented Jun 2, 2021

And of course some UI changes in Test config dialog.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant