The Migration Toolkit for Applications (MTA) plugin for Eclipse Platform-based IDEs.
Provides tooling to accelerate application migration by marking migration issues in the source code, provides guidance to fix the issues, and offers automatic code replacement when possible.
Read more about MTA here.
Categories: Tools
Tags: jbosstools, mta, mtr, windup
Additional Details
Eclipse Versions: 2025-09 (4.37), 2025-06 (4.36), 2025-03 (4.35), 2024-12 (4.34), 2024-09 (4.33), 2024-06 (4.32), 2024-03 (4.31), 2023-12 (4.30), 2023-09 (4.29), 2025-12 (4.38), 2023-06 (4.28), 2023-03 (4.27), 2022-12 (4.26), 2022-09 (4.25)
Platform Support: Windows, Mac, Linux/GTK
Organization Name: Red Hat, Inc.
Development Status: Production/Stable
Date Created: Tuesday, March 28, 2023 - 05:11
License: EPL
Date Updated: Friday, September 12, 2025 - 12:10
Submitted by: JBoss Tools
| Date | Ranking | Installs | Clickthroughs |
|---|---|---|---|
| August 2026 | 0/0 | 0 | 0 |
| July 2026 | 833/1024 | 1 | 5 |
| June 2026 | 0/0 | 0 | 13 |
| May 2026 | 0/0 | 0 | 5 |
| April 2026 | 0/0 | 0 | 15 |
| March 2026 | 0/0 | 0 | 9 |
| February 2026 | 547/620 | 2 | 8 |
| January 2026 | 528/631 | 2 | 15 |
| December 2025 | 0/0 | 0 | 23 |
| November 2025 | 0/0 | 0 | 10 |
| October 2025 | 549/637 | 2 | 13 |
| September 2025 | 396/653 | 11 | 12 |
| August 2025 | 307/615 | 22 | 20 |

Reviews Add new review
7.2.0/2025-06: Fails to run: "Cannot read field "modelService""
Submitted by George Lindholm on Wed, 08/27/2025 - 16:54
Seeing this when I try to run the plugin:
java.lang.NullPointerException: Cannot read field "modelService" because "org.jboss.tools.windup.ui.internal.explorer.IssueExplorer.current" is nullat org.jboss.tools.windup.ui.internal.launch.WindupLaunchDelegate.launch(WindupLaunchDelegate.java:77)at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:777)at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:688)at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1052)at org.eclipse.debug.internal.ui.DebugUIPlugin$1.run(DebugUIPlugin.java:1255)at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)