Synchronizing Source Code

The IDE's source synchronization feature helps keep your Java implementation classes in sync with their interface and abstract superclass methods by:

Source synchronization works with all interfaces and abstract superclasses mounted in the Filesystems tab of the Explorer and all standard interfaces and abstract superclasses in the Java 2 SDK.

You can set properties to synchronize source automatically, with or without confirmation, after parsing source code. Automatic synchronization is also triggered by changes in properties, customizers, or OpenAPI calls from other modules.

You can also choose Tools Synchronize from the contextual menu of the implementation class in the Explorer to synchronize source whenever you like.

Follow these links for information about using the source synchronization feature:

Setting Source Synchronization Properties

Synchronizing Source in a New Interface

Synchronizing Source When Updating an Interface

Legal Notices