RFR: JDK-8289741 : Remove unused imports from DTDBuilder.java

Julian Waters jwaters at openjdk.org
Tue Jul 5 12:19:18 UTC 2022


On Tue, 5 Jul 2022 03:40:51 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;
>
> 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 dont known. Yesterday, I posted 3 reports in the Java Bug Database and I have no feedback at this moment.

Well, in that case, wait no longer!
Your issue ID is [8289741](https://bugs.openjdk.org/browse/JDK-8289741), just change your title to "8289741" and the automated tooling should take care of the rest and send this PR to the appropriate teams for review.

All the best!

-------------

PR: https://git.openjdk.org/jdk/pull/9360



More information about the build-dev mailing list