Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Javadoc and JUnit tests
Javadoc and JUnit tests [message #254591] Wed, 23 April 2008 12:46 Go to next message
Vince O'Sullivan is currently offline Vince O'SullivanFriend
Messages: 25
Registered: July 2009
Junior Member
My Java projects have source code and JUnit test code in separate
directories (but the same packages) in the 'usual' manner.

My eclipse > preferences > java > compiler > javadoc preferences are set
to warn me of missing or malformed javadoc comments on public methods.
This is fine for the source code but unnecessary for my JUnit test code.

Is it possible to set different javadoc preferences for source and JUnit
test code within the same project?

Thanks,
Vince.
Re: Javadoc and JUnit tests [message #254600 is a reply to message #254591] Wed, 23 April 2008 12:52 Go to previous message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

Vince,

I believe project scoped preferences is the narrowest scope that's
supported.


Vince wrote:
> My Java projects have source code and JUnit test code in separate
> directories (but the same packages) in the 'usual' manner.
>
> My eclipse > preferences > java > compiler > javadoc preferences are
> set to warn me of missing or malformed javadoc comments on public
> methods. This is fine for the source code but unnecessary for my
> JUnit test code.
>
> Is it possible to set different javadoc preferences for source and
> JUnit test code within the same project?
>
> Thanks,
> Vince.
>
Previous Topic:Jboss as Default server in Eclipse
Next Topic:Mouse scroll not working
Goto Forum:
  


Current Time: Sun Oct 06 16:25:49 GMT 2024

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

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

Back to the top