Table of Contents

Matcher

Matcher is a GUI tool to match classes, fields, methods and parameters between two JARs based on semantic similarity by performing static analysis on the two.

Overview

Matcher present's a split panel view, with the input A jar on the left and input B jar on the right. Input A's classes are always visible, where as input B's classes are visible when not matched to any from input A.

Class entries are color coded to represent the matched status, red denotes unmatched, amber for partially matched and green for 100% matched (including methods and fields).

Using Matcher

Creating a New Project

Clicking FileNew project, a dialog window will appear with the following fields:

Note: If any of the jars in the input/class path is invalid, clicking creating a new project button will have no response!