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
When I upload 22 findings to a review site (ex2) that has default_ex2_review_size = 20, I cannot review finding 21, because there's a NPE
[2018-05-24 14:04:03] mubench.CRITICAL: Error: Call to a member function getReview() on null in .../src/Controllers/ReviewsController.php:51
The NPE occurs here. It's the logic that determines the next/current/previous misuse that returns null for the current misuse. Interestingly, when I set default_ex2_review_size = 21, I can successfully review finding 21, but I (still) cannot review finding 22, so somehow the default impacts the querying here.
The text was updated successfully, but these errors were encountered:
How exactly do you try to access the review page of the finding when you get the error ?
I can only reproduce this error by changing the url to a misuse that isn't shown on my detector page.
When I upload 22 findings to a review site (ex2) that has
default_ex2_review_size = 20
, I cannot review finding 21, because there's a NPEThe NPE occurs here. It's the logic that determines the next/current/previous misuse that returns
null
for the current misuse. Interestingly, when I setdefault_ex2_review_size = 21
, I can successfully review finding 21, but I (still) cannot review finding 22, so somehow the default impacts the querying here.The text was updated successfully, but these errors were encountered: