GithubHelp home page GithubHelp logo

Comments (18)

MiLiCLN avatar MiLiCLN commented on July 17, 2024 1

I suspect the problem comes from the defined error code-number "003" in the constructor and the passed code-number in "inform" (001).
Can you try to make "003" into "001" in the constructor at "insert_scimessage"?
image

from abapopenchecks.

larshp avatar larshp commented on July 17, 2024

guess something changed in the abapdoc api, try setting a breakpoint

from abapopenchecks.

ConjuringCoffee avatar ConjuringCoffee commented on July 17, 2024

The check successfully reaches method INFORM with the following text in p_param_1:

inconsistency ABAP Doc comment - parameter interface of element EXAMPLE

So it doesn't seem like this is a problem with the abap Doc API to me. Any other ideas?

from abapopenchecks.

ConjuringCoffee avatar ConjuringCoffee commented on July 17, 2024

This is the result now:

image

I think we're on the right path, but we're not quite there yet. Any chance we can exchange the very generic message for a more specific message? The more specific message can only be seen in SAP GUI:

image

from abapopenchecks.

MiLiCLN avatar MiLiCLN commented on July 17, 2024

Ok, step by step a little further. :-)
Unfortunately, I can't test it. But what can be seen in the Detail view?

from abapopenchecks.

ConjuringCoffee avatar ConjuringCoffee commented on July 17, 2024

The detail view looks good:

image

Compared to before:

image

from abapopenchecks.

MiLiCLN avatar MiLiCLN commented on July 17, 2024

A PR is welcome. :-)

from abapopenchecks.

ConjuringCoffee avatar ConjuringCoffee commented on July 17, 2024

I didn't submit a pull request because I'm not happy yet with how the text turns out. Compare it to check 001 for example:

image

How can this text be changed? I tried to change iv_text like this, but it had no effect:

    insert_scimessage(
        iv_code = '001'
        iv_text = 'ABAP Doc parameter name is inconsistent' ).

from abapopenchecks.

MiLiCLN avatar MiLiCLN commented on July 17, 2024

What is your goal? To change the highlighted text in the screenshot?
image
This text is from the class description; the check-title.

from abapopenchecks.

ConjuringCoffee avatar ConjuringCoffee commented on July 17, 2024

I want to change the other text 😊

image

from abapopenchecks.

MiLiCLN avatar MiLiCLN commented on July 17, 2024

I had now also the possibility to test this with eclipse. For me the result looks like this (with the latest PR):
image

from abapopenchecks.

ConjuringCoffee avatar ConjuringCoffee commented on July 17, 2024

That's weird! I'll check the installation and report back. (Could take a while, I'm having some authorization problems right now...)

from abapopenchecks.

ConjuringCoffee avatar ConjuringCoffee commented on July 17, 2024

My authorization problems are fixed and I'm running the latest version now. The message still isn't displayed correctly.

Can anyone please re-open this issue?

I also tried it using SAP GUI, same result:
image

from abapopenchecks.

MiLiCLN avatar MiLiCLN commented on July 17, 2024

Is it ok to change the text of the check message from "&1" to "ABAP Doc: &1"?
This would then look like this:
abap doc change

For the findings list, the text of the check message is used; however, the variables are replaced by "..." and only added later, e.g. in the details.

from abapopenchecks.

ConjuringCoffee avatar ConjuringCoffee commented on July 17, 2024

Are we still talking about the same problem? I'd be actually okay with the way it already works in your previous screenshots, it just doesn't seem to work on my system. 😅

  • On your system: inconsistency ABAP Doc comment - parameter interface of [...] (cut off in the screenshot)
    image
  • On my system: Check: ZCL_AOC_CHECK_63, Rule: 001
    image

from abapopenchecks.

ConjuringCoffee avatar ConjuringCoffee commented on July 17, 2024

Right, so I have a bit more experience with ATC checks now and I think I know what's going on now.

  • The ATC check message is only defined with a message variable: &1
  • The actual text (inconsistency ABAP Doc comment - parameter interface [...]) is put into the message variable when calling method INFORM
  • For some reason, the behavior of MiLiCLN's system is different to mine: On his system, ADT already shows the complete message. On my system, it shows Check: ZCL_AOC_CHECK_63, Rule: 001
  • I conclude that my system replaces the complete message text with Check: ZCL_AOC_CHECK_63, Rule: 001 if it only consists of a single message variable. If I include any other text in the message, then it works as expected.

I'll provide a pull request to fix this.

from abapopenchecks.

ConjuringCoffee avatar ConjuringCoffee commented on July 17, 2024

image

I've changed the message from &1 to ABAP Doc: &1 and it works in the SAP GUI:

image

However, it doesn't work in ADT:

image

If I change the error code from '001' to '002' (both in the constructor and in the run method), then it works in ADT too:

image

Restarting my own PC didn't help, and it also behaves the same for colleagues. Maybe there is some kind of additional caching for the ATC message check? I'll keep an eye on it.

from abapopenchecks.

ConjuringCoffee avatar ConjuringCoffee commented on July 17, 2024

Maybe there is some kind of additional caching for the ATC message check? I'll keep an eye on it.

I suspect that this was the case. The error message is correctly displayed for '001' now.

from abapopenchecks.

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.