Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

False positives for warning AA0234 #7873

Open
NKarolak opened this issue Oct 16, 2024 · 0 comments
Open

False positives for warning AA0234 #7873

NKarolak opened this issue Oct 16, 2024 · 0 comments

Comments

@NKarolak
Copy link

NKarolak commented Oct 16, 2024

@krupybalu, this is the follow-up for #7787

1. Describe the bug
Once activated, AA0234 (You must write a tooltip in the Tooltip property for all fields on table objects.) fires too often.

2. To Reproduce
In a table field without any tooltip, use one of the following properties:

ObsoleteState = Removed;
Access = Internal;
AllowInCustomizations = Never;

3. Expected behavior
No warning, as none of these fields will ever appear in the UI to display a tooltip.

4. Actual behavior
Warning AA0234.

5. Versions:

  • AL Language: 14.0.1161190
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant