defaultname

[name] is not a meaningful widget name

Rule "defaultname" gives this warning when it finds a widget which still has its default name, assigned by AppBuilder.


When you are using the AppBuilder and drop a new widget on a frame,
this new widget will have a default name like BUTTON-1 or FILL-IN-2. Those names are supposed to be replaced by a more
meaningful name.

the risc:

Source is difficult to understand when variables don't have meaningful names.

how to solve this:

Using AppBuilder, simply type a new name in the property sheet.

How to suppress these warnings:

You would have to put the directive {&_proparse_ prolint-nowarn(defaultname)} directly before
the DEFINE VARIABLE statement, but that is impossible because AppBuilder won't let you type in that code section. So actually you can hardly suppress this warning.
See also: suppress warnings.