I had to make a change in source code to avoid NullPointerException. Please, See attached image for details.
Does this happen all the time? Not sure why that variable would be null.
Investigating a bit more, I've discovered that on all lambda expression in that class I've to test "r" for null before trying to process.
It doesn't happen to me when I run reports so wondering why it happens to you. Could you post the stack trace.
OK. The second screenshot was different from the earlier one. I think I've had the issue reported before.
yes, sorry, the first one was a "rush" attempt to solve. Afterwards, with time, I was able to analyze better and fix the issue.
Log in to post a comment.
I had to make a change in source code to avoid NullPointerException. Please, See attached image for details.
Does this happen all the time? Not sure why that variable would be null.
Investigating a bit more, I've discovered that on all lambda expression in that class I've to test "r" for null before trying to process.
Last edit: Edson Carlos Ericksson Richter 2020-08-05
It doesn't happen to me when I run reports so wondering why it happens to you. Could you post the stack trace.
OK. The second screenshot was different from the earlier one. I think I've had the issue reported before.
yes, sorry, the first one was a "rush" attempt to solve. Afterwards, with time, I was able to analyze better and fix the issue.