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 |
|---|---|---|---|
| January 2026 | 0/0 | 0 | 3 |
| 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 |
| July 2025 | 331/636 | 18 | 9 |
| June 2025 | 307/627 | 23 | 18 |
| May 2025 | 337/634 | 19 | 13 |
| April 2025 | 412/623 | 9 | 12 |
| March 2025 | 381/661 | 18 | 15 |
| February 2025 | 285/645 | 41 | 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)