MCPcopy Create free account
hub / github.com/apache/ant / checkTaskClass

Method checkTaskClass

src/main/org/apache/tools/ant/TaskAdapter.java:78–105  ·  view source on GitHub ↗

Checks whether or not a class is suitable to be adapted by TaskAdapter. If the class is of type Dispatchable, the check is not performed because the method that will be executed will be determined only at runtime of the actual task and not during parse time. This only checks conditions which are ad

(final Class<?> taskClass,
                                      final Project project)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

checkTaskClassMethod · 0.95
checkTaskClassMethod · 0.95
checkProxyClassMethod · 0.95

Calls 3

logMethod · 0.65
getMethodMethod · 0.45
equalsMethod · 0.45

Tested by

no test coverage detected