SF2963102 use varargs in Dispatch instead of a million overloaded methods
This commit is contained in:
@@ -120,6 +120,10 @@ Sympton: Can't find jni.h or can't find C++ compiler<p>
|
||||
Problem: compilation_tools.properties configured incorrectly. Either
|
||||
paths are wrong or the separator is wrong. It requires two backslashes for a separator.<p>
|
||||
</li>
|
||||
<li>
|
||||
Symptom: Ant fails with the message <CODE> Could not create task or type of type: junit.</CODE>.<p>
|
||||
Problem: junit.jar must be copied from this project to the $ANT_HOME/lib directory.<p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h1> Running Samples and Tests </h1>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<HTML>
|
||||
<BODY>
|
||||
<!-- --------- -->
|
||||
<h2>JACOB 1.15 M2</h2>
|
||||
<h2>JACOB 1.15 M4</h2>
|
||||
<h3>What's New</h3>
|
||||
<ul>
|
||||
<li>
|
||||
@@ -54,6 +54,11 @@
|
||||
<tr>
|
||||
<td colspan="2"><b>Feature Requests</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="13%" valign="top">2963102</td>
|
||||
<td width="87%" valign="top">Convert API to use var args and remove the many overloaded Dispatch
|
||||
methods that each added one more parameter.(M4)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="13%" valign="top"> </td>
|
||||
<td width="87%" valign="top"> </td>
|
||||
|
||||
Reference in New Issue
Block a user