WittyGitty247 / auto-update-apk-client

Automatically exported from code.google.com/p/auto-update-apk-client
0 stars 0 forks source link

Resource leak reported by Eclipse (Juno, 4.2.1) #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Having 'AutoUpdateApk.java' open in Eclipse-Editor
2. Line 410 in unchanged code shows a warning
3.

What is the expected output? What do you see instead?
- no warning
- Eclipse warning:
"BufferedInputStream bis = new BufferedInputStream(fis);" <--- "Resource leak: 
'bis' is never closed"

What version of the product are you using? On what operating system?
- Windows 7 (SP1), Eclipse (Juno, 4.2.1), auto-update-apk-client_2012-10-04

Please provide any additional information below.
-

Original issue reported on code.google.com by uwe.pl...@gmail.com on 25 Nov 2012 at 9:59

GoogleCodeExporter commented 9 years ago
thanks!

shoule be fixed in repository, please update.

Original comment by lenik.terenin on 26 Nov 2012 at 1:06