This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
feat: Add pagination support for retrieving airlines, merchants, pass… #51
Annotations
4 warnings
qodana
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Kotlin Maven Plugin misconfigured:
pom.xml#L116
Kotlin plugin has no compile executions
|
Kotlin Maven Plugin misconfigured:
pom.xml#L89
You have kotlin-stdlib-jdk8 configured but no corresponding plugin execution
|
Number comparison using '==', instead of 'equals()':
src/main/java/com/sakurapuare/flightmanagement/services/impl/OrderServiceImpl.java#L96
Number objects are compared using `==`, not 'equals()'
|