commit | a33c8b8d61b778f8ca84196b1a7cc1fd4fe24946 | [log] [tgz] |
---|---|---|
author | Takashi Kudo <takashi_kudo@hotmail.com> | Sun Nov 29 00:24:08 2020 +0900 |
committer | Takashi Kudo <takashi_kudo@hotmail.com> | Sun Nov 29 00:47:01 2020 +0900 |
tree | a0f56a977fb21240a402983b7ba3b53bf8703c40 | |
parent | e929d29973ac732a096d1920b8060eafdd04316e [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