Bug#1026581: natbraille: FTBFS: nat/convertisseur/Convertisseur2ODT.java:46: error: end tag missing: </code>

Lucas Nussbaum lucas at debian.org
Tue Dec 20 17:16:40 GMT 2022


Source: natbraille
Version: 2.0rc3-13
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20221220 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> javac -source 1.7 -target 1.7 -encoding utf8 -classpath /usr/share/java/commons-io.jar:/usr/share/java/fop.jar:/usr/share/java/xalan2.jar:/usr/share/java/jaxe.jar:/usr/share/java/jazzy.jar:/usr/share/java/jhall.jar:/usr/share/java/jing.jar:/usr/share/java/jodconverter.jar:/usr/share/java/joptsimple.jar:/usr/share/java/juh.jar:/usr/share/java/jurt.jar:/usr/share/java/log4j-1.2.jar:/usr/share/java/ridl.jar:/usr/share/java/saxonb.jar:/usr/share/java/saxon-dom.jar/usr/share/java/slf4j-api.jar:/usr/share/java/slf4j-jdk14.jar:/usr/lib/libreoffice/program/classes/unoil.jar:/usr/share/java/xstream.jar:/usr/share/java/writer2latex.jar:/usr/share/java/jeuclid-core.jar `find gestionnaires nat outils ui org -name \*.java`
> warning: [options] bootstrap class path not set in conjunction with -source 7
> warning: [options] source value 7 is obsolete and will be removed in a future release
> warning: [options] target value 7 is obsolete and will be removed in a future release
> warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
> ui/FenetrePrinc.java:38: warning: [removal] Applet in java.applet has been deprecated and marked for removal
> import java.applet.Applet;
>                   ^
> ui/FenetrePrinc.java:39: warning: [removal] AudioClip in java.applet has been deprecated and marked for removal
> import java.applet.AudioClip;
>                   ^
> ui/FenetrePrinc.java:284: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> 		UIManager.put("FileChooser.lookInLabelMnemonic", new Integer(KeyEvent.VK_R));
> 		                                                 ^
> ui/FenetrePrinc.java:1338: warning: [removal] AudioClip in java.applet has been deprecated and marked for removal
> 	        AudioClip ac;
> 	        ^
> ui/FenetrePrinc.java:1343: warning: [removal] Applet in java.applet has been deprecated and marked for removal
> 		        ac = Applet.newAudioClip(new URL("file:"+ curDir.getAbsolutePath()+"/ui/sounds/tic.au"));
> 		             ^
> ui/FenetrePrinc.java:1358: warning: [removal] Applet in java.applet has been deprecated and marked for removal
> 				        ac = Applet.newAudioClip(new URL("file:"+ curDir.getAbsolutePath()+"/ui/sounds/fin.au"));
> 				             ^
> ui/FenetrePrinc.java:1362: warning: [removal] Applet in java.applet has been deprecated and marked for removal
> 				        ac = Applet.newAudioClip(new URL("file:"+ curDir.getAbsolutePath()+"/ui/sounds/erreur.au"));
> 				             ^
> nat/ConfigNat.java:201: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getUpdateCheck(){ return new Boolean(fiConf.getProperty(OptNames.ge_check_update,"true")).booleanValue();}
>                                             ^
> nat/ConfigNat.java:239: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
>     public void setNiveauLog(int lg){fiConf.setProperty(OptNames.ge_log_verbosity, (new Integer(lg)).toString());}
>                                                                                     ^
> nat/ConfigNat.java:247: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
>     	fiConf.setProperty(OptNames.ge_log_verbosity, (new Integer(lg)).toString());
>     	                                               ^
> nat/ConfigNat.java:251: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal
>     public int getNiveauLog(){return ((new Integer(fiConf.getProperty(OptNames.ge_log_verbosity,"1"))).intValue());}
>                                        ^
> nat/ConfigNat.java:312: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getIsSysTable() {return new Boolean(fiConf.getProperty(OptNames.fi_is_sys_braille_table,"true")).booleanValue();}
>                                            ^
> nat/ConfigNat.java:316: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getIsSysEmbossTable() {return new Boolean(fiConf.getProperty(OptNames.fi_is_sys_emboss_table,"true")).booleanValue();}
>                                                  ^
> nat/ConfigNat.java:328: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getIsSysConfig(){return ((new Boolean(fiConf.getProperty(OptNames.fi_is_sys_config,"false"))).booleanValue()); }
>                                              ^
> nat/ConfigNat.java:332: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
> 	public boolean getOptimize() {return ((new Boolean(fiConf.getProperty(OptNames.fi_optimize,"false"))).booleanValue()); }
> 	                                       ^
> nat/ConfigNat.java:337: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean isReverseTrans(){return ((new Boolean(uiConf.getProperty(OptNames.ui_reverse_trans,"false"))).booleanValue());}
>                                              ^
> nat/ConfigNat.java:342: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getAbreger(){return ((new Boolean(fiConf.getProperty(OptNames.fi_litt_abbreg,"false"))).booleanValue()); }
>                                          ^
> nat/ConfigNat.java:346: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getTraiterMaths(){return ((new Boolean(fiConf.getProperty(OptNames.fi_math_transcribe,"true"))).booleanValue()); }
>                                               ^
> nat/ConfigNat.java:350: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getTraiterLiteraire(){return ((new Boolean(fiConf.getProperty(OptNames.fi_litt_transcribe,"true"))).booleanValue());}
>                                                   ^
> nat/ConfigNat.java:354: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getTraiterMusique(){return ((new Boolean(fiConf.getProperty(OptNames.fi_music_transcribe,"true"))).booleanValue()); }
>                                                 ^
> nat/ConfigNat.java:359: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getMathTrigoSpec(){return ((new Boolean(fiConf.getProperty(OptNames.fi_math_use_trigo_spec,"true"))).booleanValue()); }
>                                                ^
> nat/ConfigNat.java:363: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getMathPrefixAlways() {return ((new Boolean(fiConf.getProperty(OptNames.fi_math_force_prefix,"false"))).booleanValue());}
>                                                    ^
> nat/ConfigNat.java:368: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
>     public void setLongueurLigne(int lg){fiConf.setProperty(OptNames.fi_line_lenght, (new Integer(lg)).toString());}
>                                                                                       ^
> nat/ConfigNat.java:370: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal
>     public int getLongueurLigne(){return ((new Integer(fiConf.getProperty(OptNames.fi_line_lenght,"40"))).intValue());}
>                                            ^
> nat/ConfigNat.java:372: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
>     public void setNbLigne(int ln){fiConf.setProperty(OptNames.fi_line_number, (new Integer(ln)).toString());}
>                                                                                 ^
> nat/ConfigNat.java:374: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal
>     public int getNbLigne(){return ((new Integer(fiConf.getProperty(OptNames.fi_line_number,"40"))).intValue());}
>                                      ^
> nat/ConfigNat.java:378: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getMep(){return ((new Boolean(fiConf.getProperty(OptNames.pf_do_layout,"true"))).booleanValue()); }
>                                      ^
> nat/ConfigNat.java:382: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getCoupure(){return ((new Boolean(fiConf.getProperty(OptNames.fi_hyphenation,"true"))).booleanValue()); }
>                                          ^
> nat/ConfigNat.java:387: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getCoupureLit(){return ((new Boolean(fiConf.getProperty(OptNames.fi_hyphenation_lit,"false"))).booleanValue()); }
>                                             ^
> nat/ConfigNat.java:391: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getModeCoupureSagouin(){return ((new Boolean(fiConf.getProperty(OptNames.fi_hyphenation_dirty,"false"))).booleanValue());}
>                                                     ^
> nat/ConfigNat.java:445: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getLitMajDouble(){return ((new Boolean(fiConf.getProperty(OptNames.tr_litt_double_upper,"true"))).booleanValue());}
>                                               ^
> nat/ConfigNat.java:449: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getLitMajPassage(){return ((new Boolean(fiConf.getProperty(OptNames.tr_litt_part_upper,"true"))).booleanValue());}
>                                                ^
> nat/ConfigNat.java:453: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getLitMajMelange(){return ((new Boolean(fiConf.getProperty(OptNames.tr_litt_mixed_upper,"true"))).booleanValue());}
>                                                ^
> nat/ConfigNat.java:457: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getLitEvidenceMot(){return ((new Boolean(fiConf.getProperty(OptNames.tr_litt_word_emph,"true"))).booleanValue());}
>                                                 ^
> nat/ConfigNat.java:461: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getLitEvidencePassage(){return ((new Boolean(fiConf.getProperty(OptNames.tr_litt_part_emph,"true"))).booleanValue());}
>                                                     ^
> nat/ConfigNat.java:465: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getLitEvidenceDansMot(){return ((new Boolean(fiConf.getProperty(OptNames.tr_litt_in_word_emph,"true"))).booleanValue());}
>                                                     ^
> nat/ConfigNat.java:469: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getTranscrireImages() {return ((new Boolean(fiConf.getProperty(OptNames.tr_image_processing,"false"))).booleanValue());}
>                                                    ^
> nat/ConfigNat.java:482: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal
>     public int getMepModelignes(){return ((new Integer(fiConf.getProperty(OptNames.pf_empty_line_mode,"3"))).intValue());}
>                                            ^
> nat/ConfigNat.java:484: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
>     public void setMepModelignes(int mml){fiConf.setProperty(OptNames.pf_empty_line_mode, (new Integer(mml)).toString());}
>                                                                                            ^
> nat/ConfigNat.java:486: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal
>     public int getMepMinLigne1(){return ((new Integer(fiConf.getProperty(OptNames.pf_min_empty_line_1,"2"))).intValue());}
>                                           ^
> nat/ConfigNat.java:488: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
>     public void setMepMinLigne1(int mml1){fiConf.setProperty(OptNames.pf_min_empty_line_1, (new Integer(mml1)).toString());}
>                                                                                             ^
> nat/ConfigNat.java:490: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal
>     public int getMepMinLigne2(){return ((new Integer(fiConf.getProperty(OptNames.pf_min_empty_line_2,"3"))).intValue());}
>                                           ^
> nat/ConfigNat.java:492: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
>     public void setMepMinLigne2(int mml2){fiConf.setProperty(OptNames.pf_min_empty_line_2, (new Integer(mml2)).toString());}
>                                                                                             ^
> nat/ConfigNat.java:494: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal
>     public int getMepMinLigne3(){return ((new Integer(fiConf.getProperty(OptNames.pf_min_empty_line_3,"4"))).intValue());}
>                                           ^
> nat/ConfigNat.java:496: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
>     public void setMepMinLigne3(int mml3){fiConf.setProperty(OptNames.pf_min_empty_line_3, (new Integer(mml3)).toString());}
>                                                                                             ^
> nat/ConfigNat.java:498: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal
>     public int getMepMinLignePB(){return ((new Integer(fiConf.getProperty(OptNames.pf_min_page_break,"5"))).intValue());}
>                                            ^
> nat/ConfigNat.java:500: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
>     public void setMepMinLignePB(int mmlpb){fiConf.setProperty(OptNames.pf_min_page_break, (new Integer(mmlpb)).toString());}
>                                                                                             ^
> nat/ConfigNat.java:502: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getGeneratePB() {return ((new Boolean(fiConf.getProperty(OptNames.pf_generate_page_break,"false"))).booleanValue());}
>                                              ^
> nat/ConfigNat.java:506: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getSautPageFin() {return ((new Boolean(fiConf.getProperty(OptNames.pf_add_form_feed,"true"))).booleanValue());}
>                                               ^
> nat/ConfigNat.java:516: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getNumeroteFirst() {return ((new Boolean(fiConf.getProperty(OptNames.pf_number_first_page ,"false"))).booleanValue());}
>                                                 ^
> nat/ConfigNat.java:519: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getTitresStricts() {return ((new Boolean(fiConf.getProperty(OptNames.pf_strict_titles,"true"))).booleanValue());}
>                                                 ^
> nat/ConfigNat.java:538: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getLineariseTable() {return ((new Boolean(fiConf.getProperty(OptNames.pf_linearise_table,"false"))).booleanValue());}
>                                                  ^
> nat/ConfigNat.java:544: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal
>     public int getMinCellLin() {return ((new Integer(fiConf.getProperty(OptNames.pf_min_cell_linearise,"4"))).intValue());}
>                                          ^
> nat/ConfigNat.java:611: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
>     public void setTaillePolice(int t){fiConf.setProperty(OptNames.ui_editor_font_size, (new Integer(t)).toString());}
>                                                                                          ^
> nat/ConfigNat.java:613: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal
>     public int getTaillePolice(){return ((new Integer(fiConf.getProperty(OptNames.ui_editor_font_size,"24"))).intValue());}
>                                           ^
> nat/ConfigNat.java:615: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
>     public void setTaillePolice2(int tp2){fiConf.setProperty(OptNames.ui_editor_font2_size,(new Integer(tp2)).toString());}
>                                                                                             ^
> nat/ConfigNat.java:617: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal
>     public int getTaillePolice2(){return ((new Integer(fiConf.getProperty(OptNames.ui_editor_font2_size,"24"))).intValue());}
>                                            ^
> nat/ConfigNat.java:622: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getSaxonAsXsltProcessor(){return new Boolean(fiConf.getProperty(OptNames.tr_use_saxon_processor,"true")).booleanValue();}
>                                                     ^
> nat/ConfigNat.java:626: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal
>     public int getNbLogFiles() {return ((new Integer(fiConf.getProperty(OptNames.ad_nb_log_files,"3"))).intValue());}
>                                          ^
> nat/ConfigNat.java:630: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal
>     public int getLogFileSize() {return ((new Integer(fiConf.getProperty(OptNames.ad_log_file_size,"10"))).intValue());}
>                                           ^
> nat/ConfigNat.java:636: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getOuvrirEditeur(){return ((new Boolean(uiConf.getProperty(OptNames.ui_editor_auto_open,"true"))).booleanValue());} 
>                                                ^
> nat/ConfigNat.java:638: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getAfficheLigneSecondaire(){return ((new Boolean(uiConf.getProperty(OptNames.ui_editor_zone2_display,"true"))).booleanValue());}
>                                                         ^
> nat/ConfigNat.java:646: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getUseNatEditor() {return new Boolean(fiConf.getProperty(OptNames.ui_editor_nat,"true")).booleanValue();}
>                                              ^
> nat/ConfigNat.java:650: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getUseDefaultEditor() {return new Boolean(fiConf.getProperty(OptNames.ui_editor_default,"false")).booleanValue();}
>                                                  ^
> nat/ConfigNat.java:716: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getUtiliserCommandeEmbossage(){return ((new Boolean(fiConf.getProperty(OptNames.pr_use_emboss_command,"false"))).booleanValue());}
>                                                            ^
> nat/ConfigNat.java:720: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getUtiliserEmbosseuse() {return ((new Boolean(fiConf.getProperty(OptNames.pr_emboss_auto,"false"))).booleanValue());}
>                                                      ^
> nat/ConfigNat.java:732: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getMemoriserFenetre(){return new Boolean(uiConf.getProperty(OptNames.ui_remember_windows_size,"true")).booleanValue();}
>                                                 ^
> nat/ConfigNat.java:736: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getCentrerFenetre() {return new Boolean(uiConf.getProperty(OptNames.ui_center_windows,"true")).booleanValue();}
>                                                ^
> nat/ConfigNat.java:740: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal
>     public int getHeightEditeur(){return new Integer(uiConf.getProperty(OptNames.ui_y_editor,"0").toString());}
>                                          ^
> nat/ConfigNat.java:744: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal
>     public int getWidthEditeur(){return new Integer(uiConf.getProperty(OptNames.ui_x_editor,"0").toString());}
>                                         ^
> nat/ConfigNat.java:748: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getMaximizedEditeur(){return new Boolean(uiConf.getProperty(OptNames.ui_max_editor,"false")).booleanValue();}
>                                                 ^
> nat/ConfigNat.java:752: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal
>     public int getHeightPrincipal(){return new Integer(uiConf.getProperty(OptNames.ui_y_princ,"0").toString());}
>                                            ^
> nat/ConfigNat.java:756: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal
>     public int getWidthPrincipal(){return new Integer(uiConf.getProperty(OptNames.ui_x_princ,"0").toString());}
>                                           ^
> nat/ConfigNat.java:760: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getMaximizedPrincipal(){return new Boolean(uiConf.getProperty(OptNames.ui_max_princ,"false")).booleanValue();}
>                                                   ^
> nat/ConfigNat.java:764: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal
>     public int getHeightOptions(){return new Integer(uiConf.getProperty(OptNames.ui_y_options,"0").toString());}
>                                          ^
> nat/ConfigNat.java:768: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal
>     public int getWidthOptions(){return new Integer(uiConf.getProperty(OptNames.ui_x_options,"0").toString());}
>                                         ^
> nat/ConfigNat.java:772: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getMaximizedOptions(){return new Boolean(uiConf.getProperty(OptNames.ui_max_options,"false")).booleanValue();}
>                                                 ^
> nat/ConfigNat.java:776: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getSonPendantTranscription(){return new Boolean(uiConf.getProperty(OptNames.ui_sound_during_work,"false")).booleanValue();}
>                                                        ^
> nat/ConfigNat.java:780: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getSonFinTranscription() {return new Boolean(uiConf.getProperty(OptNames.ui_sound_at_end,"false")).booleanValue();}
>                                                     ^
> nat/ConfigNat.java:784: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
>     public boolean getSortieAuto() {return new Boolean(uiConf.getProperty(OptNames.ui_output_file_auto,"false")).booleanValue();}
>                                            ^
> ui/ConfigurationsListItem.java:58: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal
> 		    isSystem = new Boolean(conf.getProperty(OptNames.fi_is_sys_config,"false")).booleanValue();
> 		               ^
> ui/ConfMiseEnPage.java:518: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> 			{if(!(v1<v2)){jsMin2L.setValue(new Integer(v1+1));}}
> 			                               ^
> ui/ConfMiseEnPage.java:520: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> 			{if(!(v2<v3)){jsMin3L.setValue(new Integer(v2+1));}}
> 			                               ^
> ui/ConfMiseEnPage.java:522: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> 			{if(!(v3<vpb)){jsMinPageBreak.setValue(new Integer(v3+1));}}
> 			                                       ^
> ui/ConfMiseEnPage.java:527: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> 				{if(!(v3<vpb)){jsMin3L.setValue(new Integer(vpb-1));}}
> 				                                ^
> ui/ConfMiseEnPage.java:529: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> 				{if(!(v2<v3)){jsMin2L.setValue(new Integer(v3-1));}}
> 				                               ^
> ui/ConfMiseEnPage.java:531: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> 				{if(!(v1<v2)){jsMin1L.setValue(new Integer(v2-1));}}
> 				                               ^
> ui/ConfDictCoup.java:461: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> 			Integer indice = new Integer(i+1);
> 			                 ^
> ui/ConfDictCoup.java:462: warning: [removal] Boolean(boolean) in Boolean has been deprecated and marked for removal
> 			Boolean deb = new Boolean(false);
> 			              ^
> ui/ConfDictCoup.java:463: warning: [removal] Boolean(boolean) in Boolean has been deprecated and marked for removal
> 			Boolean fin = new Boolean(false);
> 			              ^
> ui/ConfDictCoup.java:468: warning: [removal] Boolean(boolean) in Boolean has been deprecated and marked for removal
> 				deb= new Boolean(true);
> 				     ^
> ui/ConfDictCoup.java:473: warning: [removal] Boolean(boolean) in Boolean has been deprecated and marked for removal
> 				fin = new Boolean(true);
> 				      ^
> ui/ConfDictCoup.java:479: warning: [removal] Boolean(boolean) in Boolean has been deprecated and marked for removal
> 			donnees[i][4]=new Boolean(false);
> 			              ^
> ui/ConfDictCoup.java:579: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> 		Object [] o = {new Integer(table.getRowCount()+1),new Boolean(false),"règle",new Boolean(false),new Boolean(false)};
> 		               ^
> ui/ConfDictCoup.java:579: warning: [removal] Boolean(boolean) in Boolean has been deprecated and marked for removal
> 		Object [] o = {new Integer(table.getRowCount()+1),new Boolean(false),"règle",new Boolean(false),new Boolean(false)};
> 		                                                  ^
> ui/ConfDictCoup.java:579: warning: [removal] Boolean(boolean) in Boolean has been deprecated and marked for removal
> 		Object [] o = {new Integer(table.getRowCount()+1),new Boolean(false),"règle",new Boolean(false),new Boolean(false)};
> 		                                                                             ^
> Note: Some input files use or override a deprecated API.
> Note: Recompile with -Xlint:deprecation for details.
> Note: Some input files additionally use or override a deprecated API that is marked for removal.
> Note: Some input files use unchecked or unsafe operations.
> Note: Recompile with -Xlint:unchecked for details.
> 100 warnings
> jar c `find . -name \*.class` > nat.jar
> LC_ALL=C javadoc -encoding utf8 -classpath /usr/share/java/commons-io.jar:/usr/share/java/fop.jar:/usr/share/java/xalan2.jar:/usr/share/java/jaxe.jar:/usr/share/java/jazzy.jar:/usr/share/java/jhall.jar:/usr/share/java/jing.jar:/usr/share/java/jodconverter.jar:/usr/share/java/joptsimple.jar:/usr/share/java/juh.jar:/usr/share/java/jurt.jar:/usr/share/java/log4j-1.2.jar:/usr/share/java/ridl.jar:/usr/share/java/saxonb.jar:/usr/share/java/saxon-dom.jar/usr/share/java/slf4j-api.jar:/usr/share/java/slf4j-jdk14.jar:/usr/lib/libreoffice/program/classes/unoil.jar:/usr/share/java/xstream.jar:/usr/share/java/writer2latex.jar:/usr/share/java/jeuclid-core.jar -notimestamp -encoding utf8 -d api `find gestionnaires nat outils ui org -name \*.java`
> Loading source file gestionnaires/GestionnaireOuvrir.java...
> Loading source file gestionnaires/AfficheurLog.java...
> Loading source file gestionnaires/GestionnaireMajTabBraille.java...
> Loading source file gestionnaires/GestionnaireOuvrirFenetre.java...
> Loading source file gestionnaires/GestionnaireErreur.java...
> Loading source file gestionnaires/GestionnaireExporter.java...
> Loading source file gestionnaires/Afficheur.java...
> Loading source file nat/Transcription.java...
> Loading source file nat/convertisseur/ConvertisseurSans.java...
> Loading source file nat/convertisseur/ConvertisseurChaine.java...
> Loading source file nat/convertisseur/ConvertisseurTexteXML.java...
> Loading source file nat/convertisseur/ConvertisseurOpenOffice.java...
> Loading source file nat/convertisseur/ConvertisseurTan.java...
> Loading source file nat/convertisseur/Convertisseur.java...
> Loading source file nat/convertisseur/Convertisseur2ODT.java...
> Loading source file nat/convertisseur/ConvertisseurTexteMixte.java...
> Loading source file nat/convertisseur/ConvertisseurXML.java...
> Loading source file nat/convertisseur/ConvertisseurTexte.java...
> Loading source file nat/ConfigNat.java...
> Loading source file nat/transcodeur/TranscodeurNormal.java...
> Loading source file nat/transcodeur/AmbiguityResolver.java...
> Loading source file nat/transcodeur/Transcodeur.java...
> Loading source file nat/transcodeur/Ambiguity.java...
> Loading source file nat/transcodeur/TranscodeurSans.java...
> Loading source file nat/Nat.java...
> Loading source file nat/presentateur/PresentateurMEP.java...
> Loading source file nat/presentateur/PresentateurSans.java...
> Loading source file nat/presentateur/Presentateur.java...
> Loading source file nat/OptNames.java...
> Loading source file nat/OptionParserNat.java...
> Loading source file nat/NatThread.java...
> Loading source file nat/saxFuncts/SaxFuncts.java...
> Loading source file outils/FileToolKit.java...
> Loading source file outils/TextConverter.java...
> Loading source file outils/SystemUtils.java...
> Loading source file outils/ConfConv.java...
> Loading source file outils/TextSender.java...
> Loading source file outils/EmbosseurInstalle.java...
> Loading source file outils/HyphenationToolkit.java...
> Loading source file outils/EmbosseurLDC.java...
> Loading source file outils/Embosseur.java...
> Loading source file outils/CharsetToolkit.java...
> Loading source file outils/Path.java...
> Loading source file outils/regles/RegleMot.java...
> Loading source file outils/regles/RegleSigne.java...
> Loading source file outils/regles/RegleLocution.java...
> Loading source file outils/regles/RegleSymbole.java...
> Loading source file outils/regles/Regle.java...
> Loading source file outils/regles/RulesToolKit.java...
> Loading source file outils/regles/RegleEnsemble.java...
> Loading source file ui/listener/FileMonitor.java...
> Loading source file ui/listener/FileChangeListener.java...
> Loading source file ui/listener/EntityResolverNull.java...
> Loading source file ui/ConfGeneral.java...
> Loading source file ui/ConfigurationsComboBoxRenderer.java...
> Loading source file ui/ConfAvance.java...
> Loading source file ui/OngletConf.java...
> Loading source file ui/ConfInterface.java...
> Loading source file ui/EditeurTan.java...
> Loading source file ui/ConfigurationsListItem.java...
> Loading source file ui/FenetrePrinc.java...
> Loading source file ui/ConfConversion.java...
> Loading source file ui/BrailleTableComboBoxRenderer.java...
> Loading source file ui/ConfEmbossage.java...
> Loading source file ui/ConfMiseEnPageAvancee.java...
> Loading source file ui/JTableNonEditCol1.java...
> Loading source file ui/Configuration.java...
> Loading source file ui/SavableTabbedConfigurationPane.java...
> Loading source file ui/AfficheurJTASwing.java...
> Loading source file ui/APropos.java...
> Loading source file ui/EditeurXML.java...
> Loading source file ui/FenetreBugReport.java...
> Loading source file ui/ConfMiseEnPage.java...
> Loading source file ui/BrailleTableListItem.java...
> Loading source file ui/FiltreFichier.java...
> Loading source file ui/ConfDictCoup.java...
> Loading source file ui/DialogueEmbossage.java...
> Loading source file ui/ConfPostTraitement.java...
> Loading source file ui/ConfTranscription.java...
> Loading source file ui/Editeur.java...
> Loading source file ui/AfficheurConsole.java...
> Loading source file ui/ConfTableBraille.java...
> Loading source file ui/EditeurBraille.java...
> Loading source file ui/ConfAbrege.java...
> Loading source file ui/Aide.java...
> Loading source file org/im4java/test/Test.java...
> Loading source file org/im4java/process/StandardStream.java...
> Loading source file org/im4java/process/ArrayListOutputConsumer.java...
> Loading source file org/im4java/process/ProcessStarter.java...
> Loading source file org/im4java/process/ProcessListener.java...
> Loading source file org/im4java/process/Pipe.java...
> Loading source file org/im4java/process/ProcessEvent.java...
> Loading source file org/im4java/process/ErrorConsumer.java...
> Loading source file org/im4java/process/InputProvider.java...
> Loading source file org/im4java/process/OutputConsumer.java...
> Loading source file org/im4java/utils/ChannelMixer.java...
> Loading source file org/im4java/utils/NoiseFilter.java...
> Loading source file org/im4java/core/DcrawCmd.java...
> Loading source file org/im4java/core/UFRawCmd.java...
> Loading source file org/im4java/core/GMOperation.java...
> Loading source file org/im4java/core/ImageMagickCmd.java...
> Loading source file org/im4java/core/Info.java...
> Loading source file org/im4java/core/Operation.java...
> Loading source file org/im4java/core/IMOps.java...
> Loading source file org/im4java/core/CompositeCmd.java...
> Loading source file org/im4java/core/DCRAWOperation.java...
> Loading source file org/im4java/core/JpegtranCmd.java...
> Loading source file org/im4java/core/IM4JavaException.java...
> Loading source file org/im4java/core/IMOperation.java...
> Loading source file org/im4java/core/Stream2BufferedImage.java...
> Loading source file org/im4java/core/ConvertCmd.java...
> Loading source file org/im4java/core/JPTOperation.java...
> Loading source file org/im4java/core/MontageCmd.java...
> Loading source file org/im4java/core/DCRAWOps.java...
> Loading source file org/im4java/core/GraphicsMagickCmd.java...
> Loading source file org/im4java/core/DisplayCmd.java...
> Loading source file org/im4java/core/ETOps.java...
> Loading source file org/im4java/core/CommandException.java...
> Loading source file org/im4java/core/ETOperation.java...
> Loading source file org/im4java/core/IdentifyCmd.java...
> Loading source file org/im4java/core/MogrifyCmd.java...
> Loading source file org/im4java/core/JPTOps.java...
> Loading source file org/im4java/core/ImageCommand.java...
> Loading source file org/im4java/core/UFRawOps.java...
> Loading source file org/im4java/core/UFRawOperation.java...
> Loading source file org/im4java/core/GMOps.java...
> Loading source file org/im4java/core/DynamicOperation.java...
> Loading source file org/im4java/core/InfoException.java...
> Loading source file org/im4java/core/ExiftoolCmd.java...
> Constructing Javadoc information...
> Creating destination directory: "api/"
> Building index for all the packages and classes...
> Standard Doclet version 17.0.5+8-Debian-2
> Building tree for all the packages and classes...
> nat/convertisseur/Convertisseur2ODT.java:46: error: end tag missing: </code>
>  * appel ? l'API d'openoffice via <code>JODConverter</p>
>                                   ^
> Generating api/gestionnaires/Afficheur.html...
> Generating api/ui/AfficheurConsole.html...
> Generating api/ui/AfficheurJTASwing.html...
> Generating api/gestionnaires/AfficheurLog.html...
> Generating api/ui/Aide.html...
> Generating api/nat/transcodeur/Ambiguity.html...
> Generating api/nat/transcodeur/AmbiguityResolver.html...
> Generating api/ui/APropos.html...
> Generating api/org/im4java/process/ArrayListOutputConsumer.html...
> org/im4java/process/OutputConsumer.java:44: warning: no @param for pInputStream
>   public void consumeOutput(InputStream pInputStream) throws IOException;
>               ^
> org/im4java/process/OutputConsumer.java:44: warning: no @throws for java.io.IOException
>   public void consumeOutput(InputStream pInputStream) throws IOException;
>               ^
> org/im4java/process/ArrayListOutputConsumer.java:63: warning: no @return
>   public ArrayList<String> getOutput() {
>                            ^
> Generating api/ui/BrailleTableComboBoxRenderer.html...
> Generating api/ui/BrailleTableListItem.html...
> Generating api/org/im4java/utils/ChannelMixer.html...
> org/im4java/core/Operation.java:103: warning: no @return
>   public Operation cloneObject() {
>                    ^
> org/im4java/core/Operation.java:115: warning: no @param for pArgs
>   public Operation addRawArgs(String... pArgs) {
>                    ^
> org/im4java/core/Operation.java:115: warning: no @return
>   public Operation addRawArgs(String... pArgs) {
>                    ^
> org/im4java/core/Operation.java:128: warning: no @param for pArgs
>   public Operation addRawArgs(List<String> pArgs) {
>                    ^
> org/im4java/core/Operation.java:128: warning: no @return
>   public Operation addRawArgs(List<String> pArgs) {
>                    ^
> org/im4java/core/Operation.java:139: warning: no @return
>   public LinkedList<String> getCmdArgs() {
>                             ^
> org/im4java/core/Operation.java:149: warning: no @param for pImages
>   public Operation addImage(String... pImages) {
>                    ^
> org/im4java/core/Operation.java:149: warning: no @return
>   public Operation addImage(String... pImages) {
>                    ^
> org/im4java/core/Operation.java:164: warning: no @return
>   public Operation addImage() {
>                    ^
> org/im4java/core/Operation.java:174: warning: no @param for n
>   public Operation addImage(int n) {
>                    ^
> org/im4java/core/Operation.java:174: warning: no @return
>   public Operation addImage(int n) {
>                    ^
> org/im4java/core/Operation.java:187: warning: no @param for pOperation
>   public Operation addOperation(Operation pOperation) {
>                    ^
> org/im4java/core/Operation.java:187: warning: no @return
>   public Operation addOperation(Operation pOperation) {
>                    ^
> org/im4java/core/Operation.java:197: warning: no description for @param
>    @param pOperation
>    ^
> org/im4java/core/Operation.java:198: warning: no description for @return
>    @return
>    ^
> org/im4java/core/Operation.java:212: warning: no description for @return
>      @return
>      ^
> org/im4java/core/IMOps.java:53: warning: no @return
>   public IMOps adaptiveBlur() {
>                ^
> org/im4java/core/IMOps.java:72: warning: no @param for radius
>   public IMOps adaptiveBlur(Double radius) {
>                ^
> org/im4java/core/IMOps.java:72: warning: no @return
>   public IMOps adaptiveBlur(Double radius) {
>                ^
> org/im4java/core/IMOps.java:94: warning: no @param for radius
>   public IMOps adaptiveBlur(Double radius, Double sigma) {
>                ^
> org/im4java/core/IMOps.java:94: warning: no @param for sigma
>   public IMOps adaptiveBlur(Double radius, Double sigma) {
>                ^
> org/im4java/core/IMOps.java:94: warning: no @return
>   public IMOps adaptiveBlur(Double radius, Double sigma) {
>                ^
> org/im4java/core/IMOps.java:120: warning: no @return
>   public IMOps adaptiveResize() {
>                ^
> org/im4java/core/IMOps.java:139: warning: no @param for width
>   public IMOps adaptiveResize(Integer width) {
>                ^
> org/im4java/core/IMOps.java:139: warning: no @return
>   public IMOps adaptiveResize(Integer width) {
>                ^
> org/im4java/core/IMOps.java:161: warning: no @param for width
>   public IMOps adaptiveResize(Integer width, Integer height) {
>                ^
> org/im4java/core/IMOps.java:161: warning: no @param for height
>   public IMOps adaptiveResize(Integer width, Integer height) {
>                ^
> org/im4java/core/IMOps.java:161: warning: no @return
>   public IMOps adaptiveResize(Integer width, Integer height) {
>                ^
> org/im4java/core/IMOps.java:187: warning: no @param for width
>   public IMOps adaptiveResize(Integer width, Integer height, Character special) {
>                ^
> org/im4java/core/IMOps.java:187: warning: no @param for height
>   public IMOps adaptiveResize(Integer width, Integer height, Character special) {
>                ^
> org/im4java/core/IMOps.java:187: warning: no @param for special
>   public IMOps adaptiveResize(Integer width, Integer height, Character special) {
>                ^
> org/im4java/core/IMOps.java:187: warning: no @return
>   public IMOps adaptiveResize(Integer width, Integer height, Character special) {
>                ^
> org/im4java/core/IMOps.java:216: warning: no @return
>   public IMOps adaptiveSharpen() {
>                ^
> org/im4java/core/IMOps.java:235: warning: no @param for radius
>   public IMOps adaptiveSharpen(Double radius) {
>                ^
> org/im4java/core/IMOps.java:235: warning: no @return
>   public IMOps adaptiveSharpen(Double radius) {
>                ^
> org/im4java/core/IMOps.java:257: warning: no @param for radius
>   public IMOps adaptiveSharpen(Double radius, Double sigma) {
>                ^
> org/im4java/core/IMOps.java:257: warning: no @param for sigma
>   public IMOps adaptiveSharpen(Double radius, Double sigma) {
>                ^
> org/im4java/core/IMOps.java:257: warning: no @return
>   public IMOps adaptiveSharpen(Double radius, Double sigma) {
>                ^
> org/im4java/core/IMOps.java:283: warning: no @return
>   public IMOps adjoin() {
>                ^
> org/im4java/core/IMOps.java:302: warning: no @return
>   public IMOps p_adjoin() {
>                ^
> org/im4java/core/IMOps.java:321: warning: no @return
>   public IMOps affine() {
>                ^
> org/im4java/core/IMOps.java:340: warning: no @param for sx
>   public IMOps affine(Double sx) {
>                ^
> org/im4java/core/IMOps.java:340: warning: no @return
>   public IMOps affine(Double sx) {
>                ^
> org/im4java/core/IMOps.java:362: warning: no @param for sx
>   public IMOps affine(Double sx, Double rx) {
>                ^
> org/im4java/core/IMOps.java:362: warning: no @param for rx
>   public IMOps affine(Double sx, Double rx) {
>                ^
> org/im4java/core/IMOps.java:362: warning: no @return
>   public IMOps affine(Double sx, Double rx) {
>                ^
> org/im4java/core/IMOps.java:388: warning: no @param for sx
>   public IMOps affine(Double sx, Double rx, Double ry) {
>                ^
> org/im4java/core/IMOps.java:388: warning: no @param for rx
>   public IMOps affine(Double sx, Double rx, Double ry) {
>                ^
> org/im4java/core/IMOps.java:388: warning: no @param for ry
>   public IMOps affine(Double sx, Double rx, Double ry) {
>                ^
> org/im4java/core/IMOps.java:388: warning: no @return
>   public IMOps affine(Double sx, Double rx, Double ry) {
>                ^
> org/im4java/core/IMOps.java:418: warning: no @param for sx
>   public IMOps affine(Double sx, Double rx, Double ry, Double sy) {
>                ^
> org/im4java/core/IMOps.java:418: warning: no @param for rx
>   public IMOps affine(Double sx, Double rx, Double ry, Double sy) {
>                ^
> org/im4java/core/IMOps.java:418: warning: no @param for ry
>   public IMOps affine(Double sx, Double rx, Double ry, Double sy) {
>                ^
> org/im4java/core/IMOps.java:418: warning: no @param for sy
>   public IMOps affine(Double sx, Double rx, Double ry, Double sy) {
>                ^
> org/im4java/core/IMOps.java:418: warning: no @return
>   public IMOps affine(Double sx, Double rx, Double ry, Double sy) {
>                ^
> org/im4java/core/IMOps.java:452: warning: no @param for sx
>   public IMOps affine(Double sx, Double rx, Double ry, Double sy, Double tx) {
>                ^
> org/im4java/core/IMOps.java:452: warning: no @param for rx
>   public IMOps affine(Double sx, Double rx, Double ry, Double sy, Double tx) {
>                ^
> org/im4java/core/IMOps.java:452: warning: no @param for ry
>   public IMOps affine(Double sx, Double rx, Double ry, Double sy, Double tx) {
>                ^
> org/im4java/core/IMOps.java:452: warning: no @param for sy
>   public IMOps affine(Double sx, Double rx, Double ry, Double sy, Double tx) {
>                ^
> org/im4java/core/IMOps.java:452: warning: no @param for tx
>   public IMOps affine(Double sx, Double rx, Double ry, Double sy, Double tx) {
>                ^
> org/im4java/core/IMOps.java:452: warning: no @return
>   public IMOps affine(Double sx, Double rx, Double ry, Double sy, Double tx) {
>                ^
> org/im4java/core/IMOps.java:490: warning: no @param for sx
>   public IMOps affine(Double sx, Double rx, Double ry, Double sy, Double tx, Double ty) {
>                ^
> org/im4java/core/IMOps.java:490: warning: no @param for rx
>   public IMOps affine(Double sx, Double rx, Double ry, Double sy, Double tx, Double ty) {
>                ^
> org/im4java/core/IMOps.java:490: warning: no @param for ry
>   public IMOps affine(Double sx, Double rx, Double ry, Double sy, Double tx, Double ty) {
>                ^
> org/im4java/core/IMOps.java:490: warning: no @param for sy
>   public IMOps affine(Double sx, Double rx, Double ry, Double sy, Double tx, Double ty) {
>                ^
> org/im4java/core/IMOps.java:490: warning: no @param for tx
>   public IMOps affine(Double sx, Double rx, Double ry, Double sy, Double tx, Double ty) {
>                ^
> org/im4java/core/IMOps.java:490: warning: no @param for ty
>   public IMOps affine(Double sx, Double rx, Double ry, Double sy, Double tx, Double ty) {
>                ^
> org/im4java/core/IMOps.java:490: warning: no @return
>   public IMOps affine(Double sx, Double rx, Double ry, Double sy, Double tx, Double ty) {
>                ^
> org/im4java/core/IMOps.java:532: warning: no @return
>   public IMOps alpha() {
>                ^
> org/im4java/core/IMOps.java:551: warning: no @param for type
>   public IMOps alpha(String type) {
>                ^
> org/im4java/core/IMOps.java:551: warning: no @return
>   public IMOps alpha(String type) {
>                ^
> org/im4java/core/IMOps.java:573: warning: no @return
>   public IMOps annotate() {
>                ^
> org/im4java/core/IMOps.java:592: warning: no @param for xr
>   public IMOps annotate(Integer xr) {
>                ^
> org/im4java/core/IMOps.java:592: warning: no @return
>   public IMOps annotate(Integer xr) {
>                ^
> org/im4java/core/IMOps.java:614: warning: no @param for xr
>   public IMOps annotate(Integer xr, Integer yr) {
>                ^
> org/im4java/core/IMOps.java:614: warning: no @param for yr
>   public IMOps annotate(Integer xr, Integer yr) {
>                ^
> org/im4java/core/IMOps.java:614: warning: no @return
>   public IMOps annotate(Integer xr, Integer yr) {
>                ^
> org/im4java/core/IMOps.java:640: warning: no @param for xr
>   public IMOps annotate(Integer xr, Integer yr, Integer x) {
>                ^
> org/im4java/core/IMOps.java:640: warning: no @param for yr
>   public IMOps annotate(Integer xr, Integer yr, Integer x) {
>                ^
> org/im4java/core/IMOps.java:640: warning: no @param for x
>   public IMOps annotate(Integer xr, Integer yr, Integer x) {
>                ^
> org/im4java/core/IMOps.java:640: warning: no @return
>   public IMOps annotate(Integer xr, Integer yr, Integer x) {
>                ^
> org/im4java/core/IMOps.java:673: warning: no @param for xr
>   public IMOps annotate(Integer xr, Integer yr, Integer x, Integer y) {
>                ^
> org/im4java/core/IMOps.java:673: warning: no @param for yr
>   public IMOps annotate(Integer xr, Integer yr, Integer x, Integer y) {
>                ^
> org/im4java/core/IMOps.java:673: warning: no @param for x
>   public IMOps annotate(Integer xr, Integer yr, Integer x, Integer y) {
>                ^
> org/im4java/core/IMOps.java:673: warning: no @param for y
>   public IMOps annotate(Integer xr, Integer yr, Integer x, Integer y) {
>                ^
> org/im4java/core/IMOps.java:673: warning: no @return
>   public IMOps annotate(Integer xr, Integer yr, Integer x, Integer y) {
>                ^
> org/im4java/core/IMOps.java:713: warning: no @param for xr
>   public IMOps annotate(Integer xr, Integer yr, Integer x, Integer y, String text) {
>                ^
> org/im4java/core/IMOps.java:713: warning: no @param for yr
>   public IMOps annotate(Integer xr, Integer yr, Integer x, Integer y, String text) {
>                ^
> org/im4java/core/IMOps.java:713: warning: no @param for x
>   public IMOps annotate(Integer xr, Integer yr, Integer x, Integer y, String text) {
>                ^
> org/im4java/core/IMOps.java:713: warning: no @param for y
>   public IMOps annotate(Integer xr, Integer yr, Integer x, Integer y, String text) {
>                ^
> org/im4java/core/IMOps.java:713: warning: no @param for text
>   public IMOps annotate(Integer xr, Integer yr, Integer x, Integer y, String text) {
>                ^
> org/im4java/core/IMOps.java:713: warning: no @return
>   public IMOps annotate(Integer xr, Integer yr, Integer x, Integer y, String text) {
>                ^
> org/im4java/core/IMOps.java:758: warning: no @return
>   public IMOps antialias() {
>                ^
> org/im4java/core/IMOps.java:777: warning: no @return
>   public IMOps p_antialias() {
>                ^
> org/im4java/core/IMOps.java:796: warning: no @return
>   public IMOps append() {
>                ^
> org/im4java/core/IMOps.java:815: warning: no @return
>   public IMOps p_append() {
>                ^
> org/im4java/core/IMOps.java:834: warning: no @return
>   public IMOps attenuate() {
>                ^
> Generating api/outils/CharsetToolkit.html...
> outils/CharsetToolkit.java:125: error: unexpected end tag: </p>
> 	 * readable text file.</p>
> 	                      ^
> Generating api/org/im4java/core/CommandException.html...
> Generating api/org/im4java/core/CompositeCmd.html...
> Generating api/ui/ConfAbrege.html...
> Generating api/ui/ConfAvance.html...
> Generating api/outils/ConfConv.html...
> Generating api/ui/ConfConversion.html...
> Generating api/ui/ConfDictCoup.html...
> Generating api/ui/ConfEmbossage.html...
> Generating api/ui/ConfGeneral.html...
> Generating api/nat/ConfigNat.html...
> Generating api/ui/Configuration.html...
> Generating api/ui/ConfigurationsComboBoxRenderer.html...
> Generating api/ui/ConfigurationsListItem.html...
> Generating api/ui/ConfInterface.html...
> Generating api/ui/ConfMiseEnPage.html...
> Generating api/ui/ConfMiseEnPageAvancee.html...
> Generating api/ui/ConfPostTraitement.html...
> Generating api/ui/ConfTableBraille.html...
> Generating api/ui/ConfTranscription.html...
> Generating api/org/im4java/core/ConvertCmd.html...
> Generating api/nat/convertisseur/Convertisseur.html...
> Generating api/nat/convertisseur/Convertisseur2ODT.html...
> Generating api/nat/convertisseur/ConvertisseurChaine.html...
> Generating api/nat/convertisseur/ConvertisseurOpenOffice.html...
> Generating api/nat/convertisseur/ConvertisseurSans.html...
> Generating api/nat/convertisseur/ConvertisseurTan.html...
> Generating api/nat/convertisseur/ConvertisseurTexte.html...
> Generating api/nat/convertisseur/ConvertisseurTexteMixte.html...
> Generating api/nat/convertisseur/ConvertisseurTexteXML.html...
> Generating api/nat/convertisseur/ConvertisseurXML.html...
> Generating api/org/im4java/core/DcrawCmd.html...
> Generating api/org/im4java/core/DCRAWOperation.html...
> Generating api/org/im4java/core/DCRAWOps.html...
> Generating api/ui/DialogueEmbossage.html...
> Generating api/org/im4java/core/DisplayCmd.html...
> Generating api/org/im4java/core/DynamicOperation.html...
> Generating api/ui/Editeur.html...
> ui/EditeurBraille.java:255: error: invalid entity &pt123456;
> 	 * Initialise la HashMap d'?quivalence entre les entit?s de la forme &pt123456; et leur
> 	                                                                     ^
> Generating api/ui/EditeurBraille.html...
> Generating api/ui/EditeurTan.html...
> Generating api/ui/EditeurXML.html...
> Generating api/outils/Embosseur.html...
> Generating api/outils/EmbosseurInstalle.html...
> Generating api/outils/EmbosseurLDC.html...
> Generating api/ui/listener/EntityResolverNull.html...
> Generating api/org/im4java/process/ErrorConsumer.html...
> Generating api/org/im4java/core/ETOperation.html...
> org/im4java/core/ETOperation.java:94: error: malformed HTML
>    * This method translates to the -TAG<=Filename commandline option.
>                                        ^
> Generating api/org/im4java/core/ETOps.html...
> Generating api/org/im4java/core/ExiftoolCmd.html...
> Generating api/ui/FenetreBugReport.html...
> Generating api/ui/FenetrePrinc.html...
> ui/FenetrePrinc.java:324: error: incorrect use of inline tag
>     /** @return @link FenetrePrinc#entreeXML}*/
>                 ^
> ui/FenetrePrinc.java:326: error: incorrect use of inline tag
>     /** @return @link FenetrePrinc#filtre}
>                 ^
> ui/FenetrePrinc.java:331: error: incorrect use of inline tag
>     /** @return @link FenetrePrinc#sortie}*/
>                 ^
> Generating api/ui/FenetrePrinc.ThreadJPB.html...
> Generating api/ui/FenetrePrinc.ThreadTrans.html...
> Generating api/ui/listener/FileChangeListener.html...
> Generating api/ui/listener/FileMonitor.html...
> Generating api/outils/FileToolKit.html...
> Generating api/ui/FiltreFichier.html...
> Generating api/gestionnaires/GestionnaireErreur.html...
> Generating api/gestionnaires/GestionnaireExporter.html...
> Generating api/gestionnaires/GestionnaireMajTabBraille.html...
> Generating api/gestionnaires/GestionnaireOuvrir.html...
> Generating api/gestionnaires/GestionnaireOuvrirFenetre.html...
> Generating api/org/im4java/core/GMOperation.html...
> Generating api/org/im4java/core/GMOps.html...
> Generating api/org/im4java/core/GraphicsMagickCmd.html...
> Generating api/outils/HyphenationToolkit.html...
> Generating api/org/im4java/core/IdentifyCmd.html...
> Generating api/org/im4java/core/IM4JavaException.html...
> Generating api/org/im4java/core/ImageCommand.html...
> Generating api/org/im4java/core/ImageMagickCmd.html...
> Generating api/org/im4java/core/IMOperation.html...
> Generating api/org/im4java/core/IMOps.html...
> Generating api/org/im4java/core/Info.html...
> Generating api/org/im4java/core/InfoException.html...
> Generating api/org/im4java/process/InputProvider.html...
> Generating api/org/im4java/core/JpegtranCmd.html...
> Generating api/org/im4java/core/JPTOperation.html...
> Generating api/org/im4java/core/JPTOps.html...
> Generating api/ui/JTableNonEditCol1.html...
> Generating api/ui/JTableNonEditCol1.TableBrailleRenderer.html...
> Generating api/org/im4java/core/MogrifyCmd.html...
> Generating api/org/im4java/core/MontageCmd.html...
> Generating api/nat/Nat.html...
> Generating api/nat/NatThread.html...
> Generating api/org/im4java/utils/NoiseFilter.html...
> Generating api/org/im4java/utils/NoiseFilter.Edge.html...
> Generating api/org/im4java/utils/NoiseFilter.Level.html...
> Generating api/org/im4java/utils/NoiseFilter.Threshold.html...
> Generating api/ui/OngletConf.html...
> Generating api/org/im4java/core/Operation.html...
> Generating api/nat/OptionParserNat.html...
> Generating api/nat/OptNames.html...
> Generating api/org/im4java/process/OutputConsumer.html...
> Generating api/outils/Path.html...
> Generating api/org/im4java/process/Pipe.html...
> Generating api/nat/presentateur/Presentateur.html...
> Generating api/nat/presentateur/PresentateurMEP.html...
> Generating api/nat/presentateur/PresentateurSans.html...
> Generating api/org/im4java/process/ProcessEvent.html...
> Generating api/org/im4java/process/ProcessListener.html...
> Generating api/org/im4java/process/ProcessStarter.html...
> Generating api/outils/regles/Regle.html...
> outils/regles/Regle.java:31: error: unexpected end tag: </p>
> 	 * </p>
> 	   ^
> Generating api/outils/regles/RegleEnsemble.html...
> Generating api/outils/regles/RegleLocution.html...
> Generating api/outils/regles/RegleMot.html...
> Generating api/outils/regles/RegleSigne.html...
> Generating api/outils/regles/RegleSymbole.html...
> Generating api/outils/regles/RulesToolKit.html...
> Generating api/ui/SavableTabbedConfigurationPane.html...
> Generating api/nat/saxFuncts/SaxFuncts.html...
> Generating api/org/im4java/process/StandardStream.html...
> Generating api/org/im4java/core/Stream2BufferedImage.html...
> Generating api/outils/SystemUtils.html...
> Generating api/org/im4java/test/Test.html...
> Generating api/outils/TextConverter.html...
> Generating api/outils/TextSender.html...
> Generating api/nat/transcodeur/Transcodeur.html...
> Generating api/nat/transcodeur/TranscodeurNormal.html...
> Generating api/nat/transcodeur/TranscodeurSans.html...
> Generating api/nat/Transcription.html...
> Generating api/org/im4java/core/UFRawCmd.html...
> Generating api/org/im4java/core/UFRawOperation.html...
> Generating api/org/im4java/core/UFRawOps.html...
> Generating api/gestionnaires/package-summary.html...
> Generating api/gestionnaires/package-tree.html...
> Generating api/nat/package-summary.html...
> Generating api/nat/package-tree.html...
> Generating api/nat/convertisseur/package-summary.html...
> Generating api/nat/convertisseur/package-tree.html...
> Generating api/nat/presentateur/package-summary.html...
> Generating api/nat/presentateur/package-tree.html...
> Generating api/nat/saxFuncts/package-summary.html...
> Generating api/nat/saxFuncts/package-tree.html...
> Generating api/nat/transcodeur/package-summary.html...
> Generating api/nat/transcodeur/package-tree.html...
> Generating api/org/im4java/core/package-summary.html...
> Generating api/org/im4java/core/package-tree.html...
> Generating api/org/im4java/process/package-summary.html...
> Generating api/org/im4java/process/package-tree.html...
> Generating api/org/im4java/test/package-summary.html...
> Generating api/org/im4java/test/package-tree.html...
> Generating api/org/im4java/utils/package-summary.html...
> Generating api/org/im4java/utils/package-tree.html...
> Generating api/outils/package-summary.html...
> Generating api/outils/package-tree.html...
> Generating api/outils/regles/package-summary.html...
> Generating api/outils/regles/package-tree.html...
> Generating api/ui/package-summary.html...
> Generating api/ui/package-tree.html...
> Generating api/ui/listener/package-summary.html...
> Generating api/ui/listener/package-tree.html...
> Generating api/constant-values.html...
> Generating api/serialized-form.html...
> Generating api/overview-tree.html...
> Generating api/deprecated-list.html...
> Generating api/index.html...
> Building index for all classes...
> Generating api/allclasses-index.html...
> Generating api/allpackages-index.html...
> Generating api/index-all.html...
> Generating api/overview-summary.html...
> Generating api/help-doc.html...
> 8 errors
> 100 warnings
> make[1]: *** [debian/rules:19: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/12/20/natbraille_2.0rc3-13_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221220;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221220&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



More information about the Pkg-a11y-devel mailing list