-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b08
-
generic
-
generic
-
Verified
The java.util package is being split among the base module and the xml module
as java.util.XMLUtils is currently included in the xml module due to its dependency.
As XMLUtils is an implementation class, it should be moved to a different package
to avoid splitting java.util package.
as java.util.XMLUtils is currently included in the xml module due to its dependency.
As XMLUtils is an implementation class, it should be moved to a different package
to avoid splitting java.util package.