Uploaded image for project: 'ProtoStream'
  1. ProtoStream
  2. IPROTO-210

@ProtoReserved will create comments instead of protobuf types

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Minor
    • None
    • 4.4.0.Final
    • None
    • False
    • False
    • Undefined

    Description

      If the class contains a @ProtoReserved annotation the result for the genereated schema with AutoProtoSchemaBuilder is a comment instead of a correct protobuf entry

      @ProtoReserved(names = { "test", "bla" }, numbers = { 10, 11, 12, 13 })
      public class TestEntry {}

      message TestEntry

      {   //reserved 10 to 13;   //reserved "bla",  "test"; }

       
       
       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rhn-support-wfink Wolf Fink
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: