Using the Quick Fix Feature
Procedure
Result
Unknown Reference | Quick Fix Editor |
---|---|
Unqualified name. Example:
SomeName s; |
A list of appropriate wizards appears so you can create a new concept, simple event, or time event. The wizard you select opens so you can define the entity. |
Unqualified name followed by parentheses. Example:
SomeName() |
A link to the rule function creation wizard appears. Click it to open the wizard and define the rule function. |
Qualified name. Examples:
Rules.SomeName(); Concepts.SomeName s; |
A Quick Fix option appears so you can automatically create the entity or rule function in the given folder.
The folder must already exist in the project. |
Qualifier is a concept or event and reference is unknown. Example:
Concepts.Person person; person.someProperty = "123" |
A Quick Fix option appears with the name: Create a property definition in the entity’entityName’. Click the option to open the New Property Definition dialog, and configure the details of the property.
In the example, the someProperty property does not already exist as a property of Concepts.Person. |
The following table explains the arguments.
Copyright © TIBCO Software Inc. All Rights Reserved.