Skip to content

Passed

org.eclipse.egit.core.internal.ReportingTypedConfigGetterTest.testGetEnumInvalidWithNullDefault

Took 1 ms.

Standard Output

!ENTRY org.eclipse.egit.core 2 0 2024-04-11 10:41:10.389
!MESSAGE Ignored invalid git config value 'test.wrongOnPurpose'
!STACK 0
java.lang.IllegalArgumentException: Invalid value: test.wrongOnPurpose=nonexisting
	at org.eclipse.jgit.lib.DefaultTypedConfigGetter.getEnum(DefaultTypedConfigGetter.java:103)
	at org.eclipse.egit.core.internal.ReportingTypedConfigGetter.getEnum(ReportingTypedConfigGetter.java:52)
	at org.eclipse.egit.core.internal.ReportingTypedConfigGetterTest.testGetEnumInvalidWit
...[truncated 3393 chars]...
ernal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)