...
Code | Java behaviour | Suggested behaviour for STC | ||
|---|---|---|---|---|
| Complains about possible loose loss of precision | "Standard Groovy" actually performs an implicit cast : int y=(int)x. So there is normally no reason to complain. However, it can be disturbing for the Java developer and may be a source of error. | ||
| Unsupported | Should not complain | ||
| Unsupported | Should not complain |
...
