Skip to content

Split package in jung-api, jung-graph-impl and demos/samples packages #233

@philippecade

Description

@philippecade

Split packages are not allowed from Java 9 anymore. The jsplitpkgscan tool can be used to find split packages.

When executing jsplitpkgscan tool on all the JAR files published on Maven, we get the following result:

digraph "summary" {
   "file:/jung-api-2.1.1.jar"                         -> "edu.uci.ics.jung.graph";
   "file:/jung-graph-impl-2.1.1.jar"                  -> "edu.uci.ics.jung.graph";
   "file:/jung-api-2.1.1.jar"                         -> "edu.uci.ics.jung.graph.util";
   "file:/jung-graph-impl-2.1.1.jar"                  -> "edu.uci.ics.jung.graph.util";
   "file:/jung-3d-demos-2.0.1.jar"                    -> "edu.uci.ics.jung.samples";
   "file:/jung-jai-samples-2.0.1.jar"                 -> "edu.uci.ics.jung.samples";
   "file:/jung-samples-2.1.1.jar"                     -> "edu.uci.ics.jung.samples";
}

The edu.uci.ics.jung.graph and edu.uci.ics.jung.graph.util packages exist both in the jung-api and in the jung-graph-impl JAR files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions