apache / apache/maven-build-cache-extension
CahcheUtils throws raw runtime exception
Open
Beginner friendly
bug
- Dominant language
- Java
- Stars
- 163
- Forks
- 77
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 4
Description
### Affected version
HEAD
### Bug description
This is almost certainly wrong. There should be a checked exception here
```
throw new RuntimeException("Bad zip entry");
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Search the repository for the exact "Bad zip entry" message and read the surrounding zip-entry handling and existing exception conventions first. Done means the bad-entry path no longer exposes a raw runtime exception and the affected behavior is covered by the project's existing verification.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100