-
Notifications
You must be signed in to change notification settings - Fork 2
Solucionados los issues #11 & #14 & sonar análisis. #1
Conversation
@@ -35,6 +34,11 @@ | |||
* Final class: to prevent someone from accidentally instantiating the class, we give it an | |||
* empty constructor. | |||
*/ | |||
public void ipfromsystem(){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Conventions should follow Oracle recommendations http://www.oracle.com/technetwork/java/javase/documentation/codeconventions-135099.html#367
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commit comments should include a reason, should tell why not describe what was changed. To see the what I have the file tracking provided by git.
.sonar/report-task.txt
Outdated
@@ -0,0 +1,5 @@ | |||
projectKey=bip4cast |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.sonar
directory should be ignored from versioning, for same reasons we removed .idea and binaries.
Se solucionaron issues, archivo de configuracion para el analisis de sonar y actualizado el .gitignore para los archivos .idea y .apk