Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 239 by
jonathan...@hotmail.com: Jsava code has numerous javadoc
warnings
http://code.google.com/p/protobuf-dt/issues/detail?id=239
What steps will reproduce the problem?
1. Enable javadoc warnings for project
2. Use protoc to generate java code and add to project
3. Note the numerous warnings
What is the expected output? What do you see instead?
Should not be any java doc warnings
What version of the product are you using? On what operating system?
2.5.0
Please provide any additional information below.
Trivial fix. Just add this line of code code
printer->Print("@SuppressWarnings(\"javadoc\")\n\n");
to java_file.cc, line 196 just before this:
printer->Print(
"public final class $classname$ {\n"
" private $classname$() {}\n",
"classname", classname_);
printer->Indent();
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings