1)function with default access modifier.
void someMethod1(int anArg, Object anotherArg, String yetAnotherArg,
Object andStillAnother) {
...
}
2)function whose return type is an array.
private byte[] someMethod2(int anArg,Object anotherArg) {
...
}
The ultraedit would not show the function list properly,any suggestions?
XS
void someMethod1(int anArg, Object anotherArg, String yetAnotherArg,
Object andStillAnother) {
...
}
2)function whose return type is an array.
private byte[] someMethod2(int anArg,Object anotherArg) {
...
}
The ultraedit would not show the function list properly,any suggestions?
XS