Sandbox 1.3.3 is an experimental Java modernization toolkit for Eclipse IDE 2026-06 (4.40) and Java 21.
Included capabilities:
• JDT cleanups and quick fixes for explicit character encodings, JFace SubMonitor migration, Eclipse Platform Status creation, general type usage and PDE XML files.
• Supported JUnit 3 and JUnit 4 to Jupiter migrations, including selected coordinated multi-file migration cases.
• Functional loop conversion, Int-to-Enum migration and method-reuse analysis.
• TriggerPattern and code-pattern authoring tools.
• Usage and API search views.
• Optional CSS formatting and validation support.
• Installed Eclipse Help for the corresponding Sandbox features.
Sandbox deliberately focuses on transformations that can be analyzed and previewed. Unsupported or ambiguous migration shapes may remain unchanged rather than being transformed speculatively.
This project is beta software. Use source control, inspect the generated preview and run the affected test suite before accepting changes in production code.
Installation update site:
https://carstenartur.github.io/sandbox/releases/
Documentation:
https://carstenartur.github.io/sandbox/
Source code:
https://github.com/carstenartur/sandbox
Issues and support:
https://github.com/carstenartur/sandbox/issues
Release 1.3.3:
https://github.com/carstenartur/sandbox/releases/tag/v1.3.3
Categories: IDE, Programming Languages, Source Code Analyzer, Tools
Additional Details
Eclipse Versions: 2026-09 (4.41), 2026-06 (4.40), 2025-09 (4.37)
Platform Support: Windows, Mac, Linux/GTK
Development Status: Beta
Date Created: Sunday, December 15, 2024 - 16:49
License: EPL 2.0
Date Updated: Saturday, August 15, 2026 - 16:41
Submitted by: Carsten Hammer
| Date | Ranking | Installs | Clickthroughs |
|---|---|---|---|
| September 2026 | 0/0 | 0 | 0 |
| August 2026 | 284/538 | 7 | 8 |
| July 2026 | 1030/1050 | 1 | 16 |
| June 2026 | 0/0 | 0 | 13 |
| May 2026 | 555/608 | 1 | 11 |
| April 2026 | 0/0 | 0 | 21 |
| March 2026 | 620/627 | 1 | 37 |
| February 2026 | 541/620 | 2 | 18 |
| January 2026 | 463/631 | 4 | 9 |
| December 2025 | 461/621 | 5 | 14 |
| November 2025 | 371/626 | 14 | 12 |
| October 2025 | 417/637 | 8 | 9 |
| September 2025 | 426/653 | 8 | 8 |

Reviews Add new review
Junit 4 to Junit 5 cleanup
Submitted by Carsten Hammer on Sun, 12/15/2024 - 16:54
At carstenartur/sandbox: Sample implementation of Product based on Eclipse. there is a new feature to help migrating from Junit 4 to Junit 5.