*** COMPILING IN ei/checked-out/095
./hva/core/Vaccine.java:12: error: _id has private access in HotelEntity
        _id = id;
        ^
./hva/core/Vaccine.java:13: error: _name has private access in HotelEntity
        _name = name;
        ^
./hva/core/Species.java:11: error: _id has private access in HotelEntity
        _id = id;
        ^
./hva/core/Species.java:12: error: _name has private access in HotelEntity
        _name = name;
        ^
./hva/core/VaccineApplication.java:10: error: _id has private access in HotelEntity
        _id = id;
        ^
./hva/core/VaccineApplication.java:11: error: _name has private access in HotelEntity
        _name = name;
        ^
./hva/core/VaccineApplication.java:12: error: cannot find symbol
        _result = result; //formula do resultado
                  ^
  symbol:   variable result
  location: class VaccineApplication
./hva/core/Animal.java:14: error: _id has private access in HotelEntity
        _id = id;
        ^
./hva/core/Animal.java:15: error: _name has private access in HotelEntity
        _name = name;
        ^
./hva/core/Animal.java:29: error: _id has private access in HotelEntity
        return "ANIMAL" + "|" + _id + "|" + _name + "|" + _species.id() + "|" + _habitat.id();
                                ^
./hva/core/Animal.java:29: error: _name has private access in HotelEntity
        return "ANIMAL" + "|" + _id + "|" + _name + "|" + _species.id() + "|" + _habitat.id();
                                            ^
./hva/core/Animal.java:29: error: cannot find symbol
        return "ANIMAL" + "|" + _id + "|" + _name + "|" + _species.id() + "|" + _habitat.id();
                                                                  ^
  symbol:   method id()
  location: variable _species of type Species
./hva/core/Animal.java:29: error: cannot find symbol
        return "ANIMAL" + "|" + _id + "|" + _name + "|" + _species.id() + "|" + _habitat.id();
                                                                                        ^
  symbol:   method id()
  location: variable _habitat of type Habitat
./hva/core/EmployeeVeterinarian.java:10: error: _id has private access in HotelEntity
        _id = id;
        ^
./hva/core/EmployeeVeterinarian.java:11: error: _name has private access in HotelEntity
        _name = name;
        ^
./hva/core/Habitat.java:12: error: _id has private access in HotelEntity
        _id = id;
        ^
./hva/core/Habitat.java:13: error: _name has private access in HotelEntity
        _name = name;
        ^
./hva/core/Parser.java:42: error: cannot find symbol
    try (BufferedReader reader = new BufferedReader(FileReader(filename))) {
                                                    ^
  symbol:   method FileReader(String)
  location: class Parser
./hva/core/EmployeeZookeeper.java:10: error: _id has private access in HotelEntity
        _id = id;
        ^
./hva/core/EmployeeZookeeper.java:11: error: _name has private access in HotelEntity
        _name = name;
        ^
./hva/core/TreeEvergreen.java:3: error: TreeEvergreen is not abstract and does not override abstract method cleaningEffort() in Tree
public class TreeEvergreen extends Tree {
       ^
./hva/core/TreeEvergreen.java:6: error: _id has private access in HotelEntity
        _id = id;
        ^
./hva/core/TreeEvergreen.java:7: error: _name has private access in HotelEntity
        _name = name;
        ^
./hva/core/TreeEvergreen.java:8: error: _age has private access in Tree
        _age = age;
        ^
./hva/core/TreeEvergreen.java:9: error: _difficultyCleaning has private access in Tree
        _difficultyCleaning = diff;
        ^
./hva/core/TreeDeciduous.java:3: error: TreeDeciduous is not abstract and does not override abstract method cleaningEffort() in Tree
public class TreeDeciduous extends Tree {
       ^
./hva/core/TreeDeciduous.java:6: error: _id has private access in HotelEntity
        _id = id;
        ^
./hva/core/TreeDeciduous.java:7: error: _name has private access in HotelEntity
        _name = name;
        ^
./hva/core/TreeDeciduous.java:8: error: _age has private access in Tree
        _age = age;
        ^
./hva/core/TreeDeciduous.java:9: error: _difficultyCleaning has private access in Tree
        _difficultyCleaning = diff;
        ^
30 errors
                           A-01-01-M-ok.in                           
Running: Running: Error: Could not find or load main class hva.app.App
Caused by: java.lang.ClassNotFoundException: hva.app.App
execution failed
program did not produce any output
                           A-01-02-M-ok.in                           
Running: Running: Error: Could not find or load main class hva.app.App
Caused by: java.lang.ClassNotFoundException: hva.app.App
execution failed
program did not produce any output
                           A-01-03-M-ok.in                           
Running: Running: Error: Could not find or load main class hva.app.App
Caused by: java.lang.ClassNotFoundException: hva.app.App
execution failed
program did not produce any output
                           A-01-04-M-ok.in                           
Running: Running: Error: Could not find or load main class hva.app.App
Caused by: java.lang.ClassNotFoundException: hva.app.App
execution failed
program did not produce any output
                           A-01-05-M-ok.in                           
Running: Running: Error: Could not find or load main class hva.app.App
Caused by: java.lang.ClassNotFoundException: hva.app.App
execution failed
program did not produce any output
                           A-01-06-M-ok.in                           
Running: Running: Error: Could not find or load main class hva.app.App
Caused by: java.lang.ClassNotFoundException: hva.app.App
execution failed
program did not produce any output
                           A-01-07-M-ok.in                           
Running: Running: Error: Could not find or load main class hva.app.App
Caused by: java.lang.ClassNotFoundException: hva.app.App
execution failed
program did not produce any output
                           A-01-08-M-ok.in                           
Running: Running: Error: Could not find or load main class hva.app.App
Caused by: java.lang.ClassNotFoundException: hva.app.App
execution failed
program did not produce any output
                           A-01-09-M-ok.in                           
Running: Running: Error: Could not find or load main class hva.app.App
Caused by: java.lang.ClassNotFoundException: hva.app.App
execution failed
program did not produce any output
                           A-01-10-M-ok.in                           
Running: Running: Error: Could not find or load main class hva.app.App
Caused by: java.lang.ClassNotFoundException: hva.app.App
execution failed
program did not produce any output
                           A-01-11-M-ok.in                           
Running: Running: Error: Could not find or load main class hva.app.App
Caused by: java.lang.ClassNotFoundException: hva.app.App
execution failed
program did not produce any output
                           A-01-12-M-ok.in                           
Running: Running: Error: Could not find or load main class hva.app.App
Caused by: java.lang.ClassNotFoundException: hva.app.App
execution failed
program did not produce any output
                           A-01-13-M-ok.in                           
Running: Running: Error: Could not find or load main class hva.app.App
Caused by: java.lang.ClassNotFoundException: hva.app.App
execution failed
program did not produce any output
                           A-01-14-M-ok.in                           
Running: Running: Error: Could not find or load main class hva.app.App
Caused by: java.lang.ClassNotFoundException: hva.app.App
execution failed
program did not produce any output
                           A-01-15-M-ok.in                           
Running: Running: Error: Could not find or load main class hva.app.App
Caused by: java.lang.ClassNotFoundException: hva.app.App
execution failed
program did not produce any output
                           A-01-16-M-ok.in                           
Running: Running: Error: Could not find or load main class hva.app.App
Caused by: java.lang.ClassNotFoundException: hva.app.App
execution failed
program did not produce any output
                           A-01-17-M-ok.in                           
Running: Running: Error: Could not find or load main class hva.app.App
Caused by: java.lang.ClassNotFoundException: hva.app.App
execution failed
program did not produce any output
                           A-01-18-M-ok.in                           
Running: Running: Error: Could not find or load main class hva.app.App
Caused by: java.lang.ClassNotFoundException: hva.app.App
execution failed
program did not produce any output
                           A-01-19-M-ok.in                           
Running: Running: Error: Could not find or load main class hva.app.App
Caused by: java.lang.ClassNotFoundException: hva.app.App
execution failed
program did not produce any output
                           A-01-20-M-ok.in                           
Running: Running: Error: Could not find or load main class hva.app.App
Caused by: java.lang.ClassNotFoundException: hva.app.App
execution failed
program did not produce any output
                           A-01-21-M-ok.in                           
Running: Running: Error: Could not find or load main class hva.app.App
Caused by: java.lang.ClassNotFoundException: hva.app.App
execution failed
program did not produce any output
                           A-01-22-M-ok.in                           
Running: Running: Error: Could not find or load main class hva.app.App
Caused by: java.lang.ClassNotFoundException: hva.app.App
execution failed
program did not produce any output
                           A-01-23-M-ok.in                           
Running: Running: Error: Could not find or load main class hva.app.App
Caused by: java.lang.ClassNotFoundException: hva.app.App
execution failed
program did not produce any output
                           A-01-24-M-ok.in                           
Running: Running: Error: Could not find or load main class hva.app.App
Caused by: java.lang.ClassNotFoundException: hva.app.App
execution failed
program did not produce any output
                           A-01-25-M-ok.in                           
Running: Running: Error: Could not find or load main class hva.app.App
Caused by: java.lang.ClassNotFoundException: hva.app.App
execution failed
program did not produce any output
                           A-01-26-M-ok.in                           
Running: Running: Error: Could not find or load main class hva.app.App
Caused by: java.lang.ClassNotFoundException: hva.app.App
execution failed
program did not produce any output
                           A-01-27-M-ok.in                           
Running: Running: Error: Could not find or load main class hva.app.App
Caused by: java.lang.ClassNotFoundException: hva.app.App
execution failed
program did not produce any output
                           A-01-27B-M-ok.in                           
Running: Running: Error: Could not find or load main class hva.app.App
Caused by: java.lang.ClassNotFoundException: hva.app.App
execution failed
program did not produce any output
                           A-01-28-M-ok.in                           
Running: Running: Error: Could not find or load main class hva.app.App
Caused by: java.lang.ClassNotFoundException: hva.app.App
execution failed
program did not produce any output
                           A-01-29-M-ok.in                           
Running: Running: Error: Could not find or load main class hva.app.App
Caused by: java.lang.ClassNotFoundException: hva.app.App
execution failed
program did not produce any output
                           A-01-30-M-ok.in                           
Running: Running: Error: Could not find or load main class hva.app.App
Caused by: java.lang.ClassNotFoundException: hva.app.App
execution failed
program did not produce any output
                           A-01-31-M-ok.in                           
Running: Running: Error: Could not find or load main class hva.app.App
Caused by: java.lang.ClassNotFoundException: hva.app.App
execution failed
program did not produce any output