jotoh98 / treasureHunt

Treasure hunt engine for PG Computational Geometry
6 stars 1 forks source link

feature/made-statisticalHider-a-hider #362

Closed DorianRec closed 4 years ago

DorianRec commented 4 years ago

feature/made-statisticalHider-a-hider

ghost commented 4 years ago

Congratulations :tada:. DeepCode analyzed your code in 0.374 seconds and we found no issues. Enjoy a moment of no bugs :sunny:.

👉 View analysis in DeepCode’s Dashboard

rukemn commented 4 years ago

Statistical Hider is not intended to be a Hider!! its just the abstract superclass to supply some basic methods to both FixedTreasure and MobileTreasure Hider

DorianRec commented 4 years ago

Statistical Hider is not intended to be a Hider!! its just the abstract superclass to supply some basic methods to both FixedTreasure and MobileTreasure Hider

i know, but it implements the methods of the Hider interface, thus it makes sense to implement Hider<T>. Implementing Hider causes adopting the javadocs/specification for the implemented methods from the inferface 👍

Nevertheless, since its abstract, you cannot play with him. So everythings cool, or are there other problems with this ?