Re: Warning in Netbeans: what does it mean?
Owen Thomas <[email protected]> Fri, 28 Nov 2025 07:35:33 +1100
| Newsgroups | gmane.comp.java.ide.netbeans.user |
|---|---|
| Message-ID | <CACtgfNnMg4i1tePEkJLd1p6FXY5KV8hURTAR5RJ+fUC1-CSLvw@mail.gmail.com> |
Thanks for your response Alonso. I needed a method to accept an unspecified number of byte arrays - this seemed like a perfect application of the variable arguments notation. It just struck me as strange that the editor would give me this warning. I don't use the variable arguments notation often (never before where the arguments were themselves arrays), so I asked the question in this list in the hope that I would understand the rationale that motivated someone to have the editor provide the warning. Thanks again, Owen.