[jira] [Commented] (GROOVY-8957) String with length 1, if assigned to int variable, assigns the ascii value. String with more than 1 length throws GroovyCastException

2019-02-26 Thread Adithyan K (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16777996#comment-16777996 ] Adithyan K commented on GROOVY-8957: Closing as per the comment by Paul King > String with length

[jira] [Closed] (GROOVY-8957) String with length 1, if assigned to int variable, assigns the ascii value. String with more than 1 length throws GroovyCastException

2019-02-26 Thread Adithyan K (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adithyan K closed GROOVY-8957. -- Resolution: Not A Problem Closing as per comment by Paul King > String with length 1, if assigned to

[jira] [Created] (GROOVY-9011) (2/1).equals(2) is false; but (2/1) == (2) is true

2019-02-26 Thread Adithyan K (JIRA)
Adithyan K created GROOVY-9011: -- Summary: (2/1).equals(2) is false; but (2/1) == (2) is true Key: GROOVY-9011 URL: https://issues.apache.org/jira/browse/GROOVY-9011 Project: Groovy Issue Type:

[jira] [Commented] (GROOVY-8957) String with length 1, if assigned to int variable, assigns the ascii value. String with more than 1 length throws GroovyCastException

2019-01-15 Thread Adithyan K (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16743581#comment-16743581 ] Adithyan K commented on GROOVY-8957: Calling `as int` to convert a String to int is perfectly ok.

[jira] [Created] (GROOVY-8957) String with length 1, if assigned to int variable, assigns the ascii value. String with more than 1 length throws GroovyCastException

2019-01-15 Thread Adithyan K (JIRA)
Adithyan K created GROOVY-8957: -- Summary: String with length 1, if assigned to int variable, assigns the ascii value. String with more than 1 length throws GroovyCastException Key: GROOVY-8957 URL:

[jira] [Commented] (GROOVY-8939) Additional Methods in StringGroovyMethods

2018-12-25 Thread Adithyan K (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16728841#comment-16728841 ] Adithyan K commented on GROOVY-8939: PR created https://github.com/apache/groovy/pull/846 >

[jira] [Commented] (GROOVY-8939) Additional Methods in StringGroovyMethods

2018-12-25 Thread Adithyan K (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16728839#comment-16728839 ] Adithyan K commented on GROOVY-8939: Interim PR got reviewed

[jira] [Created] (GROOVY-8939) Additional Methods in StringGroovyMethods

2018-12-25 Thread Adithyan K (JIRA)
Adithyan K created GROOVY-8939: -- Summary: Additional Methods in StringGroovyMethods Key: GROOVY-8939 URL: https://issues.apache.org/jira/browse/GROOVY-8939 Project: Groovy Issue Type:

[jira] [Commented] (GROOVY-7154) Adding new useful String extension methods

2018-05-10 Thread Adithyan K (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16470984#comment-16470984 ] Adithyan K commented on GROOVY-7154: For one of my projects, I have already implemented the below