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
Bug reports with comments without author cause the following error when being mapped:
java.lang.NullPointerException: getAuthor(...) must not be null
at io.github.mojira.arisa.infrastructure.jira.MappersKt.toDomain(Mappers.kt:222)
at io.github.mojira.arisa.infrastructure.jira.MappersKt.mapComments(Mappers.kt:330)
at io.github.mojira.arisa.infrastructure.jira.MappersKt.toDomain(Mappers.kt:113)
at io.github.mojira.arisa.ExecutorKt.getSearchResultsFromJira(Executor.kt:134)
at io.github.mojira.arisa.ExecutorKt.access$getSearchResultsFromJira(Executor.kt:1)
at io.github.mojira.arisa.Executor$1.invoke(Executor.kt:17)
at io.github.mojira.arisa.Executor$1.invoke(Executor.kt:17)
at arrow.syntax.function.PartialsKt$partially1$5.invoke(partials.kt:791)
at arrow.syntax.function.PartialsKt$partially1$4.invoke(partials.kt:783)
at io.github.mojira.arisa.Executor.getIssuesForRegistry(Executor.kt:89)
at io.github.mojira.arisa.Executor.executeRegistry(Executor.kt:63)
at io.github.mojira.arisa.Executor.execute(Executor.kt:39)
at io.github.mojira.arisa.ExecutionService.runExecutionCycle(ExecutionService.kt:23)
at io.github.mojira.arisa.ArisaMainKt.main(ArisaMain.kt:30)
at io.github.mojira.arisa.ArisaMainKt.main(ArisaMain.kt)
The Bug
Bug reports with comments without author cause the following error when being mapped:
Example Ticket
https://bugs.mojang.com/browse/MCPE-13860
Expected behavior
Should be able to map this comment successfully
The text was updated successfully, but these errors were encountered: