Error in CubicExBaseTestCase.java on repository

1 view
Skip to first unread message

Clément Beaujoin

unread,
Apr 7, 2009, 9:31:23 AM4/7/09
to CubicEx-discuss
Hi ronald,

There is a mistake in the CubicExBaseTestCase.java class on the
repository.

Current :

/**
*
* @param value
* @return
*/
public static boolean isNotEmpty(String value) {
return isNotEmpty(value);
}

should be :

/**
*
* @param value
* @return
*/
public static boolean isNotEmpty(String value) {
return !isEmpty(value);
}

Ronald Mathies

unread,
Apr 7, 2009, 10:55:58 AM4/7/09
to CubicEx-discuss
Yes i am aware of this (but thanks for noticing) but i have not
committed the code into the the repository yet. I will upload the code
tonight along with some other new code.

Clément Beaujoin

unread,
Apr 8, 2009, 4:25:42 AM4/8/09
to CubicEx-discuss
Hi,

I updated the source code and I remarked that FireKeyUpEvent and
FireKeyDownEvent custom files are missing.

Ronald Mathies

unread,
Apr 8, 2009, 4:37:44 AM4/8/09
to CubicEx-discuss
I've added the two missing command files...

Some parts of the code can be in development, what i commit should
compile fine but some new commands may be not complete or functional
not working yet. If you notice something (like the missing the custom
files) then do let me know. If you don't need them directly then you
can also wait until the files are added.
Reply all
Reply to author
Forward
0 new messages