ResolutionFileResolver provides no access to decorated FileHandleResolver
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 25.4k
- Forks
- 6.5k
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 5
Description
Issue details
FileHandleResolver baseResolver field of ResolutionFileResolver is protected, which makes it harder to access. This is inconsistent with PrefixFileHandleResolver, which exposes all internal settings. Both descriptors and baseResolver fields could use public getters.
Version of LibGDX
1.9.6, most likely affects previous versions.
Please select the affected platforms
- Android
- iOS (robovm)
- iOS (MOE)
- HTML/GWT
- Windows
- Linux
- MacOS
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search for ResolutionFileResolver and compare its fields with PrefixFileHandleResolver. Confirm the requested public getters for descriptors and baseResolver, then check the relevant tests or API usage to verify that both values are accessible without changing existing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100