RFR: JDK-8289741 : Remove unused imports from DTDBuilder.java
ScientificWare
duke at openjdk.org
Tue Jul 5 12:19:18 UTC 2022
On Tue, 5 Jul 2022 01:53:33 GMT, Julian Waters <jwaters at openjdk.org> wrote:
>> This is tracked in JBS as
>>
>> [JDK-8289741](https://bugs.openjdk.org/browse/JDK-8289741)
>>
>>> **Remove unused imports from DTDBuilder.java**
>> Some imports are no more used.
>>
>> - java.io.FileNotFoundException;
>> - java.io.BufferedInputStream;
>> - java.io.OutputStream;
>> - java.util.BitSet;
>> - java.util.StringTokenizer;
>> - java.util.Properties;
>> - java.util.zip.DeflaterOutputStream;
>> - java.util.zip.Deflater;
>> - java.net.URL;
>
> @scientificware Do you need an entry in the JBS for this PR?
Hi @TheShermanTanker,
Yes I need it.
I'm waiting for the Issue Id.
Regards
> Alright, was asking since I can help create one for you, but it seems that others already have it covered
@TheShermanTanker , thank you for asking and helping.
> it seems that others already have it covered
In fact, I don't known.
Yesterday, I posted 3 reports in the Java Bug Database and I have no feedback at this moment.
-------------
PR: https://git.openjdk.org/jdk/pull/9360
More information about the build-dev
mailing list