You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checked with the latest development build (copy version output from About dialog)
I made a backup of my libraries before testing the latest development version.
I have tested the latest development version and the problem persists
Steps to reproduce the behaviour
> Task :compileJava
/build/source/src/main/java/org/jabref/gui/autocompleter/AutoCompletionTextInputBinding.java:45: error: name clash: removeEventHandler(EventType<E#1>,EventHan
dler<? super E#1>) in EventTarget and removeEventHandler(EventType<E#2>,EventHandler<E#2>) in AutoCompletionBinding have the same erasure, yet neither overrid
es the other
public class AutoCompletionTextInputBinding<T> extends AutoCompletionBinding<T> {
^
where E#1,E#2 are type-variables:
E#1 extends Event declared in method <E#1>removeEventHandler(EventType<E#1>,EventHandler<? super E#1>)
E#2 extends Event declared in method <E#2>removeEventHandler(EventType<E#2>,EventHandler<E#2>)
Appendix
...
Log File
Paste an excerpt of your log file here
The text was updated successfully, but these errors were encountered:
JabRef version
5.11 (latest release)
Operating system
GNU / Linux
Details on version and operating system
No response
Checked with the latest development build (copy version output from About dialog)
Steps to reproduce the behaviour
Appendix
...
Log File
The text was updated successfully, but these errors were encountered: