Our Request and Assertions subclasses are not final in the sense that anyone can subclass them. This is NOT the intended use of these classes and should be marked final. If someone would like to extend their functionality, they should compose the classes rather than subclass them.
Our
RequestandAssertionssubclasses are notfinalin the sense that anyone can subclass them. This is NOT the intended use of these classes and should be markedfinal. If someone would like to extend their functionality, they should compose the classes rather than subclass them.