Closed (duplicate)
Project:
Coder
Version:
4.7.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2007 at 18:13 UTC
Updated:
2 Feb 2007 at 01:21 UTC
In modules that contain many files which are included or required throughout, the coder module doesn't check them autmatically. Many .module files include external files. Perhaps I don't undersand the hook_coder function. Could it be done there?
Suggested solutions:
- manually create a list of file names and locations
- "automatically" traverse the directory structure, looking for .php, .inc etc
- combination of the two above
Comments
Comment #1
douggreen commentedIf you use coder on a single module it does look for .inc files. Try example.com/coder/yourmodule.
example.com/coder does not traverse .inc files, because it's possible to inspect several modules, and in my experience, traversing .inc files took too much time.
It should probably also look for .php.
Comment #2
douggreen commentedSee 109875