-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Change groupid #355
Change groupid #355
Conversation
@@ -35,7 +35,7 @@ | |||
* @version 1.0.0 | |||
* @author Katsute | |||
*/ | |||
public interface FullMediaItem<MediaType extends Enum<?>,Status extends Enum<?>,ListStatus extends com.kttdevelopment.mal4j.property.ListStatus<?>,Recommendation extends com.kttdevelopment.mal4j.property.Recommendation,Statistics extends com.kttdevelopment.mal4j.property.Statistics> extends MediaItem<MediaType,Status,ListStatus> { | |||
public interface FullMediaItem<MediaType extends Enum<?>,Status extends Enum<?>,ListStatus extends dev.katsute.mal4j.property.ListStatus<?>,Recommendation extends dev.katsute.mal4j.property.Recommendation,Statistics extends dev.katsute.mal4j.property.Statistics> extends MediaItem<MediaType,Status,ListStatus> { |
Check notice
Code scanning / CodeQL
Class has same name as super class
@@ -35,7 +35,7 @@ | |||
* @version 1.0.0 | |||
* @author Katsute | |||
*/ | |||
public interface FullMediaItem<MediaType extends Enum<?>,Status extends Enum<?>,ListStatus extends com.kttdevelopment.mal4j.property.ListStatus<?>,Recommendation extends com.kttdevelopment.mal4j.property.Recommendation,Statistics extends com.kttdevelopment.mal4j.property.Statistics> extends MediaItem<MediaType,Status,ListStatus> { | |||
public interface FullMediaItem<MediaType extends Enum<?>,Status extends Enum<?>,ListStatus extends dev.katsute.mal4j.property.ListStatus<?>,Recommendation extends dev.katsute.mal4j.property.Recommendation,Statistics extends dev.katsute.mal4j.property.Statistics> extends MediaItem<MediaType,Status,ListStatus> { |
Check notice
Code scanning / CodeQL
Class has same name as super class
} | ||
}); | ||
|
||
private final Integer year = requireNonNull(() -> Integer.valueOf(parts[0])); |
Check notice
Code scanning / CodeQL
Missing catch of NumberFormatException
}); | ||
|
||
private final Integer year = requireNonNull(() -> Integer.valueOf(parts[0])); | ||
private final Integer month = requireNonNull(() -> Integer.valueOf(parts[1])); |
Check notice
Code scanning / CodeQL
Missing catch of NumberFormatException
|
||
private final Integer year = requireNonNull(() -> Integer.valueOf(parts[0])); | ||
private final Integer month = requireNonNull(() -> Integer.valueOf(parts[1])); | ||
private final Integer day = requireNonNull(() -> Integer.valueOf(parts[2])); |
Check notice
Code scanning / CodeQL
Missing catch of NumberFormatException
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Katsute I have approved this pull request
Prerequisites
Issues must meet the following criteria:
GitHub Copilot Disclaimer
The use of GitHub Copilot is strictly prohibited on this repository.
Changes Made
List any changes made and/or other relevant issues.
com.kttdevelopment
→dev.katsute
WF-3897071556
Release Notes
🛑 This major update includes breaking changes 🛑
com.kttdevelopment
todev.katsute
com.kttdevelopment
todev.katsute
com.kttdevelopment.mal4j
todev.katsute.mal4j.exceptions
NullableDate
instead of aDate
To bring your code up to date:
com.kttdevelopment
todev.katsute
import com.kttdevelopment.mal4j
withimport dev.katsute.mal4j
dev.katsute.mal4j.exceptions
, fix this import manually