Coder Social home page Coder Social logo

Comments (7)

JakeWharton avatar JakeWharton commented on June 14, 2024

It would be nice to have a way to opt-in to dumb-in-logic snippet wrapping. I see things like this a few places:

private Foo(Builder builder) {
  this(builder.a, builder.b, builder.c, builder.d, ..., builder.z);
}

from javapoet.

roykachouh avatar roykachouh commented on June 14, 2024

This was exactly what I was looking for. Any updates on when to expect this. I'm using JavaPoet (which i love!) to automatically generate server stubs and clients for my project based on specifications.

There are times when things look a little messy, think builder pattern with a constructor with 10 arguments. Ideally, I was hoping to find something that can take checkstyle and automatically reformat based on our coding conventions, but it doesn't seem there is an appropriate solution for checkstyle auto formatting.

Is this enhancement still on your milestone list?

from javapoet.

roykachouh avatar roykachouh commented on June 14, 2024

I can also try to take a shot at this with a pr.

from javapoet.

swankjesse avatar swankjesse commented on June 14, 2024

Really difficult to do well. Some teams have recommended coupling JavaPoet with another code formatter.

from javapoet.

roykachouh avatar roykachouh commented on June 14, 2024

I agree. That would be ideal as there can potentially be so many different code style preferences. Do you happen to know of any promising auto format tools out there? Googling has come up short for me so far.

from javapoet.

tbroyer avatar tbroyer commented on June 14, 2024

@roykachouh Google has https://github.com/google/google-java-format specific to their style.

from javapoet.

sormuras avatar sormuras commented on June 14, 2024

They released version 1.0 Alpha with an all-inclusive jar. Just include it in your project and add a last line like:

String formattedSource = new Formatter().formatSource(javapoetJavaFile.toString());

from javapoet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.