author int64 658 755k | date stringlengths 19 19 | timezone int64 -46,800 43.2k | hash stringlengths 40 40 | message stringlengths 5 490 | mods list | language stringclasses 20 values | license stringclasses 3 values | repo stringlengths 5 68 | original_message stringlengths 12 491 |
|---|---|---|---|---|---|---|---|---|---|
478,605 | 08.07.2022 15:31:52 | 25,200 | c53779d5eabc761027f134ce8eadcb74cddd9c39 | Added missing JavaTypes to ChangeTypeVisitor#updateType.
Added visitType to minimize original types in typesInUse. | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java/src/main/java/org/openrewrite/java/ChangeType.java",
"new_path": "rewrite-java/src/main/java/org/openrewrite/java/ChangeType.java",
"diff": "import java.nio.file.Path;\nimport java.nio.file.Paths;\n+import java.util.HashMap;\n+import java.util.Map... | Java | Apache License 2.0 | openrewrite/rewrite | Added missing JavaTypes to ChangeTypeVisitor#updateType. (#2025)
Added visitType to minimize original types in typesInUse. |
478,605 | 08.07.2022 16:46:53 | 25,200 | 927dac1b91fcd20e15c309673d581e8ba253c713 | Fix ChangeTypeTest#updateMethodType. | [
{
"change_type": "MODIFY",
"old_path": "rewrite-test/src/main/kotlin/org/openrewrite/java/ChangeTypeTest.kt",
"new_path": "rewrite-test/src/main/kotlin/org/openrewrite/java/ChangeTypeTest.kt",
"diff": "@@ -1394,9 +1394,10 @@ interface ChangeTypeTest : JavaRecipeTest {\n}\n\"\"\",\nafterConditions = ... | Java | Apache License 2.0 | openrewrite/rewrite | Fix ChangeTypeTest#updateMethodType. |
478,630 | 11.07.2022 00:20:19 | 25,200 | c75a127e695621b0d6756a39a37f7b323f05f10e | RewriteTest.rewriteRun() asserts that AST prints back to original source code | [
{
"change_type": "MODIFY",
"old_path": "rewrite-test/src/main/java/org/openrewrite/test/RewriteTest.java",
"new_path": "rewrite-test/src/main/java/org/openrewrite/test/RewriteTest.java",
"diff": "@@ -278,6 +278,11 @@ default void rewriteRun(Consumer<RecipeSpec> spec, SourceSpec<?>... sourceSpecs)\n/... | Java | Apache License 2.0 | openrewrite/rewrite | RewriteTest.rewriteRun() asserts that AST prints back to original source code |
478,605 | 11.07.2022 10:35:04 | 25,200 | f32dde896b313b04d94b64d85b7022f73263513f | Change class constructors in ChangeType$ChangeClassDefinition.
fixes | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java/src/main/java/org/openrewrite/java/ChangeType.java",
"new_path": "rewrite-java/src/main/java/org/openrewrite/java/ChangeType.java",
"diff": "@@ -414,10 +414,12 @@ private boolean isTargetFullyQualifiedType(@Nullable JavaType.FullyQualified fq)\npr... | Java | Apache License 2.0 | openrewrite/rewrite | Change class constructors in ChangeType$ChangeClassDefinition.
fixes #2034 |
478,630 | 11.07.2022 09:43:58 | 25,200 | 50348db91d53bfd7c818b9bbd34ef7d4d0b69dea | Fix GroovyParserVisitor treating 'return null' like 'return' | [
{
"change_type": "MODIFY",
"old_path": "rewrite-groovy/src/main/java/org/openrewrite/groovy/GroovyParserVisitor.java",
"new_path": "rewrite-groovy/src/main/java/org/openrewrite/groovy/GroovyParserVisitor.java",
"diff": "@@ -1379,7 +1379,8 @@ public void visitPropertyExpression(PropertyExpression pro... | Java | Apache License 2.0 | openrewrite/rewrite | Fix GroovyParserVisitor treating 'return null' like 'return' |
478,630 | 11.07.2022 10:56:49 | 25,200 | 270c1a655c32076c0097490293069e628fb65d26 | Fix Groovy annotations with implicit value argument, misprinting of method declarations with annotations on parameters | [
{
"change_type": "MODIFY",
"old_path": "rewrite-groovy/src/main/java/org/openrewrite/groovy/GroovyParserVisitor.java",
"new_path": "rewrite-groovy/src/main/java/org/openrewrite/groovy/GroovyParserVisitor.java",
"diff": "@@ -380,7 +380,20 @@ protected void visitAnnotation(AnnotationNode annotation) {... | Java | Apache License 2.0 | openrewrite/rewrite | Fix Groovy annotations with implicit value argument, misprinting of method declarations with annotations on parameters |
478,605 | 11.07.2022 12:51:33 | 25,200 | 2b459827aabad8efbb1c3389066dcb1e79a5b2cf | Fix IOB in JavaVersion#getMajorVersion when version is from maven compiler source.
fixes | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java/src/main/java/org/openrewrite/java/marker/JavaVersion.java",
"new_path": "rewrite-java/src/main/java/org/openrewrite/java/marker/JavaVersion.java",
"diff": "@@ -49,7 +49,7 @@ private String normalize(String version) {\nif (version.startsWith(\"1.\... | Java | Apache License 2.0 | openrewrite/rewrite | Fix IOB in JavaVersion#getMajorVersion when version is from maven compiler source.
fixes #2035 |
478,605 | 11.07.2022 13:06:33 | 25,200 | 090ff372a735492024beb978ae5bc0d1be4c3c24 | Polish. Added assert to cover maven compiler java version 8 without prefix of `1.` in UsesJavaVersionTest. | [
{
"change_type": "MODIFY",
"old_path": "rewrite-test/src/main/kotlin/org/openrewrite/java/search/UsesJavaVersionTest.kt",
"new_path": "rewrite-test/src/main/kotlin/org/openrewrite/java/search/UsesJavaVersionTest.kt",
"diff": "@@ -31,9 +31,12 @@ interface UsesJavaVersionTest : JavaRecipeTest {\n@Issu... | Java | Apache License 2.0 | openrewrite/rewrite | Polish. Added assert to cover maven compiler java version 8 without prefix of `1.` in UsesJavaVersionTest. |
478,630 | 11.07.2022 14:50:25 | 25,200 | 83598a68c2b2d6f63ca01f52e56ec24c52b6a1d3 | Make RecipeIntrospectionUtils.getPrimaryConstructor() operate correctly when it was loaded by a different classloader than JsonCreator | [
{
"change_type": "MODIFY",
"old_path": "rewrite-core/src/main/java/org/openrewrite/internal/RecipeIntrospectionUtils.java",
"new_path": "rewrite-core/src/main/java/org/openrewrite/internal/RecipeIntrospectionUtils.java",
"diff": "*/\npackage org.openrewrite.internal;\n-import com.fasterxml.jackson.a... | Java | Apache License 2.0 | openrewrite/rewrite | Make RecipeIntrospectionUtils.getPrimaryConstructor() operate correctly when it was loaded by a different classloader than JsonCreator |
478,605 | 12.07.2022 10:01:18 | 25,200 | 8fd94f30012151085225b6f5a2efe219227a12ad | Added method to collect class field names from super classes. | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java/src/main/java/org/openrewrite/java/VariableNameUtils.java",
"new_path": "rewrite-java/src/main/java/org/openrewrite/java/VariableNameUtils.java",
"diff": "@@ -71,8 +71,6 @@ public static String generateVariableName(String baseName, Cursor scope, G... | Java | Apache License 2.0 | openrewrite/rewrite | Added method to collect class field names from super classes. |
478,642 | 12.07.2022 19:19:27 | 14,400 | a1010345f49e96bca7f0b3c69dc14686841e579c | Improved behavior of RemoveRedundantDependencyVersions when deserialized with empty-string options instead of null | [
{
"change_type": "MODIFY",
"old_path": "rewrite-maven/src/main/java/org/openrewrite/maven/RemoveRedundantDependencyVersions.java",
"new_path": "rewrite-maven/src/main/java/org/openrewrite/maven/RemoveRedundantDependencyVersions.java",
"diff": "import org.openrewrite.Recipe;\nimport org.openrewrite.T... | Java | Apache License 2.0 | openrewrite/rewrite | Improved behavior of RemoveRedundantDependencyVersions when deserialized with empty-string options instead of null (#2038) |
478,605 | 13.07.2022 13:33:04 | 25,200 | e6b7fd2cf2b02e4332dc4ad326e75fd5db181ea9 | Return the correct results from a JsonPath that ends with a wildcard. Fixed disabled JsonPathMatcher tests.
fixes | [
{
"change_type": "MODIFY",
"old_path": "rewrite-json/src/main/java/org/openrewrite/json/JsonPathMatcher.java",
"new_path": "rewrite-json/src/main/java/org/openrewrite/json/JsonPathMatcher.java",
"diff": "@@ -63,8 +63,10 @@ public JsonPathMatcher(String jsonPath) {\n} else {\nstart = cursorPath.peekF... | Java | Apache License 2.0 | openrewrite/rewrite | Return the correct results from a JsonPath that ends with a wildcard. Fixed disabled JsonPathMatcher tests.
fixes #2041 |
478,637 | 14.07.2022 14:56:05 | -7,200 | 251cc5812cca3f7cd2da6a996887f8cfa5d6b417 | Added test to relocate the property update with common infix | [
{
"change_type": "MODIFY",
"old_path": "rewrite-yaml/src/test/kotlin/org/openrewrite/yaml/ChangeKeyTest.kt",
"new_path": "rewrite-yaml/src/test/kotlin/org/openrewrite/yaml/ChangeKeyTest.kt",
"diff": "@@ -139,4 +139,42 @@ class ChangeKeyTest : YamlRecipeTest {\nassertChanged(recipe = recipe, before =... | Java | Apache License 2.0 | openrewrite/rewrite | Added test to relocate the property update with common infix (#2042) |
478,605 | 14.07.2022 12:47:55 | 25,200 | ccebd263b728cea1e2a545fe3ee66f2f383a6779 | Fixed java doc parsing issue related to multiline trailing whitespace mixed with javadoc margins.
fixes | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java-11/src/main/java/org/openrewrite/java/isolated/ReloadableJava11JavadocVisitor.java",
"new_path": "rewrite-java-11/src/main/java/org/openrewrite/java/isolated/ReloadableJava11JavadocVisitor.java",
"diff": "@@ -335,17 +335,26 @@ public Tree visitDoc... | Java | Apache License 2.0 | openrewrite/rewrite | Fixed java doc parsing issue related to multiline trailing whitespace mixed with javadoc margins. (#2047)
fixes #2046 |
478,630 | 14.07.2022 13:44:23 | 25,200 | 63c2840348a2178393487453fd58294f1da5fafb | Add instructions for how to build rewrite | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -15,6 +15,58 @@ Feel free to join us on [Slack](https://join.slack.com/t/rewriteoss/shared_invit\nFollow us on [Twitter](https://twitter.com/moderneinc) and [LinkedIn](https://www.linkedin.com/company/moderneinc... | Java | Apache License 2.0 | openrewrite/rewrite | Add instructions for how to build rewrite |
478,630 | 14.07.2022 13:51:15 | 25,200 | 141765830b5ccddf10e698206ed529b1ebfc4432 | Add username/password configuration to init script example | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -36,6 +36,10 @@ import org.gradle.api.internal.artifacts.repositories.MavenLocalArtifactReposito\n// Replace with your company's artifact repository\nString enterpriseRepository = \"https://repo.maven.apache.org... | Java | Apache License 2.0 | openrewrite/rewrite | Add username/password configuration to init script example |
478,630 | 14.07.2022 13:56:25 | 25,200 | b3b5a323487f235cbbe702b6c793a2f5c60d3296 | Fix import of MavenArtifactRepository | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -31,7 +31,7 @@ If organizational security policy or network configuration forbids this, then yo\nCopy this script to a file named `init.gradle` into the <user home>/.gradle directory.\nModify the `enterpriseRepo... | Java | Apache License 2.0 | openrewrite/rewrite | Fix import of MavenArtifactRepository |
478,630 | 14.07.2022 14:37:56 | 25,200 | ffe19cc924650822362e404807edf0303a19b409 | Properly tested init script for changing build to use corporate repositories | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -28,34 +28,47 @@ To compile and run tests invoke `./gradlew build`. To publish a snapshot build t\nOpenRewrite typically accesses the Maven Central artifact repository to download necessary dependencies.\nIf org... | Java | Apache License 2.0 | openrewrite/rewrite | Properly tested init script for changing build to use corporate repositories |
478,605 | 15.07.2022 16:04:03 | 25,200 | cb93f52978b131a0e07e5c5c0564aedabeec53bf | Guard against null JavaType$Method declaringType in ExternalSinkModels and ExternalFlowModels. | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java/src/main/java/org/openrewrite/java/dataflow/ExternalFlowModels.java",
"new_path": "rewrite-java/src/main/java/org/openrewrite/java/dataflow/ExternalFlowModels.java",
"diff": "@@ -215,10 +215,12 @@ public FullyQualifiedNameToFlowModels merge(FullyQ... | Java | Apache License 2.0 | openrewrite/rewrite | Guard against null JavaType$Method declaringType in ExternalSinkModels and ExternalFlowModels. (#2052) |
478,642 | 15.07.2022 13:49:27 | 14,400 | 86f9f63bde54f9ed87185f0eed121ef249a80aa9 | Preserving parent associations in multi-module maven projects using CI-friendly versions | [
{
"change_type": "MODIFY",
"old_path": "rewrite-maven/src/main/java/org/openrewrite/maven/MavenParser.java",
"new_path": "rewrite-maven/src/main/java/org/openrewrite/maven/MavenParser.java",
"diff": "import org.openrewrite.HttpSenderExecutionContextView;\nimport org.openrewrite.InMemoryExecutionCont... | Java | Apache License 2.0 | openrewrite/rewrite | Preserving parent associations in multi-module maven projects using CI-friendly versions (#2049) |
478,642 | 18.07.2022 11:02:41 | 14,400 | 1be167a54b15f283de7735c25c91533d3902ef8f | ChangeParentPom now runs RemoveRedundantDependencyVersion both before and after applying the new parent to the maven model | [
{
"change_type": "MODIFY",
"old_path": "rewrite-maven/src/main/java/org/openrewrite/maven/ChangeParentPom.java",
"new_path": "rewrite-maven/src/main/java/org/openrewrite/maven/ChangeParentPom.java",
"diff": "@@ -138,7 +138,9 @@ public Validated validate() {\npublic Xml.Document visitDocument(Xml.Doc... | Java | Apache License 2.0 | openrewrite/rewrite | ChangeParentPom now runs RemoveRedundantDependencyVersion both before and after applying the new parent to the maven model (#2054) |
478,605 | 18.07.2022 12:24:03 | 25,200 | dd769fa68eaabcfebfddf48fae1de0964879c868 | Cast J to NameTree in visitParameterizedType of JavadocVisitors. | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java-11/src/main/java/org/openrewrite/java/isolated/ReloadableJava11JavadocVisitor.java",
"new_path": "rewrite-java-11/src/main/java/org/openrewrite/java/isolated/ReloadableJava11JavadocVisitor.java",
"diff": "@@ -1072,7 +1072,7 @@ public J visitPrimit... | Java | Apache License 2.0 | openrewrite/rewrite | Cast J to NameTree in visitParameterizedType of JavadocVisitors. (#2057) |
478,619 | 18.07.2022 15:15:53 | 25,200 | 53079484960eaf6c04a7b4a08a6dacdd4f492c59 | Better error handling in RecipeScheduler | [
{
"change_type": "MODIFY",
"old_path": "rewrite-core/src/main/java/org/openrewrite/RecipeScheduler.java",
"new_path": "rewrite-core/src/main/java/org/openrewrite/RecipeScheduler.java",
"diff": "@@ -171,13 +171,12 @@ public Tree visit(@Nullable Tree tree, PrintOutputCapture<ExecutionContext> p) {\nEx... | Java | Apache License 2.0 | openrewrite/rewrite | Better error handling in RecipeScheduler (#2058)
Co-authored-by: Tyler Van Gorder <tkvangorder@users.noreply.github.com> |
478,605 | 18.07.2022 18:38:27 | 25,200 | d236a4e54e6fa27580fc5ccff96a605e883bd667 | Print `JavaDoc.LineBreak` in place of new lines in `Space` for and
* Added Javadoc.Reference to wrap linebreaks contained in a java Space.
Added visitLineBreak in Javadoc.JavaVisitor.
Added line break printing in place of new lines in Space.
Added support for multiline
Ensure LineBreaks are in order.
* Backwards compatibility. | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java-11/src/main/java/org/openrewrite/java/isolated/ReloadableJava11JavadocVisitor.java",
"new_path": "rewrite-java-11/src/main/java/org/openrewrite/java/isolated/ReloadableJava11JavadocVisitor.java",
"diff": "import org.openrewrite.marker.Markers;\nim... | Java | Apache License 2.0 | openrewrite/rewrite | Print `JavaDoc.LineBreak` in place of new lines in `Space` for @link and @see (#2048)
* Added Javadoc.Reference to wrap linebreaks contained in a java Space.
Added visitLineBreak in Javadoc.JavaVisitor.
Added line break printing in place of new lines in Space.
Added support for multiline @param.
Ensure LineBreaks are in order.
* Backwards compatibility. |
478,619 | 19.07.2022 08:53:16 | 25,200 | 80c28ed4958afcc0e6544897e0e75f135a36e650 | Fix potential NPE when using DeleteStatement visitor fixes | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java/src/main/java/org/openrewrite/java/DeleteStatement.java",
"new_path": "rewrite-java/src/main/java/org/openrewrite/java/DeleteStatement.java",
"diff": "import org.openrewrite.internal.ListUtils;\nimport org.openrewrite.java.search.FindReferencedTyp... | Java | Apache License 2.0 | openrewrite/rewrite | Fix potential NPE when using DeleteStatement visitor fixes #2061 |
478,630 | 19.07.2022 09:50:44 | 25,200 | f703179e9319e32b0b165eea9d9769106c778563 | Add annotations to dataflow classes which were missing them | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java/src/main/java/org/openrewrite/java/dataflow/DefaultFlowModels.java",
"new_path": "rewrite-java/src/main/java/org/openrewrite/java/dataflow/DefaultFlowModels.java",
"diff": "import lombok.AccessLevel;\nimport lombok.NoArgsConstructor;\nimport org.o... | Java | Apache License 2.0 | openrewrite/rewrite | Add @Incubating annotations to dataflow classes which were missing them |
478,630 | 19.07.2022 14:16:58 | 25,200 | b64df7e7272890eace61ebe14a9106f8e6850517 | Add RewriteTest verification that each input parses into a SourceFile | [
{
"change_type": "MODIFY",
"old_path": "rewrite-test/src/main/java/org/openrewrite/test/RewriteTest.java",
"new_path": "rewrite-test/src/main/java/org/openrewrite/test/RewriteTest.java",
"diff": "@@ -252,6 +252,9 @@ default void rewriteRun(Consumer<RecipeSpec> spec, SourceSpec<?>... sourceSpecs)\n//... | Java | Apache License 2.0 | openrewrite/rewrite | Add RewriteTest verification that each input parses into a SourceFile |
478,613 | 25.07.2022 23:05:33 | 14,400 | 1e041019e9b125aab92d8ec04d095ea5934ee7dc | Fun with byte buddy - fixes | [
{
"change_type": "MODIFY",
"old_path": "rewrite-core/src/main/java/org/openrewrite/TreeVisitor.java",
"new_path": "rewrite-core/src/main/java/org/openrewrite/TreeVisitor.java",
"diff": "import net.bytebuddy.description.type.TypeDescription;\nimport net.bytebuddy.description.type.TypeDescription.ForL... | Java | Apache License 2.0 | openrewrite/rewrite | Fun with byte buddy - fixes #2065 (#2074) |
478,619 | 27.07.2022 16:12:40 | 25,200 | c17067c482ab9d162ffa2e759f910398fdebc15d | Added static helper to create a plain text source file
Added static helper to create a plain text source file | [
{
"change_type": "MODIFY",
"old_path": "rewrite-core/src/main/java/org/openrewrite/text/CreateTextFile.java",
"new_path": "rewrite-core/src/main/java/org/openrewrite/text/CreateTextFile.java",
"diff": "@@ -72,14 +72,18 @@ public String getDescription() {\nreturn before;\n}\n- PlainTextParser parser ... | Java | Apache License 2.0 | openrewrite/rewrite | Added static helper to create a plain text source file (#2077)
Added static helper to create a plain text source file |
478,620 | 28.07.2022 20:29:14 | 18,000 | 0b2a04e9e59a04c5968c994fe0a1a1bfa395359f | support tfvars files for HCL parsing | [
{
"change_type": "MODIFY",
"old_path": "rewrite-hcl/src/main/java/org/openrewrite/hcl/HclParser.java",
"new_path": "rewrite-hcl/src/main/java/org/openrewrite/hcl/HclParser.java",
"diff": "@@ -92,7 +92,7 @@ private HclParser(List<NamedStyles> styles) {\n@Override\npublic boolean accept(Path path) {\n... | Java | Apache License 2.0 | openrewrite/rewrite | support tfvars files for HCL parsing (#2081) |
478,630 | 29.07.2022 14:03:37 | 25,200 | 0f4dc06d2ff62cecbcc7732df09349e81177e792 | Fix file handles staying open any longer than is necessary | [
{
"change_type": "MODIFY",
"old_path": "rewrite-core/src/main/java/org/openrewrite/internal/EncodingDetectingInputStream.java",
"new_path": "rewrite-core/src/main/java/org/openrewrite/internal/EncodingDetectingInputStream.java",
"diff": "@@ -158,4 +158,13 @@ private boolean utf8FourByteSequence(int ... | Java | Apache License 2.0 | openrewrite/rewrite | Fix file handles staying open any longer than is necessary |
478,619 | 02.08.2022 08:39:49 | 25,200 | d7ad1ba36f61d7aa3a8dadec1bc55cbd884dc06e | Reset should not expose delegate | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java-11/src/main/java/org/openrewrite/java/Java11Parser.java",
"new_path": "rewrite-java-11/src/main/java/org/openrewrite/java/Java11Parser.java",
"diff": "@Override\npublic JavaParser reset() {\n- return delegate.reset();\n+ delegate.reset();\n+ retur... | Java | Apache License 2.0 | openrewrite/rewrite | Reset should not expose delegate |
478,605 | 03.08.2022 11:50:37 | 25,200 | 9739e67343f755c629c45384118641deb6ec1308 | Fix index incrementation for the JavadocPrinter LineBreaks.
fixes | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java/src/main/java/org/openrewrite/java/JavadocPrinter.java",
"new_path": "rewrite-java/src/main/java/org/openrewrite/java/JavadocPrinter.java",
"diff": "@@ -318,7 +318,7 @@ public void visit(@Nullable List<? extends Javadoc> nodes, PrintOutputCapture<... | Java | Apache License 2.0 | openrewrite/rewrite | Fix index incrementation for the JavadocPrinter LineBreaks.
fixes #2095 |
478,605 | 03.08.2022 12:38:33 | 25,200 | f120b500f5183703c016413d885e52293e75d646 | Check if LineBreaks isEmpty in JavadocPrinter$JavadocJavaPrinter#visitSpace to account for loading old ASTs.
fixes | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java/src/main/java/org/openrewrite/java/JavadocPrinter.java",
"new_path": "rewrite-java/src/main/java/org/openrewrite/java/JavadocPrinter.java",
"diff": "@@ -387,7 +387,7 @@ public Space visitSpace(Space space, Space.Location loc, PrintOutputCapture<P>... | Java | Apache License 2.0 | openrewrite/rewrite | Check if LineBreaks isEmpty in JavadocPrinter$JavadocJavaPrinter#visitSpace to account for loading old ASTs.
fixes #2094 |
478,636 | 03.08.2022 17:36:06 | 25,200 | 3b4b2f142d72d2b1718e0227f9fafd2f665f8a33 | Adding AutoDection support for SpacesStyle.Other (fixes | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java/src/main/java/org/openrewrite/java/style/Autodetect.java",
"new_path": "rewrite-java/src/main/java/org/openrewrite/java/style/Autodetect.java",
"diff": "@@ -784,6 +784,12 @@ private String longestCommonPrefix(String pkg, @Nullable String lcp) {\ni... | Java | Apache License 2.0 | openrewrite/rewrite | Adding AutoDection support for SpacesStyle.Other (fixes #2098) |
478,636 | 04.08.2022 10:44:18 | 25,200 | 88db7c84c5e3900a6da958d8dca7bee629293e33 | Fix ReplaceLambdaWithMethodReference bug where the lamda body is a return statement and the return expression is not a MethodCall. (fixes | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java/src/main/java/org/openrewrite/java/cleanup/ReplaceLambdaWithMethodReference.java",
"new_path": "rewrite-java/src/main/java/org/openrewrite/java/cleanup/ReplaceLambdaWithMethodReference.java",
"diff": "@@ -64,7 +64,7 @@ public J visitLambda(J.Lambd... | Java | Apache License 2.0 | openrewrite/rewrite | Fix ReplaceLambdaWithMethodReference bug where the lamda body is a return statement and the return expression is not a MethodCall. (fixes #2099) |
478,636 | 04.08.2022 13:58:15 | 25,200 | 3d2f96f961b918a30feff0f5fae0bee06762b3f9 | Removing `HideUtilityClassConstructor` due to the potential to make breaking changes from `CommonStaticAnalysis` (fixes | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java/src/main/resources/META-INF/rewrite/static-analysis-cleanup.yml",
"new_path": "rewrite-java/src/main/resources/META-INF/rewrite/static-analysis-cleanup.yml",
"diff": "@@ -35,7 +35,7 @@ recipeList:\n- org.openrewrite.java.cleanup.FallThrough\n- org... | Java | Apache License 2.0 | openrewrite/rewrite | Removing `HideUtilityClassConstructor` due to the potential to make breaking changes from `CommonStaticAnalysis` (fixes #2106) |
478,619 | 04.08.2022 16:29:26 | 25,200 | 320fde1ab72331e518d8b22b54537a7e0c4e51e4 | Fix UpgradeDependencyVersion to support multiple artifacts. Fixes | [
{
"change_type": "MODIFY",
"old_path": "rewrite-core/src/main/java/org/openrewrite/semver/LatestPatch.java",
"new_path": "rewrite-core/src/main/java/org/openrewrite/semver/LatestPatch.java",
"diff": "@Override\npublic boolean isValid(@Nullable String currentVersion, String version) {\n//noinspection... | Java | Apache License 2.0 | openrewrite/rewrite | Fix UpgradeDependencyVersion to support multiple artifacts. Fixes #2104 |
478,636 | 04.08.2022 16:30:01 | 25,200 | a42d557e68e9e58b5990731f5c1837331f002cdf | Update `MethodNameCasing` to prevent only changing methodInvocations when the associated MethodDeclarations ClassDeclaration has a null type. (issue | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java/src/main/java/org/openrewrite/java/cleanup/MethodNameCasing.java",
"new_path": "rewrite-java/src/main/java/org/openrewrite/java/cleanup/MethodNameCasing.java",
"diff": "@@ -84,6 +84,7 @@ public Duration getEstimatedEffortPerOccurrence() {\n@Overri... | Java | Apache License 2.0 | openrewrite/rewrite | Update `MethodNameCasing` to prevent only changing methodInvocations when the associated MethodDeclarations ClassDeclaration has a null type. (issue #2103) |
478,636 | 04.08.2022 17:54:28 | 25,200 | 4c43b3fc5de2cd9523854185ce40882ffcf30979 | Add Test for `MethodNameCasing` fix to prevent only changing methodInvocations when the associated MethodDeclarations ClassDeclaration has a null type. (fixes | [
{
"change_type": "MODIFY",
"old_path": "rewrite-test/src/main/kotlin/org/openrewrite/java/cleanup/MethodNameCasingTest.kt",
"new_path": "rewrite-test/src/main/kotlin/org/openrewrite/java/cleanup/MethodNameCasingTest.kt",
"diff": "package org.openrewrite.java.cleanup\nimport org.junit.jupiter.api.Tes... | Java | Apache License 2.0 | openrewrite/rewrite | Add Test for `MethodNameCasing` fix to prevent only changing methodInvocations when the associated MethodDeclarations ClassDeclaration has a null type. (fixes #2103) |
478,636 | 05.08.2022 07:43:18 | 25,200 | fcdd5ac8907aabb3865af3ad93c63cea0567254b | polish MethodNameCasingTest add comments and issue annotation for | [
{
"change_type": "MODIFY",
"old_path": "rewrite-test/src/main/kotlin/org/openrewrite/java/cleanup/MethodNameCasingTest.kt",
"new_path": "rewrite-test/src/main/kotlin/org/openrewrite/java/cleanup/MethodNameCasingTest.kt",
"diff": "@@ -153,8 +153,11 @@ interface MethodNameCasingTest: JavaRecipeTest, R... | Java | Apache License 2.0 | openrewrite/rewrite | polish MethodNameCasingTest add comments and issue annotation for #2130 |
478,636 | 05.08.2022 08:10:24 | 25,200 | f50a53442a195076fc83ee02c77460eb765b848a | Prevent UnnecessaryThrows from removing throws if any thrown exception has a null or unknown type. (fixes | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java/src/main/java/org/openrewrite/java/cleanup/UnnecessaryThrows.java",
"new_path": "rewrite-java/src/main/java/org/openrewrite/java/cleanup/UnnecessaryThrows.java",
"diff": "@@ -148,9 +148,15 @@ private void removeThrownTypes(@Nullable JavaType.Metho... | Java | Apache License 2.0 | openrewrite/rewrite | Prevent UnnecessaryThrows from removing throws if any thrown exception has a null or unknown type. (fixes #2105) |
478,636 | 05.08.2022 08:50:33 | 25,200 | e4eba08089a9d6b8e86533770575e1798fe9af10 | Update MethodNameCasing to correctly convert snake_case to camelCase (issue | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java/src/main/java/org/openrewrite/java/cleanup/MethodNameCasing.java",
"new_path": "rewrite-java/src/main/java/org/openrewrite/java/cleanup/MethodNameCasing.java",
"diff": "@@ -70,6 +70,7 @@ public Duration getEstimatedEffortPerOccurrence() {\n@Overri... | Java | Apache License 2.0 | openrewrite/rewrite | Update MethodNameCasing to correctly convert snake_case to camelCase (issue #2103) |
478,626 | 05.08.2022 11:29:39 | 18,000 | b693647e19c285639a3b4f8d6734015fc526abec | Add support for classifier and extension to Gradle dependency notations | [
{
"change_type": "MODIFY",
"old_path": "rewrite-gradle/src/main/java/org/openrewrite/gradle/ChangeDependencyArtifactId.java",
"new_path": "rewrite-gradle/src/main/java/org/openrewrite/gradle/ChangeDependencyArtifactId.java",
"diff": "import lombok.Value;\nimport org.openrewrite.*;\nimport org.openre... | Java | Apache License 2.0 | openrewrite/rewrite | Add support for classifier and extension to Gradle dependency notations (#2092) |
478,636 | 05.08.2022 10:18:50 | 25,200 | 1930713bf0818a01c6e61ee98a4479184d7bb52b | Update MethodNameCasing to use NameCaseConvention for converting snake_case to camelCase | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java/src/main/java/org/openrewrite/java/cleanup/MethodNameCasing.java",
"new_path": "rewrite-java/src/main/java/org/openrewrite/java/cleanup/MethodNameCasing.java",
"diff": "import org.openrewrite.Option;\nimport org.openrewrite.Recipe;\nimport org.ope... | Java | Apache License 2.0 | openrewrite/rewrite | Update MethodNameCasing to use NameCaseConvention for converting snake_case to camelCase |
478,619 | 05.08.2022 11:44:45 | 25,200 | e294b555500d949d292180604a9e8c90191d0787 | Ignore outer classes that are marked external Fixes | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java/src/main/java/org/openrewrite/java/marker/JavaSourceSet.java",
"new_path": "rewrite-java/src/main/java/org/openrewrite/java/marker/JavaSourceSet.java",
"diff": "@@ -207,7 +207,7 @@ private static String declarableFullyQualifiedName(ClassInfo class... | Java | Apache License 2.0 | openrewrite/rewrite | Ignore outer classes that are marked external Fixes #2091 |
478,619 | 05.08.2022 12:50:10 | 25,200 | 8abb3fb7556cc14b3b6b15a795d958783318afe4 | Add diagnostic logging to Java parsers. | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java-11/src/main/java/org/openrewrite/java/isolated/ReloadableJava11Parser.java",
"new_path": "rewrite-java-11/src/main/java/org/openrewrite/java/isolated/ReloadableJava11Parser.java",
"diff": "import org.openrewrite.Tree;\nimport org.openrewrite.inter... | Java | Apache License 2.0 | openrewrite/rewrite | Add diagnostic logging to Java parsers. |
478,619 | 05.08.2022 15:01:20 | 25,200 | dc0ab5402603568e1b62dc261056b98e30054307 | Better assert message for new files when spec defines path. | [
{
"change_type": "MODIFY",
"old_path": "rewrite-test/src/main/java/org/openrewrite/test/RewriteTest.java",
"new_path": "rewrite-test/src/main/java/org/openrewrite/test/RewriteTest.java",
"diff": "@@ -318,14 +318,35 @@ default void rewriteRun(Consumer<RecipeSpec> spec, SourceSpec<?>... sourceSpecs)\n... | Java | Apache License 2.0 | openrewrite/rewrite | Better assert message for new files when spec defines path. |
478,636 | 05.08.2022 16:43:58 | 25,200 | 5d71f821275e36b9fef0c7b079a39ff2d8fc63e3 | Update MethodNameCasing to prevent name space conflicts with existing method. (fixes | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java/src/main/java/org/openrewrite/java/cleanup/MethodNameCasing.java",
"new_path": "rewrite-java/src/main/java/org/openrewrite/java/cleanup/MethodNameCasing.java",
"diff": "import org.openrewrite.java.MethodMatcher;\nimport org.openrewrite.java.marker... | Java | Apache License 2.0 | openrewrite/rewrite | Update MethodNameCasing to prevent name space conflicts with existing method. (fixes #2109) |
478,638 | 08.08.2022 10:44:49 | 14,400 | 52b761096794fd5ea2fbcd0382ef26d37742c10a | Just some small aesthetic changes
place Start and End nodes of a method at the topmost and bottommost levels of the graph respectively
use a monospace (Courier) font for code
left-align the last line of each statement in a basic block | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java/src/main/java/org/openrewrite/java/controlflow/ControlFlowSummaryDotVisualizer.java",
"new_path": "rewrite-java/src/main/java/org/openrewrite/java/controlflow/ControlFlowSummaryDotVisualizer.java",
"diff": "@Override\npublic String visualizeAsDotf... | Java | Apache License 2.0 | openrewrite/rewrite | Just some small aesthetic changes (#2121)
- place Start and End nodes of a method at the topmost and bottommost levels of the graph respectively
- use a monospace (Courier) font for code
- left-align the last line of each statement in a basic block |
478,630 | 08.08.2022 16:35:29 | 25,200 | ec53bb0a5e66b7c36607150118579983c3cc5f73 | Pin rocksdb until the latest release isn't problematic | [
{
"change_type": "MODIFY",
"old_path": "rewrite-maven/build.gradle.kts",
"new_path": "rewrite-maven/build.gradle.kts",
"diff": "@@ -8,7 +8,7 @@ plugins {\napply(plugin = \"nebula.integtest-standalone\")\nval integTestImplementation = configurations.getByName(\"integTestImplementation\")\n-\n+val roc... | Java | Apache License 2.0 | openrewrite/rewrite | Pin rocksdb until the latest release isn't problematic |
478,619 | 08.08.2022 21:40:12 | 25,200 | dda387ed1f99277da2558fef32ebfe6f44225ef9 | UpgradeDependencyVersion should do nothing for exotic versions. | [
{
"change_type": "MODIFY",
"old_path": "rewrite-core/src/main/java/org/openrewrite/semver/LatestRelease.java",
"new_path": "rewrite-core/src/main/java/org/openrewrite/semver/LatestRelease.java",
"diff": "@@ -111,6 +111,7 @@ public int compare(@Nullable String currentVersion, String v1, String v2) {\... | Java | Apache License 2.0 | openrewrite/rewrite | UpgradeDependencyVersion should do nothing for exotic versions. #2130 |
478,619 | 10.08.2022 14:15:31 | 25,200 | d36998017e828cf14011f29e107a0943b9d0ab21 | New version of GE enterprise has no separate test plugin | [
{
"change_type": "MODIFY",
"old_path": "build-src/settings.gradle.kts",
"new_path": "build-src/settings.gradle.kts",
"diff": "plugins {\nid(\"com.gradle.enterprise\") version \"latest.release\"\n- id(\"com.gradle.enterprise.test-distribution\") version \"latest.release\"\n}\n"
},
{
"change_t... | Java | Apache License 2.0 | openrewrite/rewrite | New version of GE enterprise has no separate test plugin |
478,619 | 10.08.2022 15:23:10 | 25,200 | abb07a530ed8cb2453e294b037b6e4e6d1a7409d | Add `.tld` to XmlParser. Fixes | [
{
"change_type": "MODIFY",
"old_path": "rewrite-xml/src/main/java/org/openrewrite/xml/XmlParser.java",
"new_path": "rewrite-xml/src/main/java/org/openrewrite/xml/XmlParser.java",
"diff": "@Override\npublic boolean accept(Path path) {\n- return path.toString().endsWith(\".xml\") ||\n- path.toString()... | Java | Apache License 2.0 | openrewrite/rewrite | Add `.tld` to XmlParser. Fixes #2134 |
478,619 | 14.08.2022 22:45:46 | 25,200 | b37eb51df73f4ff71a52db904b0e343e1f412053 | Add disabled javadoc test. Related to | [
{
"change_type": "MODIFY",
"old_path": "rewrite-test/src/main/kotlin/org/openrewrite/java/tree/JavadocTest.kt",
"new_path": "rewrite-test/src/main/kotlin/org/openrewrite/java/tree/JavadocTest.kt",
"diff": "*/\npackage org.openrewrite.java.tree\n+import org.junit.jupiter.api.Disabled\nimport org.juni... | Java | Apache License 2.0 | openrewrite/rewrite | Add disabled javadoc test. Related to #2139 |
478,619 | 15.08.2022 17:16:02 | 25,200 | e4a54e1272bba73a690b7d3a1c5f8ae74aa33b0f | Project pom matching logic should consider version. Fixes | [
{
"change_type": "MODIFY",
"old_path": "rewrite-maven/src/main/java/org/openrewrite/maven/internal/MavenPomDownloader.java",
"new_path": "rewrite-maven/src/main/java/org/openrewrite/maven/internal/MavenPomDownloader.java",
"diff": "@@ -201,12 +201,8 @@ public Pom download(GroupArtifactVersion gav,\n... | Java | Apache License 2.0 | openrewrite/rewrite | Project pom matching logic should consider version. Fixes #2075 |
478,616 | 16.08.2022 09:45:11 | 25,200 | 834f01909ced670120627711da273e76d7763953 | Update YamlParser and YamlPrinter to support Mapping and Sequence anchors. (fixes | [
{
"change_type": "MODIFY",
"old_path": "rewrite-yaml/src/main/java/org/openrewrite/yaml/YamlParser.java",
"new_path": "rewrite-yaml/src/main/java/org/openrewrite/yaml/YamlParser.java",
"diff": "// ensure there is always at least one Document, even in an empty yaml file\nif (docs.getDocuments().isEmp... | Java | Apache License 2.0 | openrewrite/rewrite | Update YamlParser and YamlPrinter to support Mapping and Sequence anchors. (fixes #1161) (#2140) |
478,636 | 16.08.2022 11:25:12 | 25,200 | bb16f853c1b8506ff494fff11ad7da10e144de73 | Fix ReplaceLambdaWithMethodReference bug by preventing Lamda bodies that are Identifiers and have null or unknown types from being transformed. | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java-tck/src/main/kotlin/org/openrewrite/java/cleanup/ReplaceLambdaWithMethodReferenceTest.kt",
"new_path": "rewrite-java-tck/src/main/kotlin/org/openrewrite/java/cleanup/ReplaceLambdaWithMethodReferenceTest.kt",
"diff": "@@ -458,4 +458,17 @@ interface... | Java | Apache License 2.0 | openrewrite/rewrite | Fix ReplaceLambdaWithMethodReference bug by preventing Lamda bodies that are Identifiers and have null or unknown types from being transformed. |
478,630 | 16.08.2022 13:29:11 | 25,200 | ffedc2e297936bed43d3041399e4f75163203eb7 | Prefer Cursor.firstEnclosing() to Cursor.firstEnclosingOrThrow(), prefer JavaSourceFile to J.CompilationUnit | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java/src/main/java/org/openrewrite/java/ChangeFieldName.java",
"new_path": "rewrite-java/src/main/java/org/openrewrite/java/ChangeFieldName.java",
"diff": "@@ -39,7 +39,10 @@ public ChangeFieldName(String classType, String hasName, String toName) {\n@O... | Java | Apache License 2.0 | openrewrite/rewrite | Prefer Cursor.firstEnclosing() to Cursor.firstEnclosingOrThrow(), prefer JavaSourceFile to J.CompilationUnit |
478,636 | 16.08.2022 14:06:20 | 25,200 | d44a85206e93f4f96866fac5bfcef3daac9358d0 | Update ReplaceLambdaWithMethodReference to prevent Identifier transformations when the template code is empty. (fixes | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java-tck/src/main/kotlin/org/openrewrite/java/cleanup/ReplaceLambdaWithMethodReferenceTest.kt",
"new_path": "rewrite-java-tck/src/main/kotlin/org/openrewrite/java/cleanup/ReplaceLambdaWithMethodReferenceTest.kt",
"diff": "@@ -460,13 +460,20 @@ interfac... | Java | Apache License 2.0 | openrewrite/rewrite | Update ReplaceLambdaWithMethodReference to prevent Identifier transformations when the template code is empty. (fixes #2143) |
478,619 | 16.08.2022 15:33:20 | 25,200 | eaf8b030ea6706bfdef2104210a14ec54160754e | Fix NPE Exception in ReplaceLambdaWithMethodReference | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java/src/main/java/org/openrewrite/java/cleanup/RenamePrivateFieldsToCamelCase.java",
"new_path": "rewrite-java/src/main/java/org/openrewrite/java/cleanup/RenamePrivateFieldsToCamelCase.java",
"diff": "@@ -97,14 +97,19 @@ public JavaSourceFile visitJav... | Java | Apache License 2.0 | openrewrite/rewrite | Fix NPE Exception in ReplaceLambdaWithMethodReference |
478,605 | 16.08.2022 18:29:10 | 25,200 | 5fb8900d4183c8613a042005b46dd3fa9ea6a800 | Fix Javadocs with a trailing end `*/`.
fixes | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java-11/src/main/java/org/openrewrite/java/isolated/ReloadableJava11JavadocVisitor.java",
"new_path": "rewrite-java-11/src/main/java/org/openrewrite/java/isolated/ReloadableJava11JavadocVisitor.java",
"diff": "@@ -347,10 +347,15 @@ public Tree visitDoc... | Java | Apache License 2.0 | openrewrite/rewrite | Fix Javadocs with a trailing end `*/`.
fixes #2139 |
478,642 | 19.08.2022 19:19:48 | 14,400 | 00dfc80aef0ed0bd850fd53c2b19fcd40935ac0b | Fixed regression with (maven CI-friendly versions) | [
{
"change_type": "MODIFY",
"old_path": "rewrite-maven/src/main/java/org/openrewrite/maven/internal/MavenPomDownloader.java",
"new_path": "rewrite-maven/src/main/java/org/openrewrite/maven/internal/MavenPomDownloader.java",
"diff": "@@ -202,7 +202,7 @@ public Pom download(GroupArtifactVersion gav,\nf... | Java | Apache License 2.0 | openrewrite/rewrite | Fixed regression with #2049 (maven CI-friendly versions) (#2159) |
478,642 | 19.08.2022 19:26:23 | 14,400 | b5fa41ab872f569009413fd8fa711e6603139024 | fixed case where ResolvedPom.resolveDependencies can return incomplete data | [
{
"change_type": "MODIFY",
"old_path": "rewrite-maven/src/main/java/org/openrewrite/maven/tree/ResolvedPom.java",
"new_path": "rewrite-maven/src/main/java/org/openrewrite/maven/tree/ResolvedPom.java",
"diff": "@@ -552,7 +552,7 @@ private void mergeDependencyManagement(List<ManagedDependency> incomin... | Java | Apache License 2.0 | openrewrite/rewrite | fixed case where ResolvedPom.resolveDependencies can return incomplete data (#2151) (#2152) |
478,630 | 19.08.2022 16:35:27 | 25,200 | 92a5be3ffe06cd66099c336b232416fd93a78e49 | Fix Poms having an absolute path when they should have a relative path | [
{
"change_type": "MODIFY",
"old_path": "rewrite-maven/src/main/java/org/openrewrite/maven/MavenParser.java",
"new_path": "rewrite-maven/src/main/java/org/openrewrite/maven/MavenParser.java",
"diff": "@@ -81,7 +81,11 @@ public boolean accept(Path path) {\nMap<Xml.Document, Pom> projectPoms = new Link... | Java | Apache License 2.0 | openrewrite/rewrite | Fix Poms having an absolute path when they should have a relative path |
478,636 | 22.08.2022 09:17:56 | 25,200 | ad34507761cffa3431db60ef01114c4f11d44a9b | Remove UnnecessaryThrows from common-static-analysis | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java/src/main/resources/META-INF/rewrite/static-analysis-cleanup.yml",
"new_path": "rewrite-java/src/main/resources/META-INF/rewrite/static-analysis-cleanup.yml",
"diff": "@@ -77,7 +77,7 @@ recipeList:\n- org.openrewrite.java.cleanup.UnnecessaryExplici... | Java | Apache License 2.0 | openrewrite/rewrite | Remove UnnecessaryThrows from common-static-analysis |
478,642 | 23.08.2022 14:58:23 | 14,400 | 190cc581b758b9259a69093ee4275895a6032da7 | RemoveRedundantDependencyVersions no longer checks scope, in accordance with Maven behavior (fixes | [
{
"change_type": "MODIFY",
"old_path": "rewrite-maven/src/main/java/org/openrewrite/maven/RemoveRedundantDependencyVersions.java",
"new_path": "rewrite-maven/src/main/java/org/openrewrite/maven/RemoveRedundantDependencyVersions.java",
"diff": "public class RemoveRedundantDependencyVersions extends R... | Java | Apache License 2.0 | openrewrite/rewrite | RemoveRedundantDependencyVersions no longer checks scope, in accordance with Maven behavior (fixes #2131) (#2162) |
478,636 | 24.08.2022 13:03:43 | 25,200 | 1c16b185ddc1952be9d1f11c1d436125c34c0fff | polish, change test function names from sentance to cammelCase | [
{
"change_type": "MODIFY",
"old_path": "rewrite-yaml/src/test/kotlin/org/openrewrite/yaml/ChangePropertyKeyTest.kt",
"new_path": "rewrite-yaml/src/test/kotlin/org/openrewrite/yaml/ChangePropertyKeyTest.kt",
"diff": "@@ -37,7 +37,7 @@ class ChangePropertyKeyTest : YamlRecipeTest {\n@Issue(\"https://g... | Java | Apache License 2.0 | openrewrite/rewrite | polish, change test function names from sentance to cammelCase |
478,636 | 25.08.2022 13:10:04 | 25,200 | 66d1207a307abf69329a4e3582d32adac4a6f286 | Polish ReferentialEqualityToObjectEqualsTest | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java-tck/src/main/kotlin/org/openrewrite/java/cleanup/ReferentialEqualityToObjectEqualsTest.kt",
"new_path": "rewrite-java-tck/src/main/kotlin/org/openrewrite/java/cleanup/ReferentialEqualityToObjectEqualsTest.kt",
"diff": "@@ -17,7 +17,6 @@ package or... | Java | Apache License 2.0 | openrewrite/rewrite | Polish ReferentialEqualityToObjectEqualsTest |
478,636 | 25.08.2022 14:54:22 | 25,200 | 6f6bf69ef7ff58a6d5af56f0b3ab4132f6aa3800 | Update TypeUtils to guard against IndexOutOfBounds exceptions. | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java/src/main/java/org/openrewrite/java/tree/TypeUtils.java",
"new_path": "rewrite-java/src/main/java/org/openrewrite/java/tree/TypeUtils.java",
"diff": "@@ -339,6 +339,9 @@ private static boolean methodHasSignature(JavaType.FullyQualified clazz, JavaT... | Java | Apache License 2.0 | openrewrite/rewrite | Update TypeUtils to guard against IndexOutOfBounds exceptions. |
478,636 | 25.08.2022 17:40:23 | 25,200 | edce912d22abb5452d8275f21ae057a93e58cf90 | Update FindEmptyMethods to only search `Classes` not Interfaces, Enums or Annotations. (fixes | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java-tck/src/main/kotlin/org/openrewrite/java/search/FindEmptyMethodsTest.kt",
"new_path": "rewrite-java-tck/src/main/kotlin/org/openrewrite/java/search/FindEmptyMethodsTest.kt",
"diff": "@@ -122,4 +122,13 @@ interface FindEmptyMethodsTest : JavaRecipe... | Java | Apache License 2.0 | openrewrite/rewrite | Update FindEmptyMethods to only search `Classes` not Interfaces, Enums or Annotations. (fixes #2172) |
478,630 | 25.08.2022 18:14:20 | 25,200 | a55b3d84ac19972ecc2c2be3b1299656688da64d | Improve AddSerialVersionUidToSerializable performance | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java-tck/src/main/kotlin/org/openrewrite/java/cleanup/AddSerialVersionUidToSerializableTest.kt",
"new_path": "rewrite-java-tck/src/main/kotlin/org/openrewrite/java/cleanup/AddSerialVersionUidToSerializableTest.kt",
"diff": "package org.openrewrite.java... | Java | Apache License 2.0 | openrewrite/rewrite | Improve AddSerialVersionUidToSerializable performance |
478,619 | 26.08.2022 07:53:24 | 25,200 | 6f2ba162cc5739820ce0f08bf8c11f36c7d030d8 | Fixing range resolution
Fixing range resolution | [
{
"change_type": "MODIFY",
"old_path": "rewrite-maven/src/main/java/org/openrewrite/maven/internal/VersionRequirement.java",
"new_path": "rewrite-maven/src/main/java/org/openrewrite/maven/internal/VersionRequirement.java",
"diff": "import java.util.Iterator;\nimport java.util.List;\nimport java.util... | Java | Apache License 2.0 | openrewrite/rewrite | Fixing range resolution (#2174)
Fixing range resolution |
478,636 | 26.08.2022 12:30:22 | 25,200 | 59952956afc15bc22d621dbc952d0c9abd40b6bd | Move and pin the `junit:junit` test dependency from rewrite-test to rewrite-java-tck | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java-tck/build.gradle.kts",
"new_path": "rewrite-java-tck/build.gradle.kts",
"diff": "@@ -11,6 +11,9 @@ dependencies {\nimplementation(platform(\"org.jetbrains.kotlin:kotlin-bom\"))\nimplementation(\"org.jetbrains.kotlin:kotlin-reflect\")\nimplementati... | Java | Apache License 2.0 | openrewrite/rewrite | Move and pin the `junit:junit` test dependency from rewrite-test to rewrite-java-tck |
478,636 | 26.08.2022 12:41:28 | 25,200 | a352a73ecbba852a69cd4a15d33b69d50b770343 | Add singleSourceApplicabilityTest to CompareEnumsWithEqualityOperator | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java/src/main/java/org/openrewrite/java/cleanup/CompareEnumsWithEqualityOperator.java",
"new_path": "rewrite-java/src/main/java/org/openrewrite/java/cleanup/CompareEnumsWithEqualityOperator.java",
"diff": "import org.openrewrite.ExecutionContext;\nimpo... | Java | Apache License 2.0 | openrewrite/rewrite | Add singleSourceApplicabilityTest to CompareEnumsWithEqualityOperator |
478,619 | 26.08.2022 13:37:39 | 25,200 | e369f0a6bcaff0c3b97664230b6235b863fc2398 | Widen caught exceptions when downloading available version | [
{
"change_type": "MODIFY",
"old_path": "rewrite-maven/src/main/java/org/openrewrite/maven/UpgradeDependencyVersion.java",
"new_path": "rewrite-maven/src/main/java/org/openrewrite/maven/UpgradeDependencyVersion.java",
"diff": "@@ -214,9 +214,11 @@ private String findNewerVersion(String groupId, Strin... | Java | Apache License 2.0 | openrewrite/rewrite | Widen caught exceptions when downloading available version |
478,630 | 26.08.2022 13:58:01 | 25,200 | 14b8362cec1a8ce0f5ea993d1b7e627ffc7a1ea1 | Implement GroovyParser support for switch statements. Closes | [
{
"change_type": "MODIFY",
"old_path": "rewrite-groovy/src/main/java/org/openrewrite/groovy/GroovyParserVisitor.java",
"new_path": "rewrite-groovy/src/main/java/org/openrewrite/groovy/GroovyParserVisitor.java",
"diff": "@@ -873,6 +873,29 @@ public void visitCatchStatement(CatchStatement node) {\nque... | Java | Apache License 2.0 | openrewrite/rewrite | Implement GroovyParser support for switch statements. Closes #2179 |
478,636 | 29.08.2022 12:08:12 | 25,200 | cf6efe3ef18b0952c172e4d69674acf4e00a6170 | Update BlockStatementTemplateGenerator to support replacing single expression lambda body with an expression. (fixes: | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java-tck/src/main/kotlin/org/openrewrite/java/JavaTemplateTest.kt",
"new_path": "rewrite-java-tck/src/main/kotlin/org/openrewrite/java/JavaTemplateTest.kt",
"diff": "@@ -597,6 +597,83 @@ interface JavaTemplateTest : JavaRecipeTest {\n\"\"\"\n)\n+ @Issu... | Java | Apache License 2.0 | openrewrite/rewrite | Update BlockStatementTemplateGenerator to support replacing single expression lambda body with an expression. (fixes: #2176) |
478,636 | 29.08.2022 16:32:46 | 25,200 | 36c69678197ad00cfb74cd4a0995ad557b6b1d8f | Update FindEmptyMethods to only detect empty interface methods if they have a default modifier. (fixes: | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java-tck/src/main/kotlin/org/openrewrite/java/search/FindEmptyMethodsTest.kt",
"new_path": "rewrite-java-tck/src/main/kotlin/org/openrewrite/java/search/FindEmptyMethodsTest.kt",
"diff": "@@ -122,4 +122,26 @@ interface FindEmptyMethodsTest : JavaRecipe... | Java | Apache License 2.0 | openrewrite/rewrite | Update FindEmptyMethods to only detect empty interface methods if they have a default modifier. (fixes: #2172) |
478,630 | 29.08.2022 17:33:11 | 25,200 | 6339ad388a7bb73214b68124214bf47a9473b935 | Fix GitProvenanceTest to close git so that test directories can be successfully cleaned up on Windows | [
{
"change_type": "MODIFY",
"old_path": "rewrite-core/src/test/kotlin/org/openrewrite/marker/GitProvenanceTest.kt",
"new_path": "rewrite-core/src/test/kotlin/org/openrewrite/marker/GitProvenanceTest.kt",
"diff": "@@ -62,35 +62,40 @@ class GitProvenanceTest {\n@Test\nfun localBranchPresent(@TempDir pr... | Java | Apache License 2.0 | openrewrite/rewrite | Fix GitProvenanceTest to close git so that test directories can be successfully cleaned up on Windows |
478,630 | 29.08.2022 18:14:54 | 25,200 | 551a20d494f2917fdb2cfe4a9e1ffe59ad78e9e5 | Fix StringUtils.trimIndent() removes consecutive newlines | [
{
"change_type": "MODIFY",
"old_path": "rewrite-core/src/main/java/org/openrewrite/internal/StringUtils.java",
"new_path": "rewrite-core/src/main/java/org/openrewrite/internal/StringUtils.java",
"diff": "@@ -109,19 +109,16 @@ public static String trimIndent(String text) {\nStringBuilder trimmed = ne... | Java | Apache License 2.0 | openrewrite/rewrite | Fix #2180 StringUtils.trimIndent() removes consecutive newlines |
478,630 | 29.08.2022 18:15:42 | 25,200 | 1fc6687020310c793c7e51b0516ca7e4cdb47894 | Fix ReplaceLambdaWithMethodReference incorrectly replaces method invocations which accept arguments other than the lambda's arguments | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java-tck/src/main/kotlin/org/openrewrite/java/cleanup/ReplaceLambdaWithMethodReferenceTest.kt",
"new_path": "rewrite-java-tck/src/main/kotlin/org/openrewrite/java/cleanup/ReplaceLambdaWithMethodReferenceTest.kt",
"diff": "* See the License for the spec... | Java | Apache License 2.0 | openrewrite/rewrite | Fix #2178 ReplaceLambdaWithMethodReference incorrectly replaces method invocations which accept arguments other than the lambda's arguments |
478,630 | 30.08.2022 13:42:54 | 25,200 | 51a50ca1adf94683507769bbd9a0937be690d98b | Fix JavaTemplate cannot modify assignments within an If statement's condition | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java-tck/src/main/kotlin/org/openrewrite/java/JavaTemplateTest.kt",
"new_path": "rewrite-java-tck/src/main/kotlin/org/openrewrite/java/JavaTemplateTest.kt",
"diff": "* See the License for the specific language governing permissions and\n* limitations u... | Java | Apache License 2.0 | openrewrite/rewrite | Fix #2090, JavaTemplate cannot modify assignments within an If statement's condition |
478,630 | 30.08.2022 18:31:56 | 25,200 | 9632bf96911adc4ef0b224078ead155c558ad0d4 | Fix ExplicitLambdaArgumentTypes may attempt to use a bare wildcard as a type when it should use the wildcard's bound | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java-tck/src/main/kotlin/org/openrewrite/java/cleanup/ExplicitLambdaArgumentTypesTest.kt",
"new_path": "rewrite-java-tck/src/main/kotlin/org/openrewrite/java/cleanup/ExplicitLambdaArgumentTypesTest.kt",
"diff": "@@ -19,11 +19,14 @@ import org.assertj.c... | Java | Apache License 2.0 | openrewrite/rewrite | Fix #2177, ExplicitLambdaArgumentTypes may attempt to use a bare wildcard as a type when it should use the wildcard's bound |
478,630 | 31.08.2022 12:39:18 | 25,200 | 207a7a48727931c07037c492e62b80841e3add68 | Guard against NPE from malformed type information in TypeUtils. Fixes | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java/src/main/java/org/openrewrite/java/tree/TypeUtils.java",
"new_path": "rewrite-java/src/main/java/org/openrewrite/java/tree/TypeUtils.java",
"diff": "@@ -153,6 +153,7 @@ public static boolean isOfClassType(@Nullable JavaType type, String fqn) {\n}\... | Java | Apache License 2.0 | openrewrite/rewrite | Guard against NPE from malformed type information in TypeUtils. Fixes #2173 |
478,630 | 31.08.2022 17:30:50 | 25,200 | c0c7b61f8d7e3da43ad80490f2f477d935b90693 | Fix Import trees produce incorrect package name when the package includes capitalized segments | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java-tck/src/main/kotlin/org/openrewrite/java/tree/ImportTest.kt",
"new_path": "rewrite-java-tck/src/main/kotlin/org/openrewrite/java/tree/ImportTest.kt",
"diff": "@@ -18,6 +18,7 @@ package org.openrewrite.java.tree\nimport org.assertj.core.api.Asserti... | Java | Apache License 2.0 | openrewrite/rewrite | Fix #2156, Import trees produce incorrect package name when the package includes capitalized segments |
478,630 | 31.08.2022 20:11:59 | 25,200 | 359735f0bfe8a72176ca1e5d369b8f983517d1c6 | Fix RemoveUnusedLocalVariables keeps assignement of unused variable, but removes its declaration | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java-tck/src/main/kotlin/org/openrewrite/java/cleanup/RemoveUnusedLocalVariablesTest.kt",
"new_path": "rewrite-java-tck/src/main/kotlin/org/openrewrite/java/cleanup/RemoveUnusedLocalVariablesTest.kt",
"diff": "@@ -18,7 +18,10 @@ package org.openrewrite... | Java | Apache License 2.0 | openrewrite/rewrite | Fix #1743 RemoveUnusedLocalVariables keeps assignement of unused variable, but removes its declaration |
478,636 | 01.09.2022 17:44:10 | 25,200 | 5f8f50cf0827896fb7f610737ab57b6ea762ffc5 | Add Assertions#version(SourceSpecs, int) method. | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java/src/main/java/org/openrewrite/java/Assertions.java",
"new_path": "rewrite-java/src/main/java/org/openrewrite/java/Assertions.java",
"diff": "import java.util.List;\nimport java.util.Map;\nimport java.util.function.Consumer;\n-import java.util.func... | Java | Apache License 2.0 | openrewrite/rewrite | Add Assertions#version(SourceSpecs, int) method. |
478,649 | 06.09.2022 14:37:59 | -7,200 | de0453b76664a0c2a4545725a651eb07874315e7 | Move to new org.apache.commons libs | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java/build.gradle.kts",
"new_path": "rewrite-java/build.gradle.kts",
"diff": "@@ -29,7 +29,8 @@ dependencies {\ncompileOnly(project(\":rewrite-test\"))\ncompileOnly(\"org.junit.jupiter:junit-jupiter-api:latest.release\")\ncompileOnly(\"org.assertj:asse... | Java | Apache License 2.0 | openrewrite/rewrite | Move to new org.apache.commons libs (#2190) (#2191)
Co-authored-by: Thomas Zub <t.zub@lvm.de> |
478,636 | 06.09.2022 07:50:48 | 25,200 | 127a1a515a75a8e2d967e185104fff29b8aa7755 | Fix Assertions#version(SourceSpecs, int) bug where the version was hard coded to 17. | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java/src/main/java/org/openrewrite/java/Assertions.java",
"new_path": "rewrite-java/src/main/java/org/openrewrite/java/Assertions.java",
"diff": "@@ -172,7 +172,7 @@ public static SourceSpecs srcTestResources(SourceSpecs... resources) {\npublic static ... | Java | Apache License 2.0 | openrewrite/rewrite | Fix Assertions#version(SourceSpecs, int) bug where the version was hard coded to 17. |
478,636 | 06.09.2022 13:47:08 | 25,200 | 506b4803848281dbb6035dd3903661a6046ce095 | fix broken UpgradeDependencyVersionTest | [
{
"change_type": "MODIFY",
"old_path": "rewrite-maven/src/test/kotlin/org/openrewrite/maven/UpgradeDependencyVersionTest.kt",
"new_path": "rewrite-maven/src/test/kotlin/org/openrewrite/maven/UpgradeDependencyVersionTest.kt",
"diff": "@@ -758,7 +758,7 @@ class UpgradeDependencyVersionTest : MavenReci... | Java | Apache License 2.0 | openrewrite/rewrite | fix broken UpgradeDependencyVersionTest |
478,636 | 07.09.2022 11:02:40 | 25,200 | cfc04eb15679d3d2bf6dc376eea8d9abf889fccf | Update BlockStatementTemplateGenerator to only add a semicolon when the next statement is not a method invocation while visiting instances of J.NewClass (issue | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java/src/main/java/org/openrewrite/java/internal/template/BlockStatementTemplateGenerator.java",
"new_path": "rewrite-java/src/main/java/org/openrewrite/java/internal/template/BlockStatementTemplateGenerator.java",
"diff": "@@ -232,8 +232,10 @@ private... | Java | Apache License 2.0 | openrewrite/rewrite | Update BlockStatementTemplateGenerator to only add a semicolon when the next statement is not a method invocation while visiting instances of J.NewClass (issue #2185) |
478,630 | 08.09.2022 20:14:24 | 25,200 | 3fe383412efcbd7aab58b257ace24f46e3205fd6 | Fix FindDeprecatedUses and FindDeprecatedClasses having the same display name | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java/src/main/java/org/openrewrite/java/search/FindDeprecatedUses.java",
"new_path": "rewrite-java/src/main/java/org/openrewrite/java/search/FindDeprecatedUses.java",
"diff": "@@ -52,7 +52,7 @@ public FindDeprecatedUses(@Nullable String typePattern, @N... | Java | Apache License 2.0 | openrewrite/rewrite | Fix FindDeprecatedUses and FindDeprecatedClasses having the same display name |
478,630 | 08.09.2022 20:36:35 | 25,200 | 787e8238145af40e89c58ff70e7384ff7c9e90a4 | Fix NullPointerException when using FindDeprecatedUses | [
{
"change_type": "MODIFY",
"old_path": "rewrite-java-tck/src/main/kotlin/org/openrewrite/java/search/FindDeprecatedMethodsTest.kt",
"new_path": "rewrite-java-tck/src/main/kotlin/org/openrewrite/java/search/FindDeprecatedMethodsTest.kt",
"diff": "package org.openrewrite.java.search\nimport org.junit.... | Java | Apache License 2.0 | openrewrite/rewrite | Fix #2196 NullPointerException when using FindDeprecatedUses |
478,619 | 08.09.2022 23:20:11 | 25,200 | 2c81466f5b7c0c75ea65853e1ddc3ead8dc87993 | Remove instanceof check so visitor adaption works for xml, json, and proto | [
{
"change_type": "MODIFY",
"old_path": "rewrite-json/src/main/java/org/openrewrite/json/tree/Json.java",
"new_path": "rewrite-json/src/main/java/org/openrewrite/json/tree/Json.java",
"diff": "@SuppressWarnings(\"unchecked\")\n@Override\ndefault <R extends Tree, P> R accept(TreeVisitor<R, P> v, P p) ... | Java | Apache License 2.0 | openrewrite/rewrite | Remove instanceof check so visitor adaption works for xml, json, and proto |
478,605 | 09.09.2022 10:15:04 | 25,200 | 3295095d9f3f5d0f91404045309a7ff28a2ac820 | Add mechanism to test for false positives/negatives to Hcl JsonPathMatcherTest. | [
{
"change_type": "MODIFY",
"old_path": "rewrite-hcl/src/test/kotlin/org/openrewrite/hcl/JsonPathMatcherTest.kt",
"new_path": "rewrite-hcl/src/test/kotlin/org/openrewrite/hcl/JsonPathMatcherTest.kt",
"diff": "@@ -17,7 +17,10 @@ package org.openrewrite.hcl\nimport org.assertj.core.api.Assertions.asser... | Java | Apache License 2.0 | openrewrite/rewrite | Add mechanism to test for false positives/negatives to Hcl JsonPathMatcherTest. |
478,605 | 09.09.2022 10:15:55 | 25,200 | d555e97981a128a6095770e471f3f6bddef91c03 | Polish. Remove unused imports in Hcl JsonPathMatcher. | [
{
"change_type": "MODIFY",
"old_path": "rewrite-hcl/src/main/java/org/openrewrite/hcl/JsonPathMatcher.java",
"new_path": "rewrite-hcl/src/main/java/org/openrewrite/hcl/JsonPathMatcher.java",
"diff": "import org.antlr.v4.runtime.ParserRuleContext;\nimport org.antlr.v4.runtime.tree.ParseTree;\nimport ... | Java | Apache License 2.0 | openrewrite/rewrite | Polish. Remove unused imports in Hcl JsonPathMatcher. |
478,605 | 09.09.2022 10:25:32 | 25,200 | 0de30749d2d398ccb12753ddc31692bfbbcece19 | Disable matchBlock in JsonPathMatcherTest. | [
{
"change_type": "MODIFY",
"old_path": "rewrite-hcl/src/test/kotlin/org/openrewrite/hcl/JsonPathMatcherTest.kt",
"new_path": "rewrite-hcl/src/test/kotlin/org/openrewrite/hcl/JsonPathMatcherTest.kt",
"diff": "package org.openrewrite.hcl\nimport org.assertj.core.api.Assertions.assertThat\n+import org.... | Java | Apache License 2.0 | openrewrite/rewrite | Disable matchBlock in JsonPathMatcherTest. |
478,605 | 09.09.2022 11:47:09 | 25,200 | 00ca462f0e2abe2a8aec77884b9d87f9b3053429 | Enable UnaryExpression to match a Block by name in Hcl JsonPathMatcher.
fixes | [
{
"change_type": "MODIFY",
"old_path": "rewrite-hcl/src/main/java/org/openrewrite/hcl/JsonPathMatcher.java",
"new_path": "rewrite-hcl/src/main/java/org/openrewrite/hcl/JsonPathMatcher.java",
"diff": "@@ -374,12 +374,14 @@ public Object visitUnaryExpression(JsonPathParser.UnaryExpressionContext ctx) ... | Java | Apache License 2.0 | openrewrite/rewrite | Enable UnaryExpression to match a Block by name in Hcl JsonPathMatcher.
fixes #2197 |
478,605 | 09.09.2022 12:08:34 | 25,200 | 554ec51541585d4e37a9caee622654147ac3d874 | Fix wildcard matches on List and Block in Hcl JsonPathMatcher.
fixes | [
{
"change_type": "MODIFY",
"old_path": "rewrite-hcl/src/main/java/org/openrewrite/hcl/JsonPathMatcher.java",
"new_path": "rewrite-hcl/src/main/java/org/openrewrite/hcl/JsonPathMatcher.java",
"diff": "@@ -323,15 +323,36 @@ public Object visitWildcard(JsonPathParser.WildcardContext ctx) {\nHcl.Attribu... | Java | Apache License 2.0 | openrewrite/rewrite | Fix wildcard matches on List and Block in Hcl JsonPathMatcher.
fixes #2198 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.