Explore project analysis

The Explore project analysis provides the information about all the resources inside a Java project, including packages, classes, and methods.

To explore the Java project resources, complete the following steps:
  1. In the Explore Projects view of IBM® ADDI Analyze Client, select a Java project. Then, from the right panel with the available analysis on the project, select Explore project.
    Explore project
    You will be redirected to a new view that displays the list of packages included in the selected project.
    Select packages
  2. Select a package from the list. You will see the following properties in the Properties tab:
    • Name: The name of the resource.
    • Library: True indicates that the resource comes from a third party library while False indicates that the resource comes from its own code.
    • Type: The type of the selected resource.
    Note: These properties apply for all the resources inside a Java project, including packages, classes, and methods.
  3. Double-click a package from the list. You will be redirected to a new view that displays the classes inside the selected package. The title of the tab corresponding to the new view will include the selected package.
    Select classes
  4. Double-click a class from the list. You will be redirected to a new view that displays the methods that are defined inside the selected class. The title of the tab corresponding to the new view will include the selected class.
    Select methods
    Note: You can navigate through those views at any time if you want to see the resources for different entries.
  5. In the view to explore methods, double-click a method from the list to trigger the source code view for the selected resource.
    Note: The source code view cannot be triggered for third-party classes or methods.