Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initial commit #1

Merged
merged 1 commit into from
Apr 8, 2020
Merged

initial commit #1

merged 1 commit into from
Apr 8, 2020

Conversation

gabywald
Copy link
Owner

@gabywald gabywald commented Apr 8, 2020

No description provided.

@todo
Copy link

todo bot commented Apr 8, 2020

in inheritant !

// TODO in inheritant !
outputJSONobj.put("toclient", toReturn);
return outputJSONobj;
}
protected String getInput()


This comment was generated by todo based on a TODO comment in 436adbc in #1. cc @gabywald.

@todo
Copy link

todo bot commented Apr 8, 2020

... (other cases)

// TODO ... (other cases)
return toReturn;
}
}


This comment was generated by todo based on a TODO comment in 436adbc in #1. cc @gabywald.

@todo
Copy link

todo bot commented Apr 8, 2020

adding check of validity

* TODO adding check of validity
*/
public class Fichier {
/** Content of file (text format). */
private Vector<String> chaine;
/** Path and name of file. */


This comment was generated by todo based on a TODO comment in 436adbc in #1. cc @gabywald.

@todo
Copy link

todo bot commented Apr 8, 2020

comparaison du contenu... */

/** TODO comparaison du contenu... */
if (!this.chaine.equals(toCompare.getChaine()))
{ return false; } // System.out.println("Same content...");
if (!this.fichier.equals(toCompare.getFichier()))
{ return false; }
if (!this.name.equals(toCompare.getName()))


This comment was generated by todo based on a TODO comment in 436adbc in #1. cc @gabywald.

@todo
Copy link

todo bot commented Apr 8, 2020

checking path...

* TODO checking path...
*/
public class Repertoire extends File {
/**
* Default constructor with given path.


This comment was generated by todo based on a TODO comment in 436adbc in #1. cc @gabywald.

@todo
Copy link

todo bot commented Apr 8, 2020

document and test this !

// TODO document and test this !
public static boolean deleteDir(File dir) {
if ( ! dir.isDirectory())
{ return false; }
boolean isAllDeleted = true;
for (File elt : dir.listFiles()) {


This comment was generated by todo based on a TODO comment in 436adbc in #1. cc @gabywald.

@todo
Copy link

todo bot commented Apr 8, 2020

héritage de Exceptions implicites ou explicited...

* TODO héritage de Exceptions implicites ou explicited...
*/
public abstract class GenericException extends Exception {
/** To avoid Warning. */
// private static final long serialVersionUID = 400L;
/** The message of the Exception. */


This comment was generated by todo based on a TODO comment in 436adbc in #1. cc @gabywald.

@todo
Copy link

todo bot commented Apr 8, 2020

Auto-generated method stub

// TODO Auto-generated method stub
return null;
}
}


This comment was generated by todo based on a TODO comment in 436adbc in #1. cc @gabywald.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant