Giter VIP home page Giter VIP logo

Comments (1)

jmgrassau avatar jmgrassau commented on August 22, 2024 1

Hi ConjuringCoffee,

yes, this is a bit of a functional gap – "Align declarations" so far doesn't consider PARAMETERS, but is focused on the kind of declarations that you will find in classes.

I can explain the behavior of "Remove needless spaces" here. As you can see from the description, this cleanup rule tries to "Remove multiple spaces where no alignment intention can be identified." For this, the cleanup rule looks up and down to see whether there is some alignment (among similar token types) which might have been intentional. In this case,

PARAMETERS p_test1 RADIOBUTTON GROUP 1.
PARAMETERS p_test2    RADIOBUTTON GROUP 1.
PARAMETERS p_test3 AS CHECKBOX.

there are actually two keywords which are aligned: RADIOBUTTON in the second line and CHECKBOX in the third line. Therefore, ABAP cleaner preserves this alignment (although, of course, the human reader immediately knows that this was NOT intended; but ABAP cleaner is deterministic, not AI-based…).

In your second example, there is no such alignment, therefore ABAP cleaner is "confident" that there is no deep reason to these extra spaces.

Kind regards,
Jörg-Michael

from abap-cleaner.

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.