Is it possible to to fix "undocumented format parameter" warning in @NbBundle.Messages?
Jean-Marc Borer <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CADAUzbns5X0yJht9AD_Y7XQNcS1isth7LPRJ00LXNB9mv6J5Ww@mail.gmail.com> |
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