Skip to content

1 code cleanup - #3

Merged
PatrickZdarsky merged 10 commits into
mainfrom
1-code-cleanup
Jun 4, 2026
Merged

1 code cleanup#3
PatrickZdarsky merged 10 commits into
mainfrom
1-code-cleanup

Conversation

@PatrickZdarsky

Copy link
Copy Markdown
Contributor

Closes #1

Patrick Zdarsky and others added 10 commits February 3, 2026 09:48
- Add .editorconfig for consistent coding styles across files
- Remove custom import order from checkstyle.xml
- Update Activity.java to remove unnecessary nullable attribute
- Add @NoArgsConstructor to ConvertUtil and RoutingKeys for better utility class design
- Add @nonnull annotation to NonDevTestCondition for improved null safety
- Add @EqualsAndHashCode to UserAuthenticationToken for better equality checks
- Renamed service packages for better organization and clarity.
- Updated method signatures in ActivityService to enforce non-null parameters.
- Enhanced JavaDoc comments for methods in ActivityService to provide clearer usage instructions and exceptions.
- Replace URL constructor with URI.create().toURL() for better handling of URLs
- Enhance validation exception message for clarity
@PatrickZdarsky
PatrickZdarsky merged commit 5b6d896 into main Jun 4, 2026
4 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.

Code Cleanup

1 participant