hashgraph / pbj

A performance optimized Google Protocol Buffers code generator, parser, and Gradle module.
Apache License 2.0
22 stars 6 forks source link

Minor ugly code formatting in generated code #192

Open jasperpotts opened 9 months ago

jasperpotts commented 9 months ago

Description

We have tried hard to generate clean code. Indenting is wrong on Java Doc for these methods in generated ProtoCodec

They all start like:


        /**
     * Parses a Everything object from ProtoBuf bytes in a {@link ReadableSequentialData} in strict mode, such that
     * parsing will fail if the encoded protobuf object contains any fields that are unknown to this

Steps to reproduce

generate code

Additional context

No response

Hedera network

other

Version

latest

Operating system

None

samswag commented 1 month ago

@jasperpotts , is it possible to use the "good first issue template"? This would make it easier for people to know what to do and make our issue template consistent.

Here is an example issue template.