FuckYou 847911a89d Revised EXT call to add better support for dynamic method lookup and parameter matching
- When suitable methods, the algorithm checks if the parameter counts vaguely matches
  - It also checks if the desired parameter type can be instantiated through constructors or static factory methods if the passed parameter isn't primitive or already of the desired type
  - An assessment is automatically made as to whether or not the desired method may be static or not
  - Method searches target superclasses of a supplied type as well as the given type
Added support function for easier reflective method invocation
Added support functions for easier method lookup and parameter matching
Note: Untested code! May not be stable or at all functional!
2017-07-16 02:17:59 +02:00

6 lines
167 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>