-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Feature/weather categories #626
base: master
Are you sure you want to change the base?
Conversation
dbd5e80
to
39e68bb
Compare
39e68bb
to
cc17334
Compare
metarParser-entities/src/main/java/io/github/mivek/model/Metar.java
Outdated
Show resolved
Hide resolved
metarParser-entities/src/main/java/io/github/mivek/model/Metar.java
Outdated
Show resolved
Hide resolved
metarParser-entities/src/main/java/io/github/mivek/model/FAAWeatherCategory.java
Outdated
Show resolved
Hide resolved
metarParser-entities/src/main/java/io/github/mivek/model/Metar.java
Outdated
Show resolved
Hide resolved
cc17334
to
0f5a792
Compare
metarParser-services/src/main/java/io/github/mivek/service/WeatherCategoryService.java
Show resolved
Hide resolved
metarParser-services/src/main/java/io/github/mivek/service/MetarService.java
Outdated
Show resolved
Hide resolved
metarParser-entities/src/main/java/io/github/mivek/model/Metar.java
Outdated
Show resolved
Hide resolved
metarParser-commons/src/test/java/io/github/mivek/utils/ConverterTest.java
Outdated
Show resolved
Hide resolved
metarParser-services/src/main/java/io/github/mivek/service/MetarService.java
Outdated
Show resolved
Hide resolved
metarParser-services/src/test/java/io/github/mivek/service/WeatherCategoryServiceTest.java
Outdated
Show resolved
Hide resolved
04c8f71
to
6a3ad35
Compare
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.
The code looks good now.
There are checks failing and the maven verify
command is also failing.
metarParser-services/src/test/java/io/github/mivek/service/WeatherCategoryServiceTest.java
Outdated
Show resolved
Hide resolved
6a3ad35
to
263e2b8
Compare
metarParser-services/src/main/java/io/github/mivek/service/WeatherCategoryService.java
Outdated
Show resolved
Hide resolved
59cca3a
to
10cf777
Compare
All checks green now |
10cf777
to
6ed9015
Compare
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.
Looks good to me. One last question, do you want to add string representation for the weatherCategories ?
Only if you want me to do that. Personally i don't need it. |
metarParser-services/src/test/java/io/github/mivek/service/WeatherCategoryServiceTest.java
Outdated
Show resolved
Hide resolved
…ometers and double in kilometers to double in statue miles
6ed9015
to
4cbe797
Compare
No description provided.