Uploaded image for project: 'mdsal'
  1. mdsal
  2. MDSAL-678

Incorrect @NonNull with binary requireFoo()

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • High
    • Resolution: Done
    • 8.0.0, 7.0.9
    • 7.0.10, 8.0.6
    • Binding codegen

    Description

      Code generator ends up generating this method:

          default @NonNull byte[] requireSpeakerEntityIdValue() {
              // ...
          }
      

      The problem here is that @NonNull placement, as that is a TYPE_USE annotation and therefore needs to look like this:

          default byte @NonNull[] requireSpeakerEntityIdValue() {
              // ...
          }
      

      find the offender and fix it up.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              rovarga Robert Varga
              rovarga Robert Varga
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: