kente678 / funnel

Automatically exported from code.google.com/p/funnel
Other
0 stars 0 forks source link

The order of arguments does not match the specifications #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
According to the specifications, the order of arguments for the constructor
of Funnel class is:
Funnel(hostname:String, portNumber:int, config:Array, samplingInterval:int)

But actual implementation in build 000 is as follows:
public Funnel(PApplet parent, String hostName, int commandPortNumber, int
notifyPortNumber, int samplingInterval, Configuration config)

public Funnel(PApplet parent, int samplingInterval, Configuration config)

public Funnel(PApplet parent, int commandPortNumber, int
notifyPortNumber,int samplingInterval, Configuration config)

Original issue reported on code.google.com by kotob...@gmail.com on 29 Sep 2007 at 11:58

GoogleCodeExporter commented 8 years ago
ビルド000のFunnelクラスのコンストラクタの引数の順番が仕��
�書と異なっているようです。将
来的にJava 
1.5に移行してデフォルト引数が使えるようになった際、sampl
ingIntervalは省略
したい場合が出てくると思いますので、修正をお願いしま��
�。

Original comment by kotob...@gmail.com on 30 Sep 2007 at 12:18