hawkw / decaf

like Java, but less so
hawkweisman.me/decaf
Other
18 stars 4 forks source link

Add detection for unimplemented interfaces #29

Closed hawkw closed 9 years ago

hawkw commented 10 years ago

From Dr. Jumadinova's handout:

*** Class ‘Cow’ does not implement entire interface ’Printable’

Used for a class that claims to implement an interface but fails to implement one or more of the required methods.

hawkw commented 9 years ago

Finished in 67d34f3