You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JavaClassVisitor is responsible for looping over all ArchiveEntries and identify Java Classes by file extension. The Java Classes are marked in the graph with references to the ArchiveEntries representing the Java Class. This visitor will also create relationships for Extends, Implements, and Imports between Java Classes.
Green nodes represent nodes added by this visitor to the Windup Graph.