From RTSC-Pedia

Jump to: navigation, search
revision tip
—— LANDSCAPE orientation
[printable version]  [offline version]offline version generated on 04-Aug-2010 21:08 UTC

XDCscript - xdc.getWarnings

Return array of warnings

Contents

Synopsis

 
var warnings = xdc.getWarnings();

Description

Each module can raise an warning that does not terminate processing of a domain model's "validate" phase, for example. xdc.getWarnings() returns the current array of warnings raised by modules.

Return Value

xdc.getWarnings() returns a non-null array of warnings raised modules via their $logWarning() method.

Since

This method was introduced in XDCtools release 3.15.

[printable version]  [offline version]offline version generated on 04-Aug-2010 21:08 UTC
Copyright © 2008 The Eclipse Foundation. All Rights Reserved


Views
Personal tools
package reference