libgdx / libgdx/libgdx

ResolutionFileResolver provides no access to decorated FileHandleResolver

Open
#4,713 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.