This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ``` | |
| already analysed | |
| already analysed | |
| already analysed | |
| already analysed | |
| already analysed | |
| already analysed | |
| already analysed | |
| already analysed | |
| TODO ! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public boolean dataInValide() { | |
| File f; | |
| BufferedReader b; | |
| try { | |
| f = new File(this.fileAddress); | |
| b = new BufferedReader(new FileReader(f)); | |
| String readLine = ""; | |
| int i = 0; | |
| int ligne = 0; | |
| int liaisons = 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public void createOrder() { | |
| if (shop != null && !products.isEmpty() && collectDate != null && shop.isOpen(EnumDay.valueOf(collectDate.getDayOfWeek()), collectDate.getHourOfDay() + ":" + collectDate.getMinuteOfHour()) && franchise.getNationalFranchise(shop.getCountry()).getShops().contains(shop) && collectDate.isAfterNow()) { | |
| // Liste temporaire avec le nombre total de cookie | |
| List<Cookie> tmp = new ArrayList<>(); | |
| for (Product product : products) { | |
| if (product.typeOfProduct().equals(ProductType.BOX)) { | |
| for (Cookie cookie : ((BoxCookies) product).getCookies()) { | |
| tmp.add(new Cookie(cookie)); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Started at :2017-12-21 21:00:54 | |
| #### | |
| ## Handling Equipe A [teama.git] | |
| #### | |
| # Cloning project from remote repository: OK | |
| # Opening project teama.git | |
| # LOC counter [main]: 1231 | |
| # Building using Maven [clean package]: FAILURE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Started at :2017-12-21 11:00:00 | |
| #### | |
| ## Handling Equipe A [teama.git] | |
| #### | |
| # Cloning project from remote repository: OK | |
| # Opening project teama.git | |
| # LOC counter [main]: 1186 | |
| # Building using Maven [clean package]: OK |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Started at :2017-12-19 19:01:02 | |
| #### | |
| ## Handling Equipe A [ps5f] | |
| #### | |
| # Cloning project from remote repository: OK | |
| # Opening project ps5f | |
| # LOC counter [main]: 803 | |
| # Building using Maven [clean package]: OK |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 4 4 1 10 10000 | |
| 1 | |
| 10 | |
| 1 | |
| 0 0 | |
| 5 | |
| 1 | |
| 2 2 | |
| 1 | |
| 0 1 |
NewerOlder