Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce visibility and remove unused methods from FileInfoReader #599

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

laeubi
Copy link
Member

@laeubi laeubi commented Jan 7, 2025

Currently FileInfoReader has some public methods even though no one use them anywhere, also a protected field that is only used internally and a method that is never called.

To make refactroing easier and the code more hiding its internal details, this now reduce visibility as much as possible and remove unused methods.

Currently FileInfoReader has some public methods even though no one use
them anywhere, also a protected field that is only used internally and a
method that is never called.

To make refactroing easier and the code more hiding its internal
details, this now reduce visibility as much as possible and remove
unused methods.
Copy link

github-actions bot commented Jan 7, 2025

Test Results

  375 files  ±0    375 suites  ±0   46m 11s ⏱️ + 3m 29s
1 904 tests ±0  1 901 ✅ ±0  3 💤 ±0  0 ❌ ±0 
6 712 runs  ±0  6 703 ✅ ±0  9 💤 ±0  0 ❌ ±0 

Results for commit 556e1a2. ± Comparison against base commit 7c95f43.

@laeubi laeubi merged commit 1d1d416 into eclipse-equinox:master Jan 7, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant