-
Notifications
You must be signed in to change notification settings - Fork 18
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
🧹 code style fixes #374
🧹 code style fixes #374
Conversation
f01bbb9
to
2060990
Compare
most recently introduced, but also some misc improvements "along the way"
7a901bd
to
112d2d3
Compare
99279a9
to
a6199fd
Compare
see f924110d4dc8f4b09ef268f36e5f67811b5ae018
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.
See comment about OSHDBTimestampInterval.compareTo/equals.
oshdb-util/src/main/java/org/heigit/ohsome/oshdb/util/time/OSHDBTimestampInterval.java
Show resolved
Hide resolved
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.
Hi @rtroilo , I looked through all changes and left (quite) some comments inline. In general it looks good, of course! 👍
oshdb-tool/etl/src/main/java/org/heigit/ohsome/oshdb/tool/importer/extract/TypeStartFinder.java
Outdated
Show resolved
Hide resolved
oshdb-tool/etl/src/main/java/org/heigit/ohsome/oshdb/tool/importer/extract/TypeStartFinder.java
Outdated
Show resolved
Hide resolved
oshdb-tool/etl/src/main/java/org/heigit/ohsome/oshdb/tool/importer/extract/TypeStartFinder.java
Outdated
Show resolved
Hide resolved
oshdb-tool/etl/src/main/java/org/heigit/ohsome/oshdb/tool/importer/extract/cli/ExtractArgs.java
Outdated
Show resolved
Hide resolved
oshdb-tool/etl/src/main/java/org/heigit/ohsome/oshdb/tool/importer/load/LoaderKeyTables.java
Outdated
Show resolved
Hide resolved
oshdb-util/src/main/java/org/heigit/ohsome/oshdb/util/time/OSHDBTimestampInterval.java
Show resolved
Hide resolved
oshdb-tool/etl/src/main/java/org/heigit/ohsome/oshdb/tool/importer/util/OSHDbToIgnite.java
Outdated
Show resolved
Hide resolved
oshdb-tool/etl/src/main/java/org/heigit/ohsome/oshdb/tool/importer/util/OSHDbToIgnite.java
Outdated
Show resolved
Hide resolved
oshdb-tool/etl/src/main/java/org/heigit/ohsome/oshdb/tool/importer/util/SizeEstimator.java
Outdated
Show resolved
Hide resolved
oshdb-tool/etl/src/main/java/org/heigit/ohsome/oshdb/tool/importer/load/LoaderKeyTables.java
Outdated
Show resolved
Hide resolved
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.
@tyrasd thank you for your effort.
you too 😘 |
global code style clean up 🧹
Checklist
I have commented my codeI have written javadoc (required for public methods)I have added sufficient unit testsI have made corresponding changes to the documentationI have updated the CHANGELOG.mdI have adjusted the examples or created an issue in the corresponding repositoryI have adjusted the benchmark or created an issue in the corresponding repository