Roberto Cella

Results 11 comments of Roberto Cella

I fixed the 2 broken badges, the new ones are: [![Download](https://badgen.net/badge/download/latest%20release/green?icon=github)](https://github.com/powermock/powermock/releases/latest) [![Javadoc](https://javadoc.io/badge2/org.powermock/powermock-core/javadoc.svg)](https://javadoc.io/doc/org.powermock/powermock-core) The download badge now points to the latest release page on Github. Do you have any feedback about...

Hello @jf352, the issue seems to be at the line: ```java PowerMockito.doReturn("2021/06/21 17:48:41").when(transactionService, "getCurrentDate"); ``` Can you please try using when-thenReturn as follows? ```java PowerMockito.when(transactionService.generateTokenEnding()).thenReturn("9101"); PowerMockito.when(transactionService.getCurrentDate()).thenReturn("2021/06/21 17:48:41"); ```

I will open the pull request with those fix as soon as possible.

Given the file is broken I would expect for the exception to highlight it, if possible; I think `InputFormatException: null` might be too generic in this case Thanks for looking...

Hi @sirdikshit, this can be a challenging issue but you are welcome to give it a try!

The bot is hosted on [RailWay](https://railway.app/?referralCode=rob)

GraalVM just released its 22.3 update, supporting now JDK 19 builds: [GraalVM 22.3 is here: JDK 19 builds, jlink support, new monitoring features, and more!](https://medium.com/graalvm/graalvm-22-3-is-here-jdk-19-builds-jlink-support-new-monitoring-features-and-more-f6e2b2eeff95)

Hi @sirdikshit, are you still looking into this issue? If you aren't I will unassign you from this

Hi @sirdikshit, as explained [here](https://github.com/rob93c/Stickerify/discussions/39), the ticket will be reassigned due to inactivity.

@coderabbitai review