SignedJarBuilder.java代码中变量重复定义
Open
- Dominant language
- C++
- Stars
- 7k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
在其中的writeEntry(InputStream input, JarEntry, enrty)方法中,
cout在while循环里又定义了一次,把读取的count值覆盖了
jar版本 1.0.2
Contributor guide
No contributing guide indexed for this repository
Research direction
Open SignedJarBuilder.java and locate writeEntry(InputStream input, JarEntry, enrty); inspect the count variable declaration and its use inside the while loop. Done means the duplicate definition is removed and the original read count is preserved, then run the available project build or checks for jar version 1.0.2.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100