Débuggez une application Java
Step 1: Start to create an AnalyticsList: put the path of the symptoms file in a String objet or "write it directly" in argument of the constructor. (return an error if the path is wrong).
Step 2: The fonction counter() of the AnalyticsList class return an ArrayList of symptoms from the file. Use this method to create an AnalyticsSorting objet who need a list to be create.
Step 3: The fonction bringOrder() of the AnalyticsSorting class return an organised TreeMap. You will need this collection to create an AnalyticsOutput object who create a list of results call "results.out"