gradle-lint-plugin VS rewrite

Compare gradle-lint-plugin vs rewrite and see what are their differences.

gradle-lint-plugin

A pluggable and configurable linter tool for identifying and reporting on patterns of misuse or deprecations in Gradle scripts. (by nebula-plugins)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
gradle-lint-plugin rewrite
3 24
743 1,830
2.0% 7.0%
6.9 9.9
9 days ago 3 days ago
Groovy Java
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

gradle-lint-plugin

Posts with mentions or reviews of gradle-lint-plugin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-29.
  • Learning in public: Lessons from open source
    3 projects | dev.to | 29 Jan 2022
    A little more than two years ago, in October 2019, I began work on my first significant open source project, the Dependency Analysis Gradle Plugin. I had just left a job where I had done relatively little coding, was taking a month off, and wanted to get back into a building mode and learn some new things. I decided to explore the domain of unused-dependency detection. The nearest competitor I was aware of was the Gradle Lint Plugin from the Netflix Nebula collection. However, as that plugin has never supported Android projects, that meant I had an exploitable niche—if only I could exploit it.
  • Large-Scale Automated Source Code Refactoring with OpenRewrite
    3 projects | news.ycombinator.com | 13 Aug 2021
    Semgrep’s focus is on static analysis/search and is based on rules that developers need to write in a new DSL. Autofix is experimental and is one pattern replaced with another. https://semgrep.dev/docs/experiments/overview/

    OpenRewrite originated to do transformations of code, specifically to remove a Netflix proprietary logging library and replace it with in SLF4J. The predecessor of OpenRewrite was Gradle Lint (https://github.com/nebula-plugins/gradle-lint-plugin), commonly used to update Gradle build configuration. OpenRewrite added search after transformation and search can be very flexible (search for all usages of a particular package/any method, not just a specific method invocation). Instead of being DSL based, OpenRewrite provides a set of building blocks called recipes that can be combined together to create more powerful recipes. When building blocks are not enough, you can write a custom recipe in the same language as what you are managing. Java for Java and TypeScript for JavaScript/TypeScript (coming soon).

    For example, you can see JUnit 4 to 5 migration recipe contains a set of pre-built and custom recipes.

  • is there a way to find out unused dependencies in a spring boot project
    2 projects | /r/java | 1 Feb 2021
    Also found Gradle Nebula Lint https://github.com/nebula-plugins/gradle-lint-plugin/wiki

rewrite

Posts with mentions or reviews of rewrite. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-31.
  • FLaNK Weekly 31 December 2023
    25 projects | dev.to | 31 Dec 2023
  • OpenRewrite – Automated mass refactoring of source code
    1 project | news.ycombinator.com | 19 Dec 2023
  • AST-grep(sg) is a CLI tool for code structural search, lint, and rewriting
    15 projects | news.ycombinator.com | 10 Dec 2023
    If you're into this sort of thing, there's OpenRewrite[1] for the Java ecosystem.

    [1] https://docs.openrewrite.org/

  • What's New in Spring Framework 6.1
    5 projects | news.ycombinator.com | 16 Aug 2023
    > Spring has gotten so bloated.

    I'd call Spring feature-rich than bloated. You can always shed weight that you don't want to carry.

    > Plus there's multiple ways of doing the same thing. e.g. JPA, spring-data.

    That's because there are different ways to solve a problem. Someone may want an ORM-based approach to connect to the database; they can choose spring-data-jpa. Someone may want to use JDBC with a light abstraction on top of it; they can choose spring-data-jdbc. It's all about choices and right tradeoffs and Spring offers plenty of them.

    > they don't provide easy upgrade paths between majors versions

    That's not my experience. I've been happily upgrading 2.x.x versions and plan to upgrade to 3.2.x when it is ready. But depending on the codebase, I admit it can be painful. Projects like OpenRewrite[1] might help here.

    > and they stop updating vulnerabilities on older major versions.

    This is not news. They want you to pay for extended support if you need it.

    > No docs on migration.

    They do maintain migration docs on GitHub wiki which are a lot more detailed than their blog posts on migration. Here's the latest one to upgrade from Spring Boot 2 to 3: https://github.com/spring-projects/spring-boot/wiki/Spring-B...

    [1]: https://github.com/openrewrite/rewrite

  • We already have Spring 2.1.3, Is SpringBoot 3 worth learning.
    1 project | /r/java | 4 Jul 2023
    The issue you may run into when migrating from Spring Boot 2.x to 3.x is the JEE namespace renames. Migrating code from 8 to 17 in my experience hasn't been all that difficult. In most projects, there are no changes to make. However, with the namespace change, you'll probably have to do some planning and testing. If you are migrating a lot of projects, check out Open Rewrite, it may help automate a lot of these upgrades (for both 8 to 17 and Spring Boot versions).
  • Why wouldn't somebody change their version?
    1 project | /r/java | 23 Mar 2023
    Couldn't OpenRewrite (https://docs.openrewrite.org) do a big part of this manual work?
  • Any ideas on how to automate upgrade of legacy Spring Framework/Spring Boot repositories?
    2 projects | /r/SpringBoot | 26 Feb 2023
    Openrewrite would probably be a big help, see https://docs.openrewrite.org
  • what is your favorite programming trick/tool that not many People know about?
    6 projects | /r/java | 17 Feb 2023
    In a similar vein there is OpenRewrite which is an open-source project that works in a similar way. It also has a lot of great refactorings already built in, like doing all the grunt work for migrating to JUnit 5, or replacing string concatenation in SLF4J log calls with parameterized formatting.
  • Refactoring giant codebase
    1 project | /r/java | 30 Jan 2023
    seems a case for https://docs.openrewrite.org/
  • What are your thoughts on Spring in 2023?
    2 projects | /r/java | 27 Jan 2023
    https://github.com/openrewrite/rewrite might help

What are some alternatives?

When comparing gradle-lint-plugin and rewrite you can also consider the following projects:

gradle-dependency-analyze - Dependency analysis plugin for gradle

JavaParser - Java 1-17 Parser and Abstract Syntax Tree for Java with advanced analysis functionalities.

Gradle - Adaptable, fast automation for all

grammars-v4 - Grammars written for ANTLR v4; expectation that the grammars are free of actions.

groovy-android-gradle-plugin - A Gradle plugin to support the Groovy language for building Android apps

cl-cuda - Cl-cuda is a library to use NVIDIA CUDA in Common Lisp programs.

spring-cloud-dataflow - A microservices-based Streaming and Batch data processing in Cloud Foundry and Kubernetes

aws-ip-ranges - Tracking the history and size of AWS's ip-ranges.json file

dependency-analysis-gradle-plugin - Gradle plugin for JVM projects written in Java, Kotlin, Groovy, or Scala; and Android projects written in Java or Kotlin. Provides advice for managing dependencies and other applied plugins

algs4 - Algorithms in C# ported from the book "Algorithms 4th Edition".

rbac-police - Evaluate the RBAC permissions of Kubernetes identities through policies written in Rego