Skip to content

Remove raw types from SortedProperties.keySet()#396

Closed
elharo wants to merge 1 commit into
masterfrom
fix-392-sorted-properties-raw-types
Closed

Remove raw types from SortedProperties.keySet()#396
elharo wants to merge 1 commit into
masterfrom
fix-392-sorted-properties-raw-types

Conversation

@elharo

@elharo elharo commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Fixes #392

Replace the raw List / ArrayList (masked by @SuppressWarnings({rawtypes, unchecked})) with a properly parameterized List<String> populated via an explicit typed loop. Collections.sort is now also type-safe.

@elharo elharo closed this Jul 1, 2026
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.

SortedProperties uses raw types

1 participant