(Object r)
| 1864 | } |
| 1865 | |
| 1866 | static public boolean isReduced(Object r){ |
| 1867 | return r instanceof Reduced; |
| 1868 | } |
| 1869 | |
| 1870 | static public String resolveClassNameInContext(String className){ |
| 1871 | //todo - look up in context var |
no outgoing calls
no test coverage detected