DSA

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

DSA

Steve Alan Waring
Hi,

DigitalSignatureAlgorithm class>>example fails because at:put:
(shouldNotImplement) has been pushed up from SmallInteger to Integer.
Modifying DigitalSignatureAlgorithm>>initRandomFromUser to use #basicAt:put:
fixes it.

ProtectedProductSerialNumber>>for:machineId: Should this be a class method?

VisualObjectFinder>>findNonDolphinWindows isnt used.

Hierarchy scope. Not a bug, but might be unexpected. If I rename
Animal>>knowledgeBase using hierarchy scope, it renames the class method of
the same name. If I rename Animal class>>knowledgeBase using hierarchy
scope, it does not rename the instance method. Would it be more useful if it
did?

Could a "Tests" menu be put in the System Browser class panes?

Thanks,
Steve