Skip to content

Prefer Communicator constructor over initialize #4590

@bernardnormier

Description

@bernardnormier

Like for createProperties vs the Properties constructor, we should offer and prefer Communicator construction over Ice.Util.initialize in some languages, starting with:

  • C#
    The syntax is more natural in C# and this enables the CA2000 code analyzer check (make sure you dispose your communicator).

  • Java
    Similar to C#, minus the code analysis.

  • MATLAB (already done)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions