Fix selection logic in luajava when picking from functions with same name

This commit is contained in:
James Roseborough
2011-01-14 22:57:44 +00:00
parent e1909e734a
commit ef1e6e9967
3 changed files with 37 additions and 5 deletions

View File

@@ -722,7 +722,8 @@ and LuaForge:
<li>JSR-223 fixes: add META-INF/services entry in jse jar, improve bindings implementation
</ul></td></tr>
<tr valign="top"><td>&nbsp;&nbsp;<b>2.0.2</b></td><td><ul>
<li>JSR-223 bindings will pass values that are not primitives as LuaValue
<li>JSR-223 bindings change: non Java-primitives will now be passed as LuaValue
<li>Fix selection logic when picking from functions with same name
</ul></td></tr>
</table>