[jira] [Updated] (GROOVY-9576) groovydoc: $INIT static method shown on Groovy enums

2020-05-27 Thread Jira
[ https://issues.apache.org/jira/browse/GROOVY-9576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikko Värri updated GROOVY-9576: Issue Type: Improvement (was: Bug) > groovydoc: $INIT static method shown on Groovy enums >

[jira] [Updated] (GROOVY-9576) groovydoc: $INIT static method shown on Groovy enums

2020-05-27 Thread Jira
[ https://issues.apache.org/jira/browse/GROOVY-9576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikko Värri updated GROOVY-9576: Description: I should've probably spotted this in GROOVY-9568 but didn't. enums have a special

[jira] [Created] (GROOVY-9576) groovydoc: $INIT static method shown on Groovy enums

2020-05-27 Thread Jira
Mikko Värri created GROOVY-9576: --- Summary: groovydoc: $INIT static method shown on Groovy enums Key: GROOVY-9576 URL: https://issues.apache.org/jira/browse/GROOVY-9576 Project: Groovy Issue

[GitHub] [groovy] vmj opened a new pull request #1261: GROOVY-9571: groovydoc: hide enum $INIT static method

2020-05-27 Thread GitBox
vmj opened a new pull request #1261: URL: https://github.com/apache/groovy/pull/1261 This is just a hacky suggestion. Not sure if this is the way to go because there are similar cases elsewhere: * https://issues.apache.org/jira/browse/GROOVY-9572 *

[jira] [Updated] (GROOVY-9571) groovydoc: annotation definitions, enums, interfaces, and traits have a default ctor

2020-05-27 Thread Jira
[ https://issues.apache.org/jira/browse/GROOVY-9571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikko Värri updated GROOVY-9571: Description: I should've probably spotted this in GROOVY-9568 but didn't. was: I should've

[jira] [Updated] (GROOVY-9576) groovydoc: $INIT static method shown on Groovy enums

2020-05-27 Thread Jira
[ https://issues.apache.org/jira/browse/GROOVY-9576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikko Värri updated GROOVY-9576: Description: Groovydoc shows {{$INIT}} static method that can be used to create instances of the

[jira] [Updated] (GROOVY-9572) groovydoc: some __$stMC field is inherited from base class

2020-05-27 Thread Jira
[ https://issues.apache.org/jira/browse/GROOVY-9572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikko Värri updated GROOVY-9572: Issue Type: Improvement (was: Bug) > groovydoc: some __$stMC field is inherited from base class

[jira] [Commented] (GROOVY-9576) groovydoc: $INIT static method shown on Groovy enums

2020-05-27 Thread Jira
[ https://issues.apache.org/jira/browse/GROOVY-9576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117719#comment-17117719 ] Mikko Värri commented on GROOVY-9576: - Kind of similar as GROOVY-9572 > groovydoc: $INIT static

[GitHub] [groovy] vmj removed a comment on pull request #1257: GROOVY-9571: groovydoc: don't add constructors for types that can't have them

2020-05-27 Thread GitBox
vmj removed a comment on pull request #1257: URL: https://github.com/apache/groovy/pull/1257#issuecomment-634619526 Hold on, I'll move the `$INIT` thing from this to a separate issue. This is an automated message from the

[GitHub] [groovy] vmj commented on pull request #1257: GROOVY-9571: groovydoc: don't add constructors for types that can't have them

2020-05-27 Thread GitBox
vmj commented on pull request #1257: URL: https://github.com/apache/groovy/pull/1257#issuecomment-634619526 Hold on, I'll move the `$INIT` thing from this to a separate issue. This is an automated message from the Apache Git

[GitHub] [groovy] awallgren edited a comment on pull request #1260: GROOVY-9575 ASTNode.hashCode violates Object.hashCode contract: does not return consistent value

2020-05-27 Thread GitBox
awallgren edited a comment on pull request #1260: URL: https://github.com/apache/groovy/pull/1260#issuecomment-635025088 > https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#hashCode() > > > Whenever it is invoked on the same object more than once

[jira] [Commented] (GROOVY-9575) ASTNode.hashCode violates Object.hashCode contract: does not return consistent value

2020-05-27 Thread Anders Wallgren (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118198#comment-17118198 ] Anders Wallgren commented on GROOVY-9575: - My pleasure! Thank you for the fast response and (it

[jira] [Assigned] (GROOVY-9562) Base class property causes CCE

2020-05-27 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-9562: --- Assignee: Eric Milles > Base class property causes CCE > -- >

[jira] [Updated] (GROOVY-9574) ConcurrentModificationException in Java9.concealedPackageList

2020-05-27 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-9574: --- Fix Version/s: 3.0.5 4.0.0-alpha-1 > ConcurrentModificationException in

[GitHub] [groovy] awallgren commented on pull request #1260: GROOVY-9575 ASTNode.hashCode violates Object.hashCode contract: does not return consistent value

2020-05-27 Thread GitBox
awallgren commented on pull request #1260: URL: https://github.com/apache/groovy/pull/1260#issuecomment-635025088 > https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#hashCode() > > > Whenever it is invoked on the same object more than once during an

[jira] [Resolved] (GROOVY-9574) ConcurrentModificationException in Java9.concealedPackageList

2020-05-27 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun resolved GROOVY-9574. Assignee: Daniel Sun Resolution: Fixed > ConcurrentModificationException in

[jira] [Resolved] (GROOVY-9575) ASTNode.hashCode violates Object.hashCode contract: does not return consistent value

2020-05-27 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun resolved GROOVY-9575. Fix Version/s: 3.0.5 4.0.0-alpha-1 Assignee: Daniel Sun

[jira] [Commented] (GROOVY-9574) ConcurrentModificationException in Java9.concealedPackageList

2020-05-27 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118197#comment-17118197 ] Daniel Sun commented on GROOVY-9574: The issue should be fixed. > ConcurrentModificationException

[GitHub] [groovy] eric-milles opened a new pull request #1262: GROOVY-9562: same top-level type, not same module for private field read

2020-05-27 Thread GitBox
eric-milles opened a new pull request #1262: URL: https://github.com/apache/groovy/pull/1262 https://issues.apache.org/jira/browse/GROOVY-9562 https://issues.apache.org/jira/browse/GROOVY-9292 `StaticTypeCheckingVisitor.checkOrMarkPrivateAccess` marked reads and writes in the

[jira] [Commented] (GROOVY-8645) ClassCastException after checking of instanceOf

2020-05-27 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-8645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17118224#comment-17118224 ] Eric Milles commented on GROOVY-8645: - One note, if you check {{instanceof}} in an if condition, you

[GitHub] [groovy] danielsun1106 commented on pull request #1260: GROOVY-9575 ASTNode.hashCode violates Object.hashCode contract: does not return consistent value

2020-05-27 Thread GitBox
danielsun1106 commented on pull request #1260: URL: https://github.com/apache/groovy/pull/1260#issuecomment-635023987 https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#hashCode() > Whenever it is invoked on the same object more than once during an

[GitHub] [groovy] danielsun1106 merged pull request #1260: GROOVY-9575 ASTNode.hashCode violates Object.hashCode contract: does not return consistent value

2020-05-27 Thread GitBox
danielsun1106 merged pull request #1260: URL: https://github.com/apache/groovy/pull/1260 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [groovy] danielsun1106 commented on pull request #1260: GROOVY-9575 ASTNode.hashCode violates Object.hashCode contract: does not return consistent value

2020-05-27 Thread GitBox
danielsun1106 commented on pull request #1260: URL: https://github.com/apache/groovy/pull/1260#issuecomment-635029402 Understood :-) Merged. Thanks for your contributing. This is an automated message from the Apache