While contributing to the project, you may encounter issues that you could ask help from colleagues, with that in mind, a tool to create issues automatically in the github PTIDEJ repository was made.
It will read and generate title, tags, descriptions and semantics automatically in the following order:
// TODO
// TODO // same issue comment someMethod()
// TODO someMethod() // same issue comment
// TODOx` // something // TODO // something else method();
// TODO // something method(); // TODO // something else
// TODO // something of issue 1 method(); // TODO // something of the issue 2 // TODO // something of the issue 3 // TODO // something else of the issue 3
@#ADD_METHOD = “Here needs to add this method some_method()”
// TODO // @#ADD_METHOD some_method()
- The method some_method() needs to be added
Some_Library on File_Name.java -> 1 Add Method
Some_Library on File_Name.java
@#ADD_METHOD something_method()
@#REMOVE_METHOD something_method()
@#ADD_CONSTANT SOME_CONSTANT
@#REMOVE_CONSTANT SOME_CONSTANT
@#FIX_BUG description of the bug @#END_BUG
@#IMPROVE_PERFORMANCE description of performance issue @#END_PERFORMANCE
#REFACTOR_CODE description of what to refactor @#END_REFACTOR
@#UPDATE_DEPENDENCY library_name
@#ADD_DOCUMENTATION description of what needs documenting @#END_DOCUMENTATION
@#REMOVE_DEPRECATED description of deprecated code @#END_DEPRECATED
@#HANDLE_ERROR description of error @#END_ERROR
@#ADD_TEST description of test case @#END_TEST
// TODO // @#REFACTOR_CODE Handle a uniform encoding? 4 @#END_REFACTOR // the one above was added in the title // TODO // @#REFACTOR_CODE Handle a uniform encoding? 5 @#END_REFACTOR // the one above was added in the title
Testing on ProxyDisk.java -> 2 Refactor Codes
// TODO // @#REFACTOR_CODE Handle a uniform encoding? 4 @#END_REFACTOR // the one above was added in the title // @#REFACTOR_CODE Handle a uniform encoding? 5 @#END_REFACTOR // will not be added to the title
Testing on ProxyDisk.java -> 1 Refactor Codes
// TODO // @#REFACTOR_CODE Handle a uniform encoding? 4 @#END_REFACTOR // @#REFACTOR_CODE Handle a uniform encoding? 5 @#END_REFACTOR // only the first one counted here some_method() // TODO // @#REFACTOR_CODE Handle a uniform encoding? 6 @#END_REFACTOR
Testing on ProxyDisk.java -> 2 Refactor Codes