Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Some classes: no Warnings. Why?(Some classes show no warnings in editor)
icon4.gif  Some classes: no Warnings. Why? [message #641694] Fri, 26 November 2010 14:16 Go to next message
Eclipse UserFriend
Most of my classes show Warnings as expected - some don't. No Javadoc warnings, no missing Serial UID, etc. Class and methods are public.

This has been going on for some time across several releases and installations of JDT, but I've detected no pattern to it.

Any ideas?


BTW, how does one run serialver from within the IDE?

TIA

[Updated on: Fri, 26 November 2010 14:21] by Moderator

Re: Some classes: no Warnings. Why? [message #641838 is a reply to message #641694] Sun, 28 November 2010 11:33 Go to previous messageGo to next message
Eclipse UserFriend
I'm starting to wonder now if I'm wrong - that the classes and methods without warnings are all public. If you take the 'public' modifier off a method with Javadoc warnings, the warnings go away.

So let's try another tack: How can I set warnings so that they appear in non-public methods and classes?
Re: Some classes: no Warnings. Why? [message #641872 is a reply to message #641838] Sun, 28 November 2010 21:02 Go to previous message
Eclipse UserFriend
On 11/28/2010 10:03 PM, Dennis Forcier wrote:
> So let's try another tack: How can I set warnings so that they appear in
> non-public methods and classes?
Have you tried to tweak preferences on Java > Compiler > Javadoc
preference page ?
Previous Topic:need help with a lab report
Next Topic:Providing Examples at New --> Examples Wizard
Goto Forum:
  


Current Time: Sat Jul 19 17:51:13 EDT 2025

Powered by FUDForum. Page generated in 0.04387 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top