On Sun, 12 May 2024 02:42:32 GMT, Chen Liang wrote:
>> Summary of the changes:
>> - Moved `com.sun.tools.classfile.Dependency` and `Dependencies` to jdeps;
>> they are exclusively used by jdeps in sources, and they are not used in any
>> tests too. This will ease the removal of `com.sun.tools.
On Sun, 12 May 2024 02:42:32 GMT, Chen Liang wrote:
>> Summary of the changes:
>> - Moved `com.sun.tools.classfile.Dependency` and `Dependencies` to jdeps;
>> they are exclusively used by jdeps in sources, and they are not used in any
>> tests too. This will ease the removal of `com.sun.tools.
On Sun, 12 May 2024 02:42:32 GMT, Chen Liang wrote:
>> Summary of the changes:
>> - Moved `com.sun.tools.classfile.Dependency` and `Dependencies` to jdeps;
>> they are exclusively used by jdeps in sources, and they are not used in any
>> tests too. This will ease the removal of `com.sun.tools.
On Sun, 12 May 2024 02:42:32 GMT, Chen Liang wrote:
>> Summary of the changes:
>> - Moved `com.sun.tools.classfile.Dependency` and `Dependencies` to jdeps;
>> they are exclusively used by jdeps in sources, and they are not used in any
>> tests too. This will ease the removal of `com.sun.tools.
> Summary of the changes:
> - Moved `com.sun.tools.classfile.Dependency` and `Dependencies` to jdeps;
> they are exclusively used by jdeps in sources, and they are not used in any
> tests too. This will ease the removal of `com.sun.tools.classfile` later.
> - A few visitor patterns have been re
Summary of the changes:
- Moved `com.sun.tools.classfile.Dependency` and `Dependencies` to jdeps; they
are exclusively used by jdeps in sources, and they are not used in any tests
too. This will ease the removal of `com.sun.tools.classfile` later.
- A few visitor patterns have been rewritten wi