3 errors and 3 warnings found:
--------------
*** Errors ***
--------------
File: C:\Users\Carlos Satres\Documents\SystemandDesign\BinaryTree\Binary Tree.java [line: 76]
Error: Cannot make a static reference to the non-static method openFile() from the type SystemandDesign.BinaryTree.BinaryTree
File: C:\Users\Carlos Satres\Documents\SystemandDesign\BinaryTree\Binary Tree.java [line: 77]
Error: Cannot make a static reference to the non-static method readFile() from the type SystemandDesign.BinaryTree.BinaryTree
File: C:\Users\Carlos Satres\Documents\SystemandDesign\BinaryTree\Binary Tree.java [line: 78]
Error: Cannot make a static reference to the non-static method closeFile() from the type SystemandDesign.BinaryTree.BinaryTree
--------------
** Warnings **
--------------
File: C:\Users\Carlos Satres\Documents\SystemandDesign\BinaryTree\Binary Tree.java [line: 11]
Warning: java.util.List is a raw type. References to generic type java.util.List<E> should be parameterized
File: C:\Users\Carlos Satres\Documents\SystemandDesign\BinaryTree\Binary Tree.java [line: 11]
Warning: The field SystemandDesign.BinaryTree.BinaryTree.list is never read locally
File: C:\Users\Carlos Satres\Documents\SystemandDesign\BinaryTree\Binary Tree.java [line: 90]
Warning: Type safety: Unchecked cast from java.lang.Object to java.util.List<java.lang.Integer>
Current errors with the code as is x.x