Details
Description
Please add the following method to Type class:
public boolean isPrimitve() {
String value = getValue();
return "int".equals(value) || "long".equals(value) || ....
}
Activity
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 1.6 [ 10814 ] |
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
Seems reasonable.