assertj / assertj/assertj-swing
BasicRobot#packAndEnsureSafePosition(Window w) method overwrites the location of my application's window
- 主要言語
- Java
- スター
- 121
- フォーク
- 52
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
_Issue by **[Michaël LADOWICHX](http://jira.codehaus.org/secure/ViewProfile.jspa?name=zann12)** from Sat, 12 Mar 2011 03:06:17 -0600_
_Originally opened as http://jira.codehaus.org/browse/FEST-432_
---
In the application that I use for test, I set my frame location with "p.setLocation(400, 400)". When I trace the execution from FrameFixture#show() which is the method I call to display my frame, I can see that my location of the window is overwritten by the instruction w.setLocation(100, 100) found in the body of the method BasicRobot#packAndEnsureSafePosition(Window w).
---
votes (original issue): 0
watches (original issue): 0
コントリビューションガイド
調査の方向性
FrameFixture#show() から始めて BasicRobot#packAndEnsureSafePosition(Window w) を調査し、特に issue で説明されている w.setLocation(100, 100) の呼び出しを確認してください。p.setLocation(400, 400) で配置された frame を再現してください。表示してもアプリケーションが選択した位置を上書きしなくなれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- desktop, testing
- issue の種類
- バグ
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 35/100