Test.java:23: cannot resolve symbol
symbol : class TreeTuple
location: class Test
TreeTuple treeTuple = new TreeTuple(null);
^
Test.java:23: cannot resolve symbol
symbol : class TreeTuple
location: class Test
TreeTuple treeTuple = new TreeTuple(null);
^
Test.java:24: cannot resolve symbol
symbol : class TreeTuple
location: class Test
TreeTuple rootTuple = new TreeTuple(null);
^
Test.java:24: cannot resolve symbol
symbol : class TreeTuple
location: class Test
TreeTuple rootTuple = new TreeTuple(null);
^
Test.java:26: cannot resolve symbol
symbol : variable results
location: class Test
if (results == null) {
^
Test.java:27: cannot resolve symbol
symbol : variable results
location: class Test
results = new Vector();
^
Test.java:30: cannot resolve symbol
symbol : method getSubtreePath ()
location: class Test
Node subtree = getSubtree(parsedPage, treeTuple, rootTuple, getSubtreePa
th(), getSubtreeRule());
^
Test.java:30: cannot resolve symbol
symbol : method getSubtreeRule ()
location: class Test
Node subtree = getSubtree(parsedPage, treeTuple, rootTuple, getSubtreePa
th(), getSubtreeRule());
^
Test.java:31: cannot resolve symbol
symbol : variable finalSubtree
location: class Test
finalSubtree = subtree;
^
Test.java:33: cannot resolve symbol
symbol : class TagHeuristic
location: class Test
TagHeuristic heuristic = new HighestCountTagHeuristic(null, configuratio
n);
^
Test.java:33: cannot resolve symbol
symbol : class HighestCountTagHeuristic
location: class Test
TagHeuristic heuristic = new HighestCountTagHeuristic(null, configuratio
n);
^
Test.java:33: cannot resolve symbol
symbol : variable configuration
location: class Test
TagHeuristic heuristic = new HighestCountTagHeuristic(null, configuratio
n);
^
Test.java:35: cannot resolve symbol
symbol : variable out
location: class Test
out.println("Tag count: "+heuristic.getTagCount());
^
Test.java:38: cannot resolve symbol
symbol : method fireWrapperBeganExtraction ()
location: class Test
fireWrapperBeganExtraction();
^
Test.java:39: cannot resolve symbol
symbol : variable finalTag
location: class Test
int count = printResults(finalTag, heuristic, treeTuple, rootTuple, resu
lts);
^
Test.java:39: cannot resolve symbol
symbol : variable results
location: class Test
int count = printResults(finalTag, heuristic, treeTuple, rootTuple, resu
lts);
^
Test.java:49: non-static method extractObjects(org.w3c.dom.Node) cannot be refer
enced from a static context
System.out.println("There are " +extractObjects(p));
^
17 errors