Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

hashgraph/hedera-block-node

ata-nas created a review on a pull request on hashgraph/hedera-block-node

View on GitHub

ata-nas created a review comment on a pull request on hashgraph/hedera-block-node
Again was in the original code, I agree to remove it.

View on GitHub

ata-nas created a review on a pull request on hashgraph/hedera-block-node

View on GitHub

ata-nas created a review comment on a pull request on hashgraph/hedera-block-node
As a best practice, an error must be thrown, because we could without problem create an instance of this class using reflection, no matter that the constructor is private. When we have an exception...

View on GitHub

ata-nas created a review on a pull request on hashgraph/hedera-block-node

View on GitHub

ata-nas created a review comment on a pull request on hashgraph/hedera-block-node
the `@NonNull` was present in the code that these were coming from, I also was wondering why it existed, thanks for pointing out, will be removed. For the javadoc, do we really need it? Do we need...

View on GitHub

ata-nas created a review on a pull request on hashgraph/hedera-block-node

View on GitHub

ata-nas created a review comment on a pull request on hashgraph/hedera-block-node
agree

View on GitHub

ata-nas created a review on a pull request on hashgraph/hedera-block-node

View on GitHub

ata-nas created a review comment on a pull request on hashgraph/hedera-block-node
This is an example generic error message here, I think there are some error messages we would see across modules, as this is an example, I am sure this would be used in a place where we will have a...

View on GitHub

ata-nas created a review on a pull request on hashgraph/hedera-block-node

View on GitHub

ata-nas created a review comment on a pull request on hashgraph/hedera-block-node
could agree that there is not much added value for the class `String`

View on GitHub

ata-nas created a review on a pull request on hashgraph/hedera-block-node

View on GitHub

ata-nas created a review on a pull request on hashgraph/hedera-block-node

View on GitHub

ata-nas created a review on a pull request on hashgraph/hedera-block-node

View on GitHub

codecov[bot] created a comment on a pull request on hashgraph/hedera-block-node
## [Codecov](https://app.codecov.io/gh/hashgraph/hedera-block-node/pull/258?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_ter...

View on GitHub

codecov[bot] created a comment on a pull request on hashgraph/hedera-block-node
## [Codecov](https://app.codecov.io/gh/hashgraph/hedera-block-node/pull/258?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_ter...

View on GitHub

AlfredoG87 created a review comment on a pull request on hashgraph/hedera-block-node
could be simpler to do ```suggestion private StringConstants() { } ``` with a comment that this is a utility class, so that constructor is unreachable, no instances are supported. I thi...

View on GitHub

AlfredoG87 created a review comment on a pull request on hashgraph/hedera-block-node
Again, why `@NonNull` I think we should only use this decorator on parameters.

View on GitHub

AlfredoG87 created a review comment on a pull request on hashgraph/hedera-block-node
Could we add a JavaDoc for each one of these aswell? Do we need to decorate them with @NonNull?

View on GitHub

AlfredoG87 created a review comment on a pull request on hashgraph/hedera-block-node
also remove the '@link String` and improve the doc.

View on GitHub

AlfredoG87 created a review comment on a pull request on hashgraph/hedera-block-node
Should Error messages be shared across projects? why?

View on GitHub

AlfredoG87 created a review comment on a pull request on hashgraph/hedera-block-node
we could remove the "@link String` since I don't think it adds that much value.

View on GitHub

AlfredoG87 created a review comment on a pull request on hashgraph/hedera-block-node
seems redundant to set `application` plugin when is already part of the "com.hedera.block.common" plugin. Also, see prior comment between `application` and `java-library`

View on GitHub

AlfredoG87 created a review comment on a pull request on hashgraph/hedera-block-node
should this be an application? or library? take a look at [protobuf](https://github.com/hashgraph/hedera-block-node/blob/main/buildSrc/src/main/kotlin/com.hedera.block.protobuf.gradle.kts) build s...

View on GitHub

AlfredoG87 created a review on a pull request on hashgraph/hedera-block-node
LG, leaved just some nits and questions.

View on GitHub

AlfredoG87 created a review on a pull request on hashgraph/hedera-block-node
LG, leaved just some nits and questions.

View on GitHub

codecov[bot] created a comment on a pull request on hashgraph/hedera-block-node
## [Codecov](https://app.codecov.io/gh/hashgraph/hedera-block-node/pull/251?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_ter...

View on GitHub

ata-nas created a review comment on a pull request on hashgraph/hedera-block-node
Resolved, accepted method for that is we only use `@NonNull` or `@Nullable` from spotbugs and if there are any special requirements like not blank here, we must simply put in javadoc

View on GitHub

ata-nas created a review on a pull request on hashgraph/hedera-block-node

View on GitHub

Load more