-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Description
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
Labels
No labels