commit | b8ea789876c0661e1aef9fa3f54a6ac3b8abd62c | [log] [tgz] |
---|---|---|
author | Takashi Kudo <takashi_kudo@hotmail.com> | Sun Nov 29 00:24:08 2020 +0900 |
committer | Sven Selberg <sven.selberg@axis.com> | Mon Dec 07 11:29:03 2020 +0000 |
tree | 4bf4bd07edeccd993c11adb48166449b93b58f7b | |
parent | 641476e153143c2b67e334b35626beb9b2534956 [diff] |
Fix error handling when project state is empty Before this change, an unexpected exception java.util.NoSuchElementException was thrown when the project state is empty, then Resolver could not handle this exception and this causes a Server Error. To fix this issue, a present check was added before the project state check. Bug: Issue 13492 Change-Id: I40a128bba8a0794b7daeb019ef0f75cefedef342 (cherry picked from commit a33c8b8d61b778f8ca84196b1a7cc1fd4fe24946)