Skip to content

Regression

org.eclipse.jpt.common.utility.tests.internal.model.value.prefs.PreferencesCollectionValueModelTests.testSubjectHolder (from org.eclipse.jpt.common.utility.tests.internal.JptCommonUtilityTests)

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

Error Message

Unable to make field private static final java.util.List java.util.prefs.AbstractPreferences.eventQueue accessible: module java.prefs does not "opens java.util.prefs" to unnamed module @5980fa73

Stacktrace

java.lang.reflect.InaccessibleObjectException: Unable to make field private static final java.util.List java.util.prefs.AbstractPreferences.eventQueue accessible: module java.prefs does not "opens java.util.prefs" to unnamed module @5980fa73

Standard Error

Exception in thread "Event Dispatch Thread" java.lang.IllegalStateException: unexpected this.event: java.util.prefs.AbstractPreferences$NodeAddedEvent[source=User Preference Node: /org/eclipse/jpt/common/utility/tests/internal/model/value/prefs/PreferencesCollectionValueModelTests]
	at org.eclipse.jpt.common.utility.tests.internal.model.value.prefs.PreferencesCollectionValueModelTests$3.childAdded(PreferencesCollectionValueModelTests.java:229)
	at java.prefs/java.util.prefs.AbstractPreferences$EventDispatchThread.run(AbstractPreferences.java:1550)