Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] SDK build failure with javadoc warnings

We can probably change org.eclipse.jdt.core.compiler.problem.invalidJavadoc=error in all projects of eclipse SDK.
 
Another thing that is not detected is when a new warning has been added by a gerrit. Comparing number
of warnings before and after the gerrrit is probably 1 way to check it.

Regards,
Vikas
------------------------------------------------------------------------
Eclipse PDE Lead
IBM Cloud
EGL D Block - Bangalore, India
Office Phone No : +91 - 80 - 41776506
------------------------------------------------------------------------
 
 
----- Original message -----
From: "Christoph Läubrich" <laeubi@xxxxxxxxxxxxxx>
Sent by: "jdt-dev" <jdt-dev-bounces@xxxxxxxxxxx>
To: jdt-dev@xxxxxxxxxxx
Cc:
Subject: [EXTERNAL] Re: [jdt-dev] SDK build failure with javadoc warnings
Date: Sat, Jun 12, 2021 5:14 PM
 
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=570430 for example,
but actually there seem not much interest in such things...

Am 12.06.21 um 11:53 schrieb Gayan Perera:
> Hi JDT Friends,
>
> With a recent improvement i did, after merging to master it cause a
> build failure which was fix by @Andrey in
> https://git.eclipse.org/r/c/jdt/eclipse.jdt.core/+/181858 
> <https://git.eclipse.org/r/c/jdt/eclipse.jdt.core/+/181858>.
>
> Now i was wondering how we can make sure we catch these before we merge
> to master. Should we treat javadoc warning/errors in the same way in
> gerrit builds as well ?
>
> My intention is to keep master build stable as much as possible and find
> these kind of issues as early as possible.
>
> Best regards,
> Gayan.
>
> _______________________________________________
> jdt-dev mailing list
> jdt-dev@xxxxxxxxxxx
> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jdt-dev
>
_______________________________________________
jdt-dev mailing list
jdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jdt-dev
 


Back to the top