You are viewing a plain text version of this content. The canonical link for it is here.
- groovy git commit: remove dependency on on dateutil from groovydoc (closes #778) - posted by pa...@apache.org on 2018/08/01 05:42:49 UTC, 1 replies.
- groovy git commit: Trivial refactoring for better performance - posted by su...@apache.org on 2018/08/03 22:50:03 UTC, 0 replies.
- groovy git commit: Trivial refactoring: simplify the condition expression - posted by su...@apache.org on 2018/08/03 22:57:50 UTC, 0 replies.
- groovy git commit: Optimize imports - posted by su...@apache.org on 2018/08/03 23:05:37 UTC, 0 replies.
- groovy git commit: Trivial refactoring: remove useless code - posted by su...@apache.org on 2018/08/03 23:20:45 UTC, 0 replies.
- [1/2] groovy git commit: Revert "Trivial refactoring: remove useless code" - posted by su...@apache.org on 2018/08/04 00:13:34 UTC, 0 replies.
- [2/2] groovy git commit: Make `captureAndCreateNode` CompileStatic - posted by su...@apache.org on 2018/08/04 00:13:35 UTC, 0 replies.
- groovy git commit: Fix the failing build - posted by su...@apache.org on 2018/08/04 00:29:53 UTC, 1 replies.
- [1/4] groovy git commit: Trivial refactoring for better performance - posted by su...@apache.org on 2018/08/04 00:49:19 UTC, 0 replies.
- [2/4] groovy git commit: Trivial refactoring: simplify the condition expression - posted by su...@apache.org on 2018/08/04 00:49:20 UTC, 0 replies.
- [3/4] groovy git commit: Optimize imports - posted by su...@apache.org on 2018/08/04 00:49:21 UTC, 0 replies.
- [4/4] groovy git commit: Make `captureAndCreateNode` CompileStatic - posted by su...@apache.org on 2018/08/04 00:49:22 UTC, 0 replies.
- groovy git commit: GROOVY-8730: trait helper contains unused abstract methods - posted by pa...@apache.org on 2018/08/04 03:44:26 UTC, 1 replies.
- groovy git commit: GROOVY-8731: improve error message for the case of static and instance methods with same signature when using traits - posted by pa...@apache.org on 2018/08/05 13:38:16 UTC, 0 replies.
- groovy git commit: GROOVY-8731: add some additional wording in the documentation for this case - posted by pa...@apache.org on 2018/08/05 13:59:41 UTC, 0 replies.
- [1/2] groovy git commit: GROOVY-8731: add some additional wording in the documentation for this case - posted by pa...@apache.org on 2018/08/05 14:02:11 UTC, 0 replies.
- [2/2] groovy git commit: GROOVY-8731: improve error message for the case of static and instance methods with same signature when using traits - posted by pa...@apache.org on 2018/08/05 14:02:12 UTC, 0 replies.
- groovy git commit: add support for JDK 10 and JDK 11 targets (closes #777) - posted by ke...@apache.org on 2018/08/05 18:27:52 UTC, 0 replies.
- groovy git commit: add support for JDK 10 and JDK 11 targets - posted by ke...@apache.org on 2018/08/05 18:34:35 UTC, 0 replies.
- groovy git commit: GROOVY-8728: Verifier.addDefaultParameters erases metadata if run more than once - posted by pa...@apache.org on 2018/08/06 06:02:47 UTC, 1 replies.
- groovy git commit: GROOVY-6716: Cannot implement a trait via anonymous class - posted by pa...@apache.org on 2018/08/06 10:57:16 UTC, 1 replies.
- groovy git commit: GROOVY-8403: Trait FieldHelper is not marked synthetic - posted by pa...@apache.org on 2018/08/06 15:19:07 UTC, 1 replies.
- groovy git commit: GROOVY-8722: final modifier for non-abstract methods in traits is ignored (closes #780) - posted by pa...@apache.org on 2018/08/06 22:08:17 UTC, 1 replies.
- groovy git commit: improve wording - posted by pa...@apache.org on 2018/08/07 03:12:11 UTC, 1 replies.
- groovy git commit: fix typo - posted by pa...@apache.org on 2018/08/07 06:19:21 UTC, 1 replies.
- groovy git commit: support detecting JDK9+ in vmplugin - posted by pa...@apache.org on 2018/08/07 23:56:04 UTC, 1 replies.
- groovy git commit: GROOVY-8733: Groovy could provide a chop DGM method - posted by pa...@apache.org on 2018/08/08 08:43:00 UTC, 0 replies.
- groovy git commit: GROOVY-8733: Groovy could provide a chop DGM method (reworked slightly for consistency) - posted by pa...@apache.org on 2018/08/08 13:09:16 UTC, 0 replies.
- [1/2] groovy git commit: GROOVY-8733: Groovy could provide a chop DGM method (reworked slightly for consistency) - posted by pa...@apache.org on 2018/08/08 14:25:43 UTC, 0 replies.
- [2/2] groovy git commit: GROOVY-8733: Groovy could provide a chop DGM method - posted by pa...@apache.org on 2018/08/08 14:25:44 UTC, 0 replies.
- groovy git commit: support detecting JDK9+ in vmplugin (build tweak for JDK7) - posted by pa...@apache.org on 2018/08/08 14:47:58 UTC, 0 replies.
- groovy git commit: GROOVY-8738 bump picocli version to 3.5.0 from 3.3.0 - posted by rp...@apache.org on 2018/08/09 11:49:22 UTC, 1 replies.
- groovy git commit: GROOVY-8718: add missing import - posted by pa...@apache.org on 2018/08/09 11:53:15 UTC, 1 replies.
- [1/2] groovy git commit: GROOVY-8718: handle new quit handler param - posted by pa...@apache.org on 2018/08/09 23:30:21 UTC, 0 replies.
- [2/2] groovy git commit: GROOVY-8732: @CompileStatic refers to private field in parent class (closes #781) Currently JavaBean style getters aren't recognised before some preliminary provisions are made for the case of accessing the private field in place - posted by pa...@apache.org on 2018/08/09 23:30:22 UTC, 0 replies.
- [1/2] groovy git commit: GROOVY-8732: @CompileStatic refers to private field in parent class (closes #781) Currently JavaBean style getters aren't recognised before some preliminary provisions are made for the case of accessing the private field in place - posted by pa...@apache.org on 2018/08/10 00:04:23 UTC, 0 replies.
- [2/2] groovy git commit: GROOVY-8718: handle new quit handler param - posted by pa...@apache.org on 2018/08/10 00:04:24 UTC, 0 replies.
- groovy git commit: GROOVY-8718: handle new quit handler param better - posted by pa...@apache.org on 2018/08/10 04:59:09 UTC, 0 replies.
- groovy git commit: GROOVY-8740: groovy.util.CliBuilder doesn't handle parse errors correctly - posted by pa...@apache.org on 2018/08/10 11:27:49 UTC, 1 replies.
- [1/3] groovy git commit: GROOVY-8718: handle new quit handler param better - posted by pa...@apache.org on 2018/08/10 12:09:50 UTC, 0 replies.
- [2/3] groovy git commit: GROOVY-8740: groovy.util.CliBuilder doesn't handle parse errors correctly - posted by pa...@apache.org on 2018/08/10 12:09:51 UTC, 0 replies.
- [3/3] groovy git commit: GROOVY-8740: groovy.util.CliBuilder doesn't handle parse errors correctly - posted by pa...@apache.org on 2018/08/10 12:09:52 UTC, 0 replies.
- svn commit: r28654 - in /dev/groovy/2.5.2: ./ distribution/ sources/ - posted by pa...@apache.org on 2018/08/10 13:35:11 UTC, 0 replies.
- [groovy] Git Push Summary - posted by pa...@apache.org on 2018/08/10 13:35:18 UTC, 0 replies.
- groovy git commit: GROOVY-8743: Abstract method in trait should not have method body - posted by su...@apache.org on 2018/08/10 19:33:02 UTC, 0 replies.
- groovy git commit: Refine "GROOVY-8743: Abstract method in trait should not have method body" - posted by su...@apache.org on 2018/08/10 19:56:10 UTC, 0 replies.
- [1/2] groovy git commit: GROOVY-8743: Abstract method in trait should not have method body - posted by su...@apache.org on 2018/08/10 20:20:18 UTC, 0 replies.
- [2/2] groovy git commit: Refine "GROOVY-8743: Abstract method in trait should not have method body" - posted by su...@apache.org on 2018/08/10 20:20:19 UTC, 0 replies.
- [1/4] groovy git commit: GROOVY-8746: bump bridger to 1.5.Final - posted by pa...@apache.org on 2018/08/11 11:01:19 UTC, 0 replies.
- [2/4] groovy git commit: GROOVY-8744: bump ASM to 6.2.1 - posted by pa...@apache.org on 2018/08/11 11:01:20 UTC, 1 replies.
- [3/4] groovy git commit: GROOVY-8745: bump Ant to 1.10.5 - posted by pa...@apache.org on 2018/08/11 11:01:21 UTC, 0 replies.
- [4/4] groovy git commit: add dependency update plugin - posted by pa...@apache.org on 2018/08/11 11:01:22 UTC, 1 replies.
- groovy git commit: Trivial refactoring: remove unnecessary type check and cast - posted by su...@apache.org on 2018/08/11 13:20:19 UTC, 0 replies.
- groovy git commit: Improve the performance of resolving default imports - posted by su...@apache.org on 2018/08/11 14:11:12 UTC, 0 replies.
- [1/2] groovy git commit: Improve the performance of resolving default imports - posted by su...@apache.org on 2018/08/11 14:40:40 UTC, 0 replies.
- [2/2] groovy git commit: Trivial refactoring: remove unnecessary type check and cast - posted by su...@apache.org on 2018/08/11 14:40:41 UTC, 0 replies.
- groovy git commit: Reduce the initial capacity of resolved package set - posted by su...@apache.org on 2018/08/11 14:47:08 UTC, 1 replies.
- groovy git commit: Minor refactoring: Use `ConcurrentCommonCache` to cache resolved type and packages - posted by su...@apache.org on 2018/08/11 16:26:39 UTC, 1 replies.
- groovy git commit: Minor refactoring: Use `UnlimitedConcurrentCache` instead for better performance - posted by su...@apache.org on 2018/08/11 16:42:24 UTC, 0 replies.
- groovy git commit: Trivial refactoring: create`ValueProvider` via lambda - posted by su...@apache.org on 2018/08/11 16:52:36 UTC, 0 replies.
- groovy git commit: Trivial refactoring: simplify `checkInnerTypeVisibility` - posted by su...@apache.org on 2018/08/11 17:36:02 UTC, 1 replies.
- [1/4] groovy git commit: GROOVY-8745: bump Ant to 1.9.13 - posted by pa...@apache.org on 2018/08/12 00:15:42 UTC, 0 replies.
- [3/4] groovy git commit: GROOVY-8746: bump bridger to 1.5.Final - posted by pa...@apache.org on 2018/08/12 00:15:44 UTC, 0 replies.
- groovy git commit: fix build for jdk7 - posted by pa...@apache.org on 2018/08/12 01:31:16 UTC, 0 replies.
- groovy-examples git commit: prep - posted by pa...@apache.org on 2018/08/12 05:15:49 UTC, 0 replies.
- [1/4] groovy git commit: move examples to their own repo - posted by pa...@apache.org on 2018/08/12 06:07:21 UTC, 1 replies.
- [2/4] groovy git commit: move examples to their own repo - posted by pa...@apache.org on 2018/08/12 06:07:22 UTC, 1 replies.
- [3/4] groovy git commit: move examples to their own repo - posted by pa...@apache.org on 2018/08/12 06:07:23 UTC, 1 replies.
- [4/4] groovy git commit: move examples to their own repo - posted by pa...@apache.org on 2018/08/12 06:07:24 UTC, 1 replies.
- groovy git commit: Make most of methods in `GrapeIvy` CompileStatic for better performance - posted by su...@apache.org on 2018/08/12 11:28:57 UTC, 0 replies.
- groovy git commit: Close jar file and input stream - posted by su...@apache.org on 2018/08/12 12:06:28 UTC, 0 replies.
- [1/2] groovy git commit: Make most of methods in `GrapeIvy` CompileStatic for better performance - posted by su...@apache.org on 2018/08/12 12:15:38 UTC, 0 replies.
- [2/2] groovy git commit: Close jar file and input stream - posted by su...@apache.org on 2018/08/12 12:15:39 UTC, 0 replies.
- groovy git commit: Close zip file and input stream - posted by su...@apache.org on 2018/08/12 12:31:15 UTC, 1 replies.
- groovy git commit: Make `PackageHelperImpl` CompileStatic for better performance - posted by su...@apache.org on 2018/08/12 13:30:04 UTC, 1 replies.
- [1/4] groovy-examples git commit: initial version - posted by pa...@apache.org on 2018/08/13 10:06:23 UTC, 0 replies.
- [2/4] groovy-examples git commit: initial version - posted by pa...@apache.org on 2018/08/13 10:06:24 UTC, 0 replies.
- [3/4] groovy-examples git commit: initial version - posted by pa...@apache.org on 2018/08/13 10:06:25 UTC, 0 replies.
- [4/4] groovy-examples git commit: initial version - posted by pa...@apache.org on 2018/08/13 10:06:26 UTC, 0 replies.
- groovy git commit: GROOVY-8748: CompileUnit could implement NodeMetaDataHandler to act as a "global" node for metadata (closes #783) - posted by pa...@apache.org on 2018/08/13 23:45:25 UTC, 1 replies.
- groovy git commit: GROOVY-8748: tweaks for 2_5_X branch - posted by pa...@apache.org on 2018/08/13 23:58:58 UTC, 0 replies.
- svn commit: r28700 - in /release/groovy/2.5.2: ./ distribution/ sources/ - posted by pa...@apache.org on 2018/08/14 00:26:59 UTC, 0 replies.
- svn commit: r28701 - /dev/groovy/2.5.2/ - posted by pa...@apache.org on 2018/08/14 00:27:04 UTC, 0 replies.
- svn commit: r28705 - /release/groovy/2.5.1/ - posted by pa...@apache.org on 2018/08/14 05:22:31 UTC, 0 replies.
- svn commit: r28706 - /release/groovy/2.6.0-alpha-4/ - posted by pa...@apache.org on 2018/08/14 05:23:54 UTC, 0 replies.
- groovy-examples git commit: add rat checking - posted by pa...@apache.org on 2018/08/14 05:36:32 UTC, 0 replies.
- groovy git commit: Bump version on GROOVY_2_5_X branch - posted by pa...@apache.org on 2018/08/14 07:24:57 UTC, 0 replies.
- [1/4] groovy-website git commit: copy of js resources from user site - posted by pa...@apache.org on 2018/08/16 00:31:36 UTC, 0 replies.
- [2/4] groovy-website git commit: copy of js resources from user site - posted by pa...@apache.org on 2018/08/16 00:31:37 UTC, 0 replies.
- [3/4] groovy-website git commit: copy of js resources from user site - posted by pa...@apache.org on 2018/08/16 00:31:38 UTC, 0 replies.
- [4/4] groovy-website git commit: copy of js resources from user site - posted by pa...@apache.org on 2018/08/16 00:31:39 UTC, 0 replies.
- [1/5] groovy-website git commit: add images and css from user site - posted by pa...@apache.org on 2018/08/16 00:40:54 UTC, 0 replies.
- [2/5] groovy-website git commit: add images and css from user site - posted by pa...@apache.org on 2018/08/16 00:40:55 UTC, 0 replies.
- [3/5] groovy-website git commit: add images and css from user site - posted by pa...@apache.org on 2018/08/16 00:40:56 UTC, 0 replies.
- [4/5] groovy-website git commit: add images and css from user site - posted by pa...@apache.org on 2018/08/16 00:40:57 UTC, 0 replies.
- [5/5] groovy-website git commit: add images and css from user site - posted by pa...@apache.org on 2018/08/16 00:40:58 UTC, 0 replies.
- groovy-website git commit: add images and css from user site - posted by pa...@apache.org on 2018/08/16 00:44:00 UTC, 0 replies.
- groovy-examples git commit: try to jumpstart github integration again - posted by pa...@apache.org on 2018/08/16 09:29:28 UTC, 0 replies.
- groovy git commit: minor refactor - posted by pa...@apache.org on 2018/08/17 07:39:20 UTC, 0 replies.
- groovy git commit: GROOVY-8754: support JAVA_HOME including spaces on Windows (closes #784) - posted by pa...@apache.org on 2018/08/18 00:40:34 UTC, 1 replies.
- groovy git commit: GROOVY-8741: Add tests and implementation(closes #782) - posted by su...@apache.org on 2018/08/18 05:47:49 UTC, 0 replies.
- groovy git commit: Forbidden using command chain expression in array initializer to avoid ambiguities - posted by su...@apache.org on 2018/08/18 07:42:48 UTC, 1 replies.
- [1/2] groovy git commit: Refine the test for "Forbidden using command chain expression in array initializer to avoid ambiguities" - posted by su...@apache.org on 2018/08/18 08:03:48 UTC, 0 replies.
- [2/2] groovy git commit: Refine the test for "Forbidden using command chain expression in array initializer to avoid ambiguities" further - posted by su...@apache.org on 2018/08/18 08:03:49 UTC, 0 replies.
- groovy git commit: Add a test for "GROOVY-8405: Inherited methods with default parameters cause cause static compilation to fail" - posted by su...@apache.org on 2018/08/18 08:47:20 UTC, 1 replies.
- groovy git commit: GenericType name should use custom type rather than `String`(prepare to fix GROOVY-8409) - posted by su...@apache.org on 2018/08/18 12:31:15 UTC, 1 replies.
- groovy git commit: Add javadoc to class `GenericsTypeName` - posted by su...@apache.org on 2018/08/18 13:10:58 UTC, 0 replies.
- groovy git commit: Add `toString` method to class `GenericsTypeName` - posted by su...@apache.org on 2018/08/18 13:22:19 UTC, 0 replies.
- groovy git commit: Update javadoc of GenericsTypeName - posted by su...@apache.org on 2018/08/18 15:16:37 UTC, 0 replies.
- groovy git commit: GROOVY-7330: Incorrect dynamic proxy creation from map when there are default methods (closes #785) - posted by pa...@apache.org on 2018/08/19 06:57:10 UTC, 0 replies.
- [1/2] groovy git commit: GROOVY-7330: Incorrect dynamic proxy creation from map when there are default methods (closes #785) - posted by pa...@apache.org on 2018/08/19 07:01:53 UTC, 0 replies.
- [2/2] groovy git commit: minor refactor - posted by pa...@apache.org on 2018/08/19 07:01:54 UTC, 0 replies.
- groovy git commit: GROOVY-8753: Compiler error in STC: exception in phase 'instruction selection' (closes #786) - posted by pa...@apache.org on 2018/08/19 07:05:37 UTC, 1 replies.
- groovy git commit: grammar correction - posted by pa...@apache.org on 2018/08/19 09:50:50 UTC, 1 replies.
- [1/2] groovy git commit: Revert "grammar correction" - posted by pa...@apache.org on 2018/08/19 09:54:41 UTC, 0 replies.
- [2/2] groovy git commit: grammar correction - posted by pa...@apache.org on 2018/08/19 09:54:42 UTC, 0 replies.
- groovy git commit: GROOVY-8669: Groovy class does not compile if the ValueType of an annotation is not on the classpath - posted by pa...@apache.org on 2018/08/19 09:56:35 UTC, 0 replies.
- groovy git commit: groovy-ant: refactor test directories to be under groovy.ant not groovy.util and split out an AntTestCase - posted by pa...@apache.org on 2018/08/19 12:12:51 UTC, 0 replies.
- groovy git commit: Add a test and workaround for GROOVY-8409 - posted by su...@apache.org on 2018/08/19 12:24:27 UTC, 1 replies.
- groovy git commit: Update javadoc for `GenericsTypeName` - posted by su...@apache.org on 2018/08/19 12:47:40 UTC, 1 replies.
- groovy git commit: groovy-ant: further refactoring - posted by pa...@apache.org on 2018/08/19 13:22:54 UTC, 0 replies.
- groovy git commit: test for GROOVY-8669 - posted by pa...@apache.org on 2018/08/19 13:23:40 UTC, 0 replies.
- [1/6] groovy git commit: grammar correction - posted by pa...@apache.org on 2018/08/19 13:29:49 UTC, 0 replies.
- [2/6] groovy git commit: Revert "grammar correction" - posted by pa...@apache.org on 2018/08/19 13:29:50 UTC, 0 replies.
- [3/6] groovy git commit: groovy-ant: refactor test directories to be under groovy.ant not groovy.util and split out an AntTestCase - posted by pa...@apache.org on 2018/08/19 13:29:51 UTC, 0 replies.
- [4/6] groovy git commit: groovy-ant: further refactoring - posted by pa...@apache.org on 2018/08/19 13:29:52 UTC, 0 replies.
- [5/6] groovy git commit: test for GROOVY-8669 - posted by pa...@apache.org on 2018/08/19 13:29:53 UTC, 0 replies.
- [6/6] groovy git commit: GROOVY-8669: Groovy class does not compile if the ValueType of an annotation is not on the classpath - posted by pa...@apache.org on 2018/08/19 13:29:54 UTC, 0 replies.
- groovy git commit: move for JDK7 build - posted by pa...@apache.org on 2018/08/19 13:46:42 UTC, 1 replies.
- groovy git commit: move to tests-vm8 - posted by pa...@apache.org on 2018/08/19 13:54:08 UTC, 0 replies.
- groovy git commit: fix javadoc build config for JDK11 - posted by pa...@apache.org on 2018/08/19 23:06:27 UTC, 0 replies.
- groovy git commit: fix groovydoc build config for JDK11 - posted by pa...@apache.org on 2018/08/19 23:23:19 UTC, 0 replies.
- [1/2] groovy git commit: fix groovydoc build config for JDK11 - posted by pa...@apache.org on 2018/08/19 23:28:48 UTC, 0 replies.
- [2/2] groovy git commit: fix javadoc build config for JDK11 - posted by pa...@apache.org on 2018/08/19 23:28:49 UTC, 0 replies.
- groovy git commit: refactor: split out (de)capitalize methods to a util class - helps limit exposure to jdk9 java.desktop module - posted by pa...@apache.org on 2018/08/20 12:36:51 UTC, 0 replies.
- groovy git commit: GROOVY-8759 fix picocli version of CliBuilder to behave like the commons.cli version when `stopAtNonOption` is switched off and an unknown command line option is specified - posted by rp...@apache.org on 2018/08/21 00:27:53 UTC, 1 replies.
- groovy git commit: clear bytecode and ASMifier views when refresh pressed - posted by pa...@apache.org on 2018/08/21 02:09:32 UTC, 1 replies.
- groovy git commit: GROOVY-8758: @WithReadLock in inner class of @CompileStatic class causes java.lang.VerifyError (closes #787) - posted by pa...@apache.org on 2018/08/23 03:19:04 UTC, 1 replies.
- groovy git commit: Add a test for GROOVY-6271 - posted by su...@apache.org on 2018/08/24 19:14:48 UTC, 1 replies.
- groovy git commit: Add a test for GROOVY-8084 - posted by su...@apache.org on 2018/08/24 19:52:35 UTC, 1 replies.
- groovy git commit: Trivial refactoring: Move condition to loop - posted by su...@apache.org on 2018/08/24 20:13:04 UTC, 1 replies.
- groovy git commit: Trivial refactoring: avoid redundant creation of `GenericsTypeName` - posted by su...@apache.org on 2018/08/25 16:03:43 UTC, 0 replies.
- [1/2] groovy git commit: Trivial refactoring: type may be primitive - posted by su...@apache.org on 2018/08/25 16:37:10 UTC, 0 replies.
- [2/2] groovy git commit: Minor refactoring: Identical 'catch' branches in 'try' statement - posted by su...@apache.org on 2018/08/25 16:37:11 UTC, 0 replies.
- groovy git commit: Minor refactoring: 'try finally' replaceable with 'try' with resources - posted by su...@apache.org on 2018/08/25 16:41:33 UTC, 0 replies.
- [1/8] groovy git commit: Minor refactoring: Explicit type can be replaced with <> - posted by su...@apache.org on 2018/08/25 16:44:49 UTC, 0 replies.
- [2/8] groovy git commit: Minor refactoring: Explicit type can be replaced with <> - posted by su...@apache.org on 2018/08/25 16:44:50 UTC, 0 replies.
- [3/8] groovy git commit: Minor refactoring: Explicit type can be replaced with <> - posted by su...@apache.org on 2018/08/25 16:44:51 UTC, 0 replies.
- [4/8] groovy git commit: Minor refactoring: Explicit type can be replaced with <> - posted by su...@apache.org on 2018/08/25 16:44:52 UTC, 0 replies.
- [5/8] groovy git commit: Minor refactoring: Explicit type can be replaced with <> - posted by su...@apache.org on 2018/08/25 16:44:53 UTC, 0 replies.
- [6/8] groovy git commit: Minor refactoring: Explicit type can be replaced with <> - posted by su...@apache.org on 2018/08/25 16:44:54 UTC, 0 replies.
- [7/8] groovy git commit: Minor refactoring: Explicit type can be replaced with <> - posted by su...@apache.org on 2018/08/25 16:44:55 UTC, 0 replies.
- [8/8] groovy git commit: Minor refactoring: Explicit type can be replaced with <> - posted by su...@apache.org on 2018/08/25 16:44:56 UTC, 0 replies.
- [1/4] groovy git commit: Trivial refactoring: avoid redundant creation of `GenericsTypeName` - posted by su...@apache.org on 2018/08/25 17:02:01 UTC, 0 replies.
- [2/4] groovy git commit: Trivial refactoring: type may be primitive - posted by su...@apache.org on 2018/08/25 17:02:02 UTC, 0 replies.
- [3/4] groovy git commit: Minor refactoring: Identical 'catch' branches in 'try' statement - posted by su...@apache.org on 2018/08/25 17:02:03 UTC, 0 replies.
- [4/4] groovy git commit: Minor refactoring: 'try finally' replaceable with 'try' with resources - posted by su...@apache.org on 2018/08/25 17:02:04 UTC, 0 replies.
- [1/8] groovy git commit: Revert "Minor refactoring: Explicit type can be replaced with <>" - posted by su...@apache.org on 2018/08/25 17:03:44 UTC, 0 replies.
- [2/8] groovy git commit: Revert "Minor refactoring: Explicit type can be replaced with <>" - posted by su...@apache.org on 2018/08/25 17:03:45 UTC, 0 replies.
- [3/8] groovy git commit: Revert "Minor refactoring: Explicit type can be replaced with <>" - posted by su...@apache.org on 2018/08/25 17:03:46 UTC, 0 replies.
- [4/8] groovy git commit: Revert "Minor refactoring: Explicit type can be replaced with <>" - posted by su...@apache.org on 2018/08/25 17:03:47 UTC, 0 replies.
- [5/8] groovy git commit: Revert "Minor refactoring: Explicit type can be replaced with <>" - posted by su...@apache.org on 2018/08/25 17:03:48 UTC, 0 replies.
- [6/8] groovy git commit: Revert "Minor refactoring: Explicit type can be replaced with <>" - posted by su...@apache.org on 2018/08/25 17:03:49 UTC, 0 replies.
- [7/8] groovy git commit: Revert "Minor refactoring: Explicit type can be replaced with <>" - posted by su...@apache.org on 2018/08/25 17:03:50 UTC, 0 replies.
- [8/8] groovy git commit: Revert "Minor refactoring: Explicit type can be replaced with <>" - posted by su...@apache.org on 2018/08/25 17:03:51 UTC, 0 replies.
- groovy git commit: GROOVY-8757: Incorrect bytecode produced after compiling class implementing trait with generic method (closes #788) - posted by pa...@apache.org on 2018/08/26 01:17:49 UTC, 2 replies.
- groovy git commit: Add a test for GROOVY-8337 - posted by su...@apache.org on 2018/08/26 02:07:35 UTC, 1 replies.
- groovy git commit: GROOVY-8090: Incorrectly processing method-level type generics information(closes #789) - posted by su...@apache.org on 2018/08/26 08:34:51 UTC, 1 replies.
- [1/4] groovy git commit: Minor refactoring: Identical 'catch' branches in 'try' statement - posted by su...@apache.org on 2018/08/26 10:27:29 UTC, 0 replies.
- [2/4] groovy git commit: Minor refactoring: 'try finally' replaceable with 'try' with resources - posted by su...@apache.org on 2018/08/26 10:27:30 UTC, 0 replies.
- [3/4] groovy git commit: Trivial refactoring: 'indexOf()' expression is replaceable with 'contains()' - posted by su...@apache.org on 2018/08/26 10:27:31 UTC, 0 replies.
- [4/4] groovy git commit: Trivial refactoring: avoid 'List.remove()' called in loop - posted by su...@apache.org on 2018/08/26 10:27:32 UTC, 0 replies.
- [1/5] groovy git commit: Minor refactoring: Identical 'catch' branches in 'try' statement - posted by su...@apache.org on 2018/08/26 10:27:50 UTC, 0 replies.
- [2/5] groovy git commit: Minor refactoring: 'try finally' replaceable with 'try' with resources - posted by su...@apache.org on 2018/08/26 10:27:51 UTC, 0 replies.
- [3/5] groovy git commit: Trivial refactoring: 'indexOf()' expression is replaceable with 'contains()' - posted by su...@apache.org on 2018/08/26 10:27:52 UTC, 0 replies.
- [4/5] groovy git commit: Trivial refactoring: avoid 'List.remove()' called in loop - posted by su...@apache.org on 2018/08/26 10:27:53 UTC, 0 replies.
- [5/5] groovy git commit: Optimize imports - posted by su...@apache.org on 2018/08/26 10:27:54 UTC, 0 replies.
- [1/3] groovy git commit: Trivial refactoring: avoid redundant String operation - posted by su...@apache.org on 2018/08/26 15:55:52 UTC, 1 replies.
- [2/3] groovy git commit: Trivial refactoring: Move condition to loop - posted by su...@apache.org on 2018/08/26 15:55:53 UTC, 1 replies.
- [3/3] groovy git commit: Trivial refactoring: 'continue' is unnecessary as the last statement in a loop - posted by su...@apache.org on 2018/08/26 15:55:54 UTC, 1 replies.
- groovy git commit: GROOVY-8767: bump gradle to 4.10 - posted by pa...@apache.org on 2018/08/28 06:33:23 UTC, 1 replies.
- groovy git commit: Minor refactoring: remove duplicated code - posted by su...@apache.org on 2018/08/31 21:19:53 UTC, 1 replies.