Re: Is it possible to to fix "undocumented format parameter" warning in @NbBundle.Messages?
"benno.markiewicz" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
Number 1 must also be documented. Den 11 okt. 2016 9:29 fm skrev Jean-Marc Borer <[email protected]>: > > Hello guys, > > When I use parametrized messages like @NbBundle.Messages({"LBL_Name=Repository {0} ({1})"}), NB always complaints the the format is not documented. > > Doing: @NbBundle.Messages({"# {0}: name", "LBL_Name=Repository {0} ({1})"}) doesn't help either. > > I googled for this issue and didn't find anything. Anyone an idea? I like fixing warnings properly ;) > > Cheers > > JMB