jenkinsci / jenkinsci/java-client-api
Build.getTestReport will throw IOException during serialization
オープン
- 主要言語
- Java
- スター
- 913
- フォーク
- 466
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
When I try to serial JonWithDetail, the metho getTestReport in Build.class will throw IOException because the test report does not exist.
It caused issue when I try to serial the whole java object. Is there way to avoid this issue? If the test report request not returned properly, return null instead of throwing exception?
コントリビューションガイド
調査の方向性
まず JonWithDetail をシリアライズするときの Build.class と getTestReport を調べ、次にテストレポートがない場合の処理を追跡します。テストレポートのリクエストがレポートを返さない場合でもシリアライズで IOException がスローされず、結果の値が null になれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- api
- issue の種類
- バグ
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 48/100