Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Friends of Apache Groovy

Supports activities within the Groovy community
Collective - Host: opensource - https://opencollective.com/friends-of-groovy - Website: https://twitter.com/FriendsOfGroovy - Code: https://github.com/apache/groovy

Add more tests

github.com/apache/groovy - 502655371ad936ebcf4012195acf4b5e873ed10d authored about 5 years ago by Daniel Sun <[email protected]>
GROOVY-8507, GROOVY-9301: support comma on last enum value in more cases

and reduce ambiguity within (antlr2) enumConstants loop

github.com/apache/groovy - 91a7dfad2583780fcf429fee50764aaee0122bc0 authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-9303: Bump javaparser to 3.15.4

github.com/apache/groovy - 6d5b0a6446da5b7ae30aeeabae2d3545fffecc7c authored about 5 years ago by Daniel Sun <[email protected]>
Refactor code

Refactored some code about new java version and some performance issue.
but i'm not sure,Is the ...

github.com/apache/groovy - d070a91a635b4f0d8ed88211b954f1df984eaa5d authored about 5 years ago by mattisonchao <[email protected]>
Minor refactoring: move `ModifierNode` to `org.codehaus.groovy.ast` (#1064)

github.com/apache/groovy - 21ddeabdae79ebf9dd632af0a8e6d4be08d45b75 authored about 5 years ago by Daniel.Sun <[email protected]>
Trivial refactoring: avoid redundant checks

github.com/apache/groovy - 6ae79930dcc0e18556cac9fcee7649f867ee55e6 authored about 5 years ago by Daniel Sun <[email protected]>
Trivial refactoring: avoid redundant operations on list

github.com/apache/groovy - db11d661940e63ee10046f8c602a2648fff214e6 authored about 5 years ago by Daniel Sun <[email protected]>
Trivial refactoring: remove unnecessary check and cast

github.com/apache/groovy - ed33b22fe20134569063bf03989d5516f9a51e34 authored about 5 years ago by Daniel Sun <[email protected]>
Trivial refactoring: Can be replaced with `size() != 1`

github.com/apache/groovy - 56a9452fb99657bc885a28b797b5bcbe3d3669db authored about 5 years ago by Daniel Sun <[email protected]>
Trivial refactoring: replaced with empty array

There are two styles to convert a collection to an array: either using a pre-sized array (like c...

github.com/apache/groovy - 001ffd1392be735642cb58a839bff9a3ee77cb09 authored about 5 years ago by Daniel Sun <[email protected]>
Trivial refactoring: Comparator combinator can be used

github.com/apache/groovy - 5143bb7f8aa9b2ddd35b20624f0e7e441b35ed95 authored about 5 years ago by Daniel Sun <[email protected]>
Trivial refactoring: `Collections.sort()` can be replaced with `List.sort()`

github.com/apache/groovy - ea12ea4a039d51160ad61b52f9d3a477edd4dcd7 authored about 5 years ago by Daniel Sun <[email protected]>
Trivial refactoring: Anonymous type has shorter lambda alternative

github.com/apache/groovy - 0456dfa8b072581dd0fca3a12f5e937085545863 authored about 5 years ago by Daniel Sun <[email protected]>
Minor refactoring: 'while' loop can be replaced with 'foreach'

github.com/apache/groovy - 7ad8e563ad119efa1a68f5ae23cb533a96219a31 authored about 5 years ago by Daniel Sun <[email protected]>
Minor refactoring: 'for' loop can be replaced with 'foreach'

github.com/apache/groovy - d6765906874951e69647b1d42af98c8212e1f81a authored about 5 years ago by Daniel Sun <[email protected]>
Fix "java.lang.RuntimeException: No suitable ClassLoader found for grab" caused by refactoring

github.com/apache/groovy - df2807701995a592763065d0e84fdfd507bd5c77 authored about 5 years ago by Daniel Sun <[email protected]>
Fix javadoc errors

github.com/apache/groovy - 2818b8e37a42353f3a82636b57dfbd886eff72b2 authored about 5 years ago by Daniel Sun <[email protected]>
Trivial refactoring: remove unused imports

github.com/apache/groovy - ebe9d61a42f3a5d4571c31a7b3d54a1cc6e1b060 authored about 5 years ago by Daniel Sun <[email protected]>
Trivial refactoring: Can be replaced with single 'Map.computeIfAbsent' method call

github.com/apache/groovy - 76e82806c46366bfbd0cdecc631a91c4d6597387 authored about 5 years ago by Daniel Sun <[email protected]>
Trivial refactoring: Can be replaced with single 'Map.replaceAll' method call

github.com/apache/groovy - 746c05e151764413b180087fc6a4db593c0685c8 authored about 5 years ago by Daniel Sun <[email protected]>
Minor refactoring: Lambda can be replaced with method reference

github.com/apache/groovy - d852871dc12cb72716f2cbb0d2a0e2160cc11aac authored about 5 years ago by Daniel Sun <[email protected]>
Minor refactoring: Anonymous type can be replaced with method reference

github.com/apache/groovy - caff79f40a4d92e3b08cb3a02ebd1d7ffc8528a0 authored about 5 years ago by Daniel Sun <[email protected]>
Minor refactoring: Anonymous type can be replaced with lambda expression

github.com/apache/groovy - be7591e22c9605a9366129ef4c5a184264169922 authored about 5 years ago by Daniel Sun <[email protected]>
Trivial refactoring: cleanup `CachedClass`

github.com/apache/groovy - ea09b5119d62f1c6e73c11ec1cf730aa13efedd2 authored about 5 years ago by Daniel Sun <[email protected]>
Refactor code

Refactored some code about new java version.
--Make a contribution to groovy every day.

github.com/apache/groovy - 23097b9cdcd5041fedc43c25ab1a1ebc681f310f authored about 5 years ago by mattisonchao <[email protected]>
Tweak javadoc

github.com/apache/groovy - bb690c434a591f1b45880edf69dfcccfd1444534 authored about 5 years ago by Daniel Sun <[email protected]>
Support better extensibility for caller class

github.com/apache/groovy - 8ec7bf71f2ba13fcca059fffb92ae5b76707d3c7 authored about 5 years ago by Daniel Sun <[email protected]>
Fix the caller class

github.com/apache/groovy - 319c3e73019fb83158665346b1c5bd1134ec7d6b authored about 5 years ago by Daniel Sun <[email protected]>
Java 8 refactor

github.com/apache/groovy - 2042f6c2cc38114acf7e27d7dfda3b34389d5903 authored about 5 years ago by Daniel Sun <[email protected]>
Minor refactor: remove legacy code

github.com/apache/groovy - a754ceea44b02d6844cb88d9f863db350c7f4a9a authored about 5 years ago by Daniel Sun <[email protected]>
Java 8 refactor

github.com/apache/groovy - 727bfb0d913efee4233c439ce8de0eea3913fea4 authored about 5 years ago by Daniel Sun <[email protected]>
Minor refactoring: pull the implementation up to super class

github.com/apache/groovy - bd5b786a57bef89b94cab9569ea234ee2099b902 authored about 5 years ago by Daniel Sun <[email protected]>
Fix illegal access warning `java.util.Observable.changed`

github.com/apache/groovy - 5694a1187252dfb91379b1ed634c191abbc6a4f4 authored about 5 years ago by Daniel Sun <[email protected]>
Fix unchecked warning

github.com/apache/groovy - 6bc06451208f72abed26ef1d2d17ee8b83a061d6 authored about 5 years ago by Daniel Sun <[email protected]>
Fix the hardcoded caller class

github.com/apache/groovy - b84e9af0eb488dba41501c21c42fcf9fdc28c78a authored about 5 years ago by Daniel Sun <[email protected]>
Add one more test for `with` under STC mode

github.com/apache/groovy - eff9a23745b03d582c4f35b8014c4f8ec162eaf6 authored about 5 years ago by Daniel Sun <[email protected]>
Add a test for `with` under STC mode

github.com/apache/groovy - 6a38f524ecbba56673521613557da2e647a6c9c3 authored about 5 years ago by Daniel Sun <[email protected]>
Prefer jars over class folders on the compile classpath

On Windows, very large multi-projects can suffer from a significant performance decrease in Java...

github.com/apache/groovy - 20b83b8c22bbb6b929dfa37706de583489ecf4de authored about 5 years ago by Daniel Sun <[email protected]>
GROOVY-9300: Bump gradle to 5.6.4

github.com/apache/groovy - 555c5752afcfe7a0067b925e2b1a12f4900cb14f authored about 5 years ago by Daniel Sun <[email protected]>
Refactor code

Refactored some code about new java version.
--Make a contribution to groovy every day.

github.com/apache/groovy - 43fb0d01ed72fdd17d07a460948e9be59db25d70 authored about 5 years ago by mattisonchao <[email protected]>
Show illegal access warnings without detailed messages.

The remaining illegal access warnings should be fixed by modifying test code as they are truely ...

github.com/apache/groovy - 160ea6899d8d84b18b5e667834242e025d48c2b2 authored about 5 years ago by Daniel Sun <[email protected]>
GROOVY-9298: Eliminate some illegal access warnings when indy is enabled (#1058)

* Show detailed messages for illegal access warnings

* Fix illegal access warning `java.util....

github.com/apache/groovy - 662e812177efd3182acaae26b6a0f0ad954115cf authored about 5 years ago by Daniel.Sun <[email protected]>
java 8 refacotor

I found several code again that can be changed to a lambda expression.

github.com/apache/groovy - 77c2dd4d4b21df580b04ec6d68054c2b560e5a71 authored about 5 years ago by mattisonchao <[email protected]>
GROOVY-8457: use ClassHelper.make(Class) for resolved exception type

github.com/apache/groovy - 1437642286adfc0b892f34abc1ad2738b6ea8595 authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-9257: ZipException, FNFE -> IOException, InvalidPathException

github.com/apache/groovy - e88c66296ea5950ee54907ec47594f7219aa762d authored about 5 years ago by Eric Milles <[email protected]>
refactor @NotYetImplemented AST transform

github.com/apache/groovy - 983071852d8a0a3080fad7f31706e27c00c74b49 authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-9297: Bump javaparser to 3.15.3

github.com/apache/groovy - 409f66ebdea4fd797e80e8796af066c958d56e13 authored about 5 years ago by Daniel Sun <[email protected]>
GROOVY-8517: add getNodeMetaData(Object,Function)

github.com/apache/groovy - 5c81d14da2ae050a1bda2d0e986831275da3ef14 authored about 5 years ago by Eric Milles <[email protected]>
sync with groovy-eclipse

github.com/apache/groovy - 37c2db46c7b7a96d95a6cd33178f4c5d44c167dc authored about 5 years ago by Eric Milles <[email protected]>
Add a test for GROOVY-8223 (#1055)

* Add a test for GROOVY-8223

* Revert "Trivial refactoring: remove redundant checks"

This ...

github.com/apache/groovy - 3040743dc05812ef2762ed0e6340126267d955a7 authored about 5 years ago by Daniel.Sun <[email protected]>
Trivial refactoring: remove redundant checks

github.com/apache/groovy - b7eef9ba42c170b99fa47ead52cafab1ddb887d5 authored about 5 years ago by Daniel Sun <[email protected]>
Use `org.objectweb.asm.Opcodes`

github.com/apache/groovy - ba854f19380d6d7759d11e32fcdf2f4dea36b490 authored about 5 years ago by Daniel Sun <[email protected]>
Java 8 refactor (closes #1053)

github.com/apache/groovy - 6cb841aae0120ce54b34d5a05195c3ee1c99ad88 authored about 5 years ago by mattisonchao <[email protected]>
Ensure reader is closed

github.com/apache/groovy - dc368f2da0930ed2de5dca2782072480729ab768 authored about 5 years ago by Daniel Sun <[email protected]>
Ignore test which fails for default builds but works for invoke-dynamic

github.com/apache/groovy - bc261d55c0ce34de4e67725763ecb892cc6dcf19 authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-9195: SC: uniform treatment for "foo.bar" and "foo.with { bar }"

refactor GROOVY-9288, GROOVY-9292, GROOVY-9293, et al. dynamic property

github.com/apache/groovy - 493b7ab549e5bfd9047088593642b8a11b9b6394 authored about 5 years ago by Eric Milles <[email protected]>
trivial refactor

github.com/apache/groovy - 72392fd647dbb81e2ade639986920aedc75b926c authored about 5 years ago by Eric Milles <[email protected]>
trivial refactor

github.com/apache/groovy - 712def09a6e0a7219aa412fafafd523d644a5469 authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-9127: rework to prefer getter/setter/property over super field

github.com/apache/groovy - 0b5d91d686863e3cb7ff667226ea3d9ae3d052a1 authored about 5 years ago by Eric Milles <[email protected]>
trivial refactor

github.com/apache/groovy - 7d0a5230208d215c6753baab321e689a08517105 authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-9294: check for array length on each receiver

github.com/apache/groovy - dfdd326f004680aa74e3e52538c2cb0e8f4a8b70 authored about 5 years ago by Eric Milles <[email protected]>
Check existence of `it` parameter

github.com/apache/groovy - b05f702424626914b7d2d44ea2eb04c953d5c8e7 authored about 5 years ago by Daniel.Sun <[email protected]>
Check if `objectExpression` instanceof `VariableExpression`

github.com/apache/groovy - 2a5cf12055ba3020aa6235fb36b006c03186295b authored about 5 years ago by Eric Milles <[email protected]>
Minor refactor

github.com/apache/groovy - 13128c1246c05b6833b9a4f558248ce6128e800c authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-9292: Compilation error when accessing a protected super class field from a closure using owner, delegate or thisObject qualifier (different package)

github.com/apache/groovy - 3673e10c495f1e2618cf0679cc9887f8e8561e2f authored about 5 years ago by Daniel.Sun <[email protected]>
trivial refactor

github.com/apache/groovy - f07c1d7f93810d2daf9cd7a913446646dad19b64 authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-9292, GROOVY-9293: add test cases and minor style changes

github.com/apache/groovy - 93c4adf5be30ba7360bdf2664ebbf788ed03df8d authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-9293: add test cases

github.com/apache/groovy - 9be48ebff4b9cf31b02dcc7d627ddbcfdaf3d6a8 authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-9288, GROOVY-9292: add test cases

github.com/apache/groovy - 62ff159dcbfb3f51dd25032f335ec0458aff03d1 authored about 5 years ago by Eric Milles <[email protected]>
trivial refactor

github.com/apache/groovy - 51b422d7a40838c2dfdf55ce64bfd466bf0c4844 authored about 5 years ago by Eric Milles <[email protected]>
Code optimization

I found several optimizations while learning this code.

github.com/apache/groovy - 87e2a926a38344059adcaba7395e05a2e3fc3283 authored about 5 years ago by mattisonchao <[email protected]>
sync up with groovy-eclipse

github.com/apache/groovy - 81ef58e114c83746d105dc12027341c27bc63e9f authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-7996: add test cases and roll back initial changes

GROOVY-9288: resolved by rollback

github.com/apache/groovy - 1b9501f7788d7c767fc09e85f2850b3c9de29766 authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-9195: add test cases

github.com/apache/groovy - ba0aa61150f14c049eab5ef24350a2b5d83d1887 authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-7165: add test cases

github.com/apache/groovy - 1863499d6bdba01b7bf033ccdadfcfaa98f4ed66 authored about 5 years ago by Eric Milles <[email protected]>
Trivial refactoring: simplify the code with single 'Arrays.fill()' method call

github.com/apache/groovy - f90a75093cef2d7a2b87f87a8477ea9797590d91 authored about 5 years ago by Daniel Sun <[email protected]>
Trivial refactoring: remove redundant call to `toString()`

github.com/apache/groovy - cdb76b456432d073df927069f948dd69119cc1c9 authored about 5 years ago by Daniel Sun <[email protected]>
Trivial refactoring: remove unused imports

github.com/apache/groovy - 91cb6ca106e7a2f83d6410c86b65b1cf5a0494a3 authored about 5 years ago by Daniel Sun <[email protected]>
Trivial refactoring: remove deprecated methods of `AbstractASTTransformation`

github.com/apache/groovy - ede69393aa6c75c446355c5a83da27ecf4b10442 authored about 5 years ago by Daniel Sun <[email protected]>
Trivial refactoring: simplify collection operations

github.com/apache/groovy - 053a2a23ff8daeeefada43b7bbe0e981599bd230 authored about 5 years ago by Daniel Sun <[email protected]>
Incorrect documentation layout

The layout for http://docs.groovy-lang.org/latest/html/gapi/org/codehaus/groovy/vmplugin/v7/Indy...

github.com/apache/groovy - c0266ff6f290e3626a8bac70f7fcdc60d7afde85 authored about 5 years ago by albert-github <[email protected]>
updated developer metadata

github.com/apache/groovy - 7edf7d9dd58f6f69f50b7c26aa6b1b0f7e8a2396 authored about 5 years ago by Eric Milles <[email protected]>
Remove some more redundant bits and fix minor style issues

github.com/apache/groovy - 5e1773e4d4c6b39cedd64be7d2ed7820993f9c30 authored about 5 years ago by Eric Milles <[email protected]>
Java 8 refactor

github.com/apache/groovy - 909fd39fc1a2cb98ab93913ee5637dffa00bcafa authored about 5 years ago by Eric Milles <[email protected]>
minor refactor of nullX() usage

github.com/apache/groovy - 0427a74cb313700e50e7789e739631767ebb0e60 authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-9290: Bump ivy to 2.5.0 (#1044)

github.com/apache/groovy - d88774b2cc3c4d88d4e4b4f005d5094b3364cd64 authored about 5 years ago by Daniel.Sun <[email protected]>
GROOVY-9289: @Delegate should check property/method names for annotation attributes like includes/excludes

github.com/apache/groovy - d68bd5d68fd7c1820bfaf10853ea9be5e8e25b92 authored about 5 years ago by Paul King <[email protected]>
Tweak javadoc

github.com/apache/groovy - 041f811ebc98b6310e6f59e82039cd2e42ab5922 authored about 5 years ago by Daniel Sun <[email protected]>
Minor refactoring: extract common method `runScript` for tests (#1043)

github.com/apache/groovy - 83ca4b3730643f41fecd1ffafc3da190d6996846 authored about 5 years ago by Daniel.Sun <[email protected]>
temporarily revert a few more compile -> api/implementation changes

github.com/apache/groovy - a842e207582b003af7dc4341ce48f679b755f40b authored about 5 years ago by Paul King <[email protected]>
conditionally enable preview feature

github.com/apache/groovy - ced8aadba1f819e3ab1a08b122aaba7dde1fec97 authored about 5 years ago by Paul King <[email protected]>
add missing license header

github.com/apache/groovy - fe329bcd2723f62a98abb2eb47e90ae8d45ed097 authored about 5 years ago by Paul King <[email protected]>
temporarily revert compile -> api change until we work out issue with jarjar

github.com/apache/groovy - 7fb5974d7f5d0e7f87095c39caab70806fb34a2b authored about 5 years ago by Paul King <[email protected]>
Allow protected override of package scoped methods

Relates to GROOVY-8651

Signed-off-by: Tobias Gesellchen <[email protected]>

github.com/apache/groovy - bda2edbeae61b7f7047c40724ec49a434e56e8cb authored about 5 years ago by Tobias Gesellchen <[email protected]>
GROOVY-9285: Bump javaparser to 3.15.2

github.com/apache/groovy - 04579ac78be0f46ab7a5690e0bc15896e5d10f70 authored about 5 years ago by Daniel Sun <[email protected]>
GROOVY-9286: Bump versions gradle plugin to 0.27.0

github.com/apache/groovy - adf8fd65ff868fb28a433b1784b22242453cdcfc authored about 5 years ago by Daniel Sun <[email protected]>
Tweak GROOVY-8444: support complicated condition expression (closes #1039)

github.com/apache/groovy - 57b9e84a034b868367cbd2e5639863a7e020a9f0 authored about 5 years ago by Daniel Sun <[email protected]>
Tweak GROOVY-8444: add more checks for modifiers

github.com/apache/groovy - 497d040cc9e8a970a50f98774ad5ce8370a44230 authored about 5 years ago by Daniel Sun <[email protected]>
GROOVY-8185: Change Groovydoc processing to support antlr4 grammar including getting comments from AST

github.com/apache/groovy - e67ecb1c516b956039e356c24855812136f29bd9 authored about 5 years ago by Paul King <[email protected]>
GROOVY-8444: Support unqualified enum constants in switch cases (like… (#1036)

* GROOVY-8444: Support unqualified enum constants in switch cases (like Java)

* Trivial refac...

github.com/apache/groovy - 77e2c6bc9f046bd0205eb09dea6d6c7cd7e60fb8 authored about 5 years ago by Daniel.Sun <[email protected]>