GithubHelp home page GithubHelp logo

Comments (3)

rokkolesa avatar rokkolesa commented on July 24, 2024

This is a big problem if the code uses some preview features. It seems that using 2023-12 should fix that. We are also using spotless-maven-plugin to check the code on our CI/CD pipeline. When we specify the 2023-12 version in the maven plugin, the code is correctly checked.. but it completely fails to format the file using this plugin, where an older eclipse is bundled.

from eclipsecodeformatter.

krasa avatar krasa commented on July 24, 2024

Yes, but using an external Eclipse installation should help.

from eclipsecodeformatter.

rokkolesa avatar rokkolesa commented on July 24, 2024

That is true, but we do not want to force every developer to install eclipse.

Regardless, the 2023-12 version does not fix formatting of the preview features - I was mistaken before.

Is formatting of the preview features even enabled in eclipse?

For example, take a look at this example code:

try {
 process();
}
catch (Exception _)
{
   log.warn("Cannot process, but continuing anyway!");
}

As soon as this feature is used (the unnamed variable in the catch clause) somewhere in the class, the formatting fails completely. It does not format any lines.

from eclipsecodeformatter.

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.