You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The name of the project _Modeler_ does not say anything
The name of the package _test_ does not say anything
The readme should contain how to install and execute the code of the project
Don’t spend time in the GUI, after all the mappings are working we will move into a web app
Class modeler, it does not contains the goal of the class nor the date where this was created. This should be done in top of it. Eclipse generate this by default if you write /*\* and then press enter
Methods of class Modeler not well commented. Please check the best practices how to do this
If you press Ctrl + I in Eclipse you will realize that the code is not well formatted. Please do it always
In the Sparql class, the name of the class is totally wrong. This should be refactored
The query should NEVER be included in the code, but used as an external file
Name the variables in a proper way. Abc is totally a wrong name.