
|
If you were logged in you would be able to see more operations.
|
|
|
|
The classes
org.apache.shale.clay.convert.StringArrayConverter
org.apache.shale.clay.convert.StringArrayConverterTestCase
use the method: Character.valueOf(Char), which doesn't exist in JDK's prior to 1.5.
Since clay should be runnable on JDK 1.4 according to the project descriptions, this method shouldn't be used.
|
|
Description
|
The classes
org.apache.shale.clay.convert.StringArrayConverter
org.apache.shale.clay.convert.StringArrayConverterTestCase
use the method: Character.valueOf(Char), which doesn't exist in JDK's prior to 1.5.
Since clay should be runnable on JDK 1.4 according to the project descriptions, this method shouldn't be used. |
Show » |
|