Notification about further migration steps I encountered
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 55/100
- Issue type
- Documentation
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- java
- Domain
- documentation
Research direction
Start with the AssertJ Swing migration guide linked in the issue and compare its existing migration steps with the four reported API changes. Document these replacements in the guide, then verify that all four migration steps are clearly stated for users upgrading from fest-swing 1.2 to assertj-swing-junit 3.17.1.
Written by the indexing model from the issue text.
Description
In response to
please don't hesitate to notify us about further migration steps you encounter!
Source: https://joel-costigliola.github.io/assertj/assertj-swing-migrating.html
Here are the four additional steps I had to perform when upgrading from org.easytesting:fest-swing:1.2 to org.assertj:assertj-swing-junit:3.17.1:
org.fest.swing.driver.JTableCellValidator.validateCellIndiceswas renamed toorg.assertj.swing.driver.JTableCellPreconditions.checkCellIndicesInBoundsorg.fest.swing.query.ComponentBackgroundQuery.backgroundOf(component)had to be replaced withorg.assertj.swing.edt.GuiActionRunner.execute(() -> component.getBackground())org.fest.swing.query.ComponentFontQuery.fontOf(component)had to be replaced withorg.assertj.swing.edt.GuiActionRunner.execute(() -> component.getFont())org.fest.swing.query.ComponentForegroundQuery.foregroundOf(component)had to be replaced withorg.assertj.swing.edt.GuiActionRunner.execute(() -> component.getForeground())
- Dominant language
- Java
- Stars
- 121
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from assertj/assertj-swing
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
assertj/assertj-swing#279 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 48/100
assertj/assertj-swing#278 · 1 comment ·
-
Difficulty 4/5 3-5 days Newbie friendliness 30/100
assertj/assertj-swing#276 · 1 comment ·
-
Update unit test to avoid deprecated `ExpectedException.none()` by using `Assert.assertThrows()` Open
Difficulty 4/5 3-5 days Newbie friendliness 35/100
assertj/assertj-swing#275 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
assertj/assertj-swing#277 · 1 comment ·
All issues in assertj/assertj-swing
Similar issues
-
area/plugin
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
kestra-io/plugin-kestra#190 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
google-ai-edge/LiteRT-LM#3739 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
integra-team-red/meet-map#249 ·
-
[Studio][Bug] Cancelled create-user dialog keeps the password and admin switch for the next attempt Open
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
apache/rocketmq-dashboard#5064 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
wso2/dpdp-accelerator#287 ·