On Mon, Jan 27, 2020, 4:57 AM Gilles Sadowski wrote:
> Hello.
>
Hi,
>
> Le dim. 26 janv. 2020 à 18:06, Amey Jadiye a écrit
> :
> >
> > For almost all the repo[1][2] this is suddenly dropped I can see an event
> > in coverage activity written as "Quality Profile: Changes in 'Sonar way'
> > (Java
Hi.
Le lun. 27 janv. 2020 à 09:56, Amey Jadiye a écrit :
>
> On Mon, Jan 27, 2020, 4:57 AM Gilles Sadowski wrote:
>
> > Hello.
> >
> Hi,
>
> >
> > Le dim. 26 janv. 2020 à 18:06, Amey Jadiye a écrit
> > :
> > >
> > > For almost all the repo[1][2] this is suddenly dropped I can see an event
> > >
I’ve had a look at the Serialization of CSVRecord. Fields have been added and
removed from CSVRecord as:
1.0
/** The accumulated comments (if any) */
private final String comment;
/** The column name to index mapping. */
private final Map mapping;
/** The record number. */
private final long r
On Mon, Jan 27, 2020 at 6:54 PM Alex Herbert
wrote:
> I’ve had a look at the Serialization of CSVRecord. Fields have been added
> and removed from CSVRecord as:
>
> 1.0
>
> /** The accumulated comments (if any) */
> private final String comment;
>
> /** The column name to index mapping. */
> priv