[
https://issues.apache.org/jira/browse/GROOVY-11438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Milles updated GROOVY-11438:
---------------------------------
Priority: Minor (was: Major)
> STC: loss of precision check for typecast number literals
> ---------------------------------------------------------
>
> Key: GROOVY-11438
> URL: https://issues.apache.org/jira/browse/GROOVY-11438
> Project: Groovy
> Issue Type: Bug
> Components: Static Type Checker
> Reporter: Eric Milles
> Assignee: Eric Milles
> Priority: Minor
>
> Consider the following:
> {code:groovy}
> @TypeChecked test() {
> byte b = (short) 123
> }
> {code}
> This code warns of "Possible loss of precision". However, the number is okay
> and there is no way to write a {{byte}} or {{short}} literal without a
> typecast.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)