diff --git a/analyseWriter.jar b/analyseWriter.jar index 5e09e4e..155dd25 100644 Binary files a/analyseWriter.jar and b/analyseWriter.jar differ diff --git a/bin/.gitignore b/bin/.gitignore index edd0a35..32afe63 100644 --- a/bin/.gitignore +++ b/bin/.gitignore @@ -1,2 +1,6 @@ /MEPTL/ /app/ +/fichierODF.png +/fichierSVG.png +/fichier_analyseXML.svg +/fichier_svg.svg diff --git a/bin/MEPTL/meptl.class b/bin/MEPTL/meptl.class index 07fde5d..39054ed 100644 Binary files a/bin/MEPTL/meptl.class and b/bin/MEPTL/meptl.class differ diff --git a/bin/app/evaluate$1.class b/bin/app/evaluate$1.class index 8a4d392..c0cef76 100644 Binary files a/bin/app/evaluate$1.class and b/bin/app/evaluate$1.class differ diff --git a/bin/app/evaluate$2.class b/bin/app/evaluate$2.class index e1a57ab..d2d705d 100644 Binary files a/bin/app/evaluate$2.class and b/bin/app/evaluate$2.class differ diff --git a/bin/app/evaluate.class b/bin/app/evaluate.class index a3a3180..2c8798d 100644 Binary files a/bin/app/evaluate.class and b/bin/app/evaluate.class differ diff --git a/bin/app/mainApp$1.class b/bin/app/mainApp$1.class index 23437ff..6d6f940 100644 Binary files a/bin/app/mainApp$1.class and b/bin/app/mainApp$1.class differ diff --git a/bin/app/mainApp.class b/bin/app/mainApp.class index a3e6674..93d3954 100644 Binary files a/bin/app/mainApp.class and b/bin/app/mainApp.class differ diff --git a/src/MEPTL/meptl.java b/src/MEPTL/meptl.java index 9a6c4f3..407ef5f 100644 --- a/src/MEPTL/meptl.java +++ b/src/MEPTL/meptl.java @@ -481,7 +481,8 @@ public class meptl { * @return le node contenant tous les nodes de la lectures. * @throws IOException Input Output exception file. */ - public static node LectureFichierEtudiantSousFormeDeNode(node nod, Run a, Integer i) throws IOException { + @SuppressWarnings("unchecked") + public static node LectureFichierEtudiantSousFormeDeNode(node nod, Run a, Integer i) throws IOException { node nodecontent = nod.retourneFirstEnfantsByName("office:document-content"); node nodestyle = nod.retourneFirstEnfantsByName("office:document-styles"); node nodbody = nod.retourneFirstEnfantsByName("office:text"); //a.NodeFirstName(nodecontent, "office:text"); diff --git a/src/app/evaluate.java b/src/app/evaluate.java index 09faadb..ce8d9a0 100644 --- a/src/app/evaluate.java +++ b/src/app/evaluate.java @@ -1,12 +1,7 @@ package app; import java.awt.BorderLayout; -import java.awt.EventQueue; import java.awt.Font; -import java.awt.GridBagConstraints; -import java.awt.GridBagLayout; -import java.awt.Insets; -import java.awt.Toolkit; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.io.IOException; @@ -27,26 +22,12 @@ import javax.xml.parsers.ParserConfigurationException; import org.xml.sax.SAXException; import MEPTL.commandes; -import MEPTL.feedbacks; import MEPTL.meptl; -import cXML.Run; -import cXML.node; -import net.lingala.zip4j.exception.ZipException; import javax.swing.SwingConstants; -import javax.swing.Timer; - import java.awt.GridLayout; -import java.awt.Image; - -import javax.swing.JTextArea; import javax.swing.JScrollPane; -import java.awt.Component; -import javax.swing.Box; -import javax.swing.JEditorPane; import javax.swing.JProgressBar; -import javax.swing.JSeparator; import net.miginfocom.swing.MigLayout; -import java.awt.Label; public class evaluate extends JFrame { @@ -328,7 +309,6 @@ public class evaluate extends JFrame { } catch (ParserConfigurationException | SAXException | IOException | CloneNotSupportedException e1) { e1.printStackTrace(); } catch (InterruptedException e1) { - // TODO Auto-generated catch block e1.printStackTrace(); } }else { diff --git a/src/app/mainApp.java b/src/app/mainApp.java index ba342c1..37bd763 100644 --- a/src/app/mainApp.java +++ b/src/app/mainApp.java @@ -3,7 +3,6 @@ package app; import java.awt.Color; import java.awt.EventQueue; import java.awt.Font; -import java.awt.Toolkit; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; diff --git a/src/app/msgBox.java b/src/app/msgBox.java index 4f848e9..59fd61a 100644 --- a/src/app/msgBox.java +++ b/src/app/msgBox.java @@ -13,6 +13,10 @@ import java.awt.event.ActionEvent; public class msgBox extends JDialog { + /** + * + */ + private static final long serialVersionUID = 1L; private final JPanel contentPanel = new JPanel();