undefined method for unknown Module
Reported by Kevin Rutherford | March 7th, 2009 @ 01:43 PM
When Reek attempts to analyse the following code:
module Fred
class Jim
end
end
it crashes with *undefined method const_defined?' for
nil:NilClass*.
(Reported via email by Ashley Moran.)
Comments and changes to this ticket
-
Kevin Rutherford March 7th, 2009 @ 01:43 PM
- State changed from new to open
-
Kevin Rutherford March 7th, 2009 @ 01:50 PM
- State changed from open to resolved
(from [607e68eec56b325b3e64762aa2ad9103c993ee91]) Fixed LargeClass when checking unloaded module [#24 state:resolved] http://github.com/kevinrutherfor...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Defects and feature requests for <a href="http://wiki.github.com/kevinrutherford/reek">Reek</a>, the Ruby code smell detector
People watching this ticket
Tags
Referenced by
- 24 undefined method for unknown Module (from [607e68eec56b325b3e64762aa2ad9103c993ee91]) Fixed L...