Skip to content

Regression

org.eclipse.jpt.common.utility.tests.internal.model.value.swing.RadioButtonModelAdapterTests.testHasListeners (from org.eclipse.jpt.common.utility.tests.internal.JptCommonUtilityTests)

Failing for the past 1 build (Since #97 )
Took 0 ms.

Error Message

Unable to make field protected javax.swing.event.EventListenerList javax.swing.DefaultButtonModel.listenerList accessible: module java.desktop does not "opens javax.swing" to unnamed module @5980fa73

Stacktrace

java.lang.reflect.InaccessibleObjectException: Unable to make field protected javax.swing.event.EventListenerList javax.swing.DefaultButtonModel.listenerList accessible: module java.desktop does not "opens javax.swing" to unnamed module @5980fa73
	at org.eclipse.jpt.common.utility.tests.internal.model.value.swing.RadioButtonModelAdapterTests.verifyHasNoListeners(RadioButtonModelAdapterTests.java:211)
	at org.eclipse.jpt.common.utility.tests.internal.model.value.swing.RadioButtonModelAdapterTests.testHasListeners(RadioButtonModelAdapterTests.java:192)