It is not possible to extend the BasicRobot and BasicComponentFinder classes. The BasicRobot has no public constructor and BasicComponentFinder class is final type. There probably is good reasons for these decisions but they make extending functionality very difficult. Maybe there should exist abstract middle classes for both?
It is not possible to extend the BasicRobot and BasicComponentFinder classes. The BasicRobot has no public constructor and BasicComponentFinder class is final type. There probably is good reasons for these decisions but they make extending functionality very difficult. Maybe there should exist abstract middle classes for both?