You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (JIRA)" <ji...@apache.org> on 2018/12/15 16:24:00 UTC

[jira] [Updated] (MJAVADOC-357) Error Generating Javadoc with javadoc:fix.

     [ https://issues.apache.org/jira/browse/MJAVADOC-357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Scholte updated MJAVADOC-357:
------------------------------------
    Component/s: fix

> Error Generating Javadoc with javadoc:fix.
> ------------------------------------------
>
>                 Key: MJAVADOC-357
>                 URL: https://issues.apache.org/jira/browse/MJAVADOC-357
>             Project: Maven Javadoc Plugin
>          Issue Type: Bug
>          Components: fix
>    Affects Versions: 2.7, 2.8, 2.9
>            Reporter: Massimo Albertin
>            Priority: Major
>
> I found a problem creating javadoc comments with goal javadoc:fix when I execute this goal multiple times on the same project. Comment for some constructor parameter are duplicated during different execution. Following the constructor:
> {code}
> public AnagraficaIstituto(String codice, String descrizione, String codiceAbi, String siglaIstituto, Date dataOraInizioValidita, Date dataOraFineValidita, Date dataOraImmissione,
> 			String terminaleImmissione, String operatoreImmissione, String enteImmissione, String ufficioImmissione, String sezioneImmissione, String canaleImmissione, Date dataOraCancellazione,
> 			String terminaleCancellazione, String operatoreCancellazione, String enteCancellazione, String ufficioCancellazione, String sezioneCancellazione, String canaleCancellazione,
> 			Set<StoricoDatiAggiuntiviDatoElementareProdotto> storicoDatiAggiuntiviDatoElementareProdottos, Set<AnagraficaVista> anagraficaVistas,
> 			Set<AnagraficaQualificatore> anagraficaQualificatores, Set<AnagraficaDatiAggiuntiviTemplate> anagraficaDatiAggiuntiviTemplates, Set<AnagraficaImmagini> anagraficaImmaginis,
> 			Set<AnagraficaProdotto> anagraficaProdottos, Set<AnagraficaCollegamentoProdotto> anagraficaCollegamentoProdottos, Set<AnagraficaContatoreProdotti> anagraficaContatoreProdottis,
> 			Set<AnagraficaEventi> anagraficaEventis, Set<AnagraficaTipologiaModulo> anagraficaTipologiaModulos, Set<AnagraficaCapitolo> anagraficaCapitolos,
> 			Set<AnagraficaRegoleVendibilita> anagraficaRegoleVendibilitas, Set<AnagraficaAllegato> anagraficaAllegatos, Set<AnagraficaTipoProdotto> anagraficaTipoProdottos,
> 			Set<AnagraficaFornitore> anagraficaFornitores, Set<AnagraficaModulo> anagraficaModulos, Set<AnagraficaDatiAggiuntiviGruppo> anagraficaDatiAggiuntiviGruppos,
> 			Set<AnagraficaPromozione> anagraficaPromoziones, Set<AnagraficaDatiAggiuntiviAttributo> anagraficaDatiAggiuntiviAttributos, Set<AnagraficaListino> anagraficaListinos,
> 			Set<AnagraficaDatiAggiuntiviDatoElementare> anagraficaDatiAggiuntiviDatoElementares, Set<AnagraficaDatiAggiuntiviSottogruppo> anagraficaDatiAggiuntiviSottogruppos) {
> {code}
> On first execution javadoc comments are generated correctly, but during subsequent executions the "codiceAbi" parameter is generated over and over (second execution 2 times, third execution 6 times etc.)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)