Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.C58, 3.8.0

Number of source files: 135 Number of classfiles: 218

Problems: 1 (Errors: 0 Warnings: 1 )

Source File: org/eclipse/wst/server/core/internal/tar/TarFile.java
1. WARNING: UnclosedCloseableAtExit

Resource leak: 'in' is not closed at this location

TarFile.java :

117 : in = new FileInputStream(file);