Consultor Eletrônico



Kbase P122165: What is the "Other problems" section in Problems tab during compilation in Architect?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

GOAL:

What is the "Other problems" section in Problems tab during compilation in Architect?

GOAL:

Why does the "Other problems" section appear and disappear irregularly in the Problems tab during compilation?

FACT(s) (Environment):

OpenEdge 10.1x
Windows

FIX:

The behavior is due to the way Architect and the Eclipse framework interact.
The Problems tab is handled by the Eclipse framework, and Eclipse will place entries in different sections depending on the "type" of the entry. The display is asynchronous to the operations that
actually populate the list of entries.
When an error is reported during compilation, the OpenEdge plug-in for Eclipse in charge of interacting with the Progress runtime creates an entry in the Problems report, and then sets is type to be "Error". If the Eclipse refreshes the display between the two operations, an "Other problems" section is created with the entry in the temporary state. Later the section disappears as the display is refreshed when the type of the entry is fully set.