[ https://issues.apache.org/jira/browse/MJAVADOC-357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Robert Scholte closed MJAVADOC-357. ----------------------------------- Resolution: Cannot Reproduce Assignee: Robert Scholte It is quite hard to turn this into a test without a clear and complete usecase. Assuming this is the same bug asĀ MJAVADOC-434 this one should be fixed by now. > 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 > Assignee: Robert Scholte > 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)