Skip to content

Latest commit

 

History

History
86 lines (44 loc) · 3.1 KB

File metadata and controls

86 lines (44 loc) · 3.1 KB

General Compiling Errors - Will reduce these as much as possible.

Error Log 4-22-2017 VetCalc

Warning:(2, 2) Using version 1.0.1 of the constraint library, which is obsolete

Warning:(29, 9) Consider adding android:layout_marginStart="32dp" to better support right-to-left layouts

Warning:(31, 9) [I18N] Hardcoded string "Select a Medication (or Scroll down):", should use @string resource Warning:(65, 14) This TableLayout layout or its LinearLayout parent is useless

Warning:(69, 18) This TableRow view is useless (no children, no background, no id, no style)

Warning:(73, 18) This TableRow view is useless (no children, no background, no id, no style)

Warning:(77, 18) This TableRow view is useless (no children, no background, no id, no style)

Warning:(81, 18) This TableRow view is useless (no children, no background, no id, no style)

/Users/Shoe/AndroidStudioProjects/VetCalc/app/src/main/java/net/androidbootcamp/vetcalc/Patient.java

Warning:(11, 1) Access can be package-private

Warning:(22, 5) Access can be package-private

Warning:(40, 15) '@param weight' tag description is missing

Warning:(41, 15) '@param species' tag description is missing

Warning:(42, 15) '@param name' tag description is missing

Warning:(56, 5) Access can be package-private

Warning:(82, 5) Access can be package-private

Warning:(87, 5) Access can be package-private

/Users/Shoe/AndroidStudioProjects/VetCalc/app/src/main/java/net/androidbootcamp/vetcalc/AppLogic.java

Warning:(16, 1) Access can be package-private

Warning:(17, 5) Access can be private

Warning:(25, 15) '@param lb' tag description is missing

Warning:(26, 15) '@param a' tag description is missing

Warning:(27, 15) '@param b' tag description is missing

Warning:(28, 15) '@param one' tag description is missing

Warning:(29, 15) '@param two' tag description is missing

Warning:(30, 8) '@return' tag description is missing

Warning:(32, 5) Access can be package-private

Warning:(68, 5) Access can be package-private

Warning:(70, 26) Local variable 'scrollView' is redundant

Warning:(85, 5) Access can be package-private

/Users/Shoe/AndroidStudioProjects/VetCalc/app/src/main/java/net/androidbootcamp/vetcalc/ERMedsActivity.java

Warning:(24, 9) Static member 'net.androidbootcamp.vetcalc.AppLogic.fillList(java.lang.String[][], java.lang.String[])' accessed via instance reference

Warning:(26, 9) Dangling Javadoc comment

Warning:(31, 46) Explicit type argument String can be replaced with <>

Warning:(33, 34) Explicit type argument String can be replaced with <>

Warning:(36, 9) Dangling Javadoc comment

/Users/Shoe/AndroidStudioProjects/VetCalc/app/src/main/java/net/androidbootcamp/vetcalc/Medications.java

Warning:(36, 1) Access can be package-private

Warning:(40, 5) Access can be package-private

/Users/Shoe/AndroidStudioProjects/VetCalc/app/src/main/java/net/androidbootcamp/vetcalc/MainActivity.java

Warning:(73, 17) Static member 'net.androidbootcamp.vetcalc.AppLogic.postWtVals(double, double, android.widget.RadioButton,

android.widget.RadioButton, android.widget.TextView, android.widget.TextView)' accessed via instance reference