Tristan
Tristan
### Target Use Case I'm working on a library for a project that show a Mapbox or MapLibre map depending of a parameter. Since the update to _mapbox-gl>=3.5.0_ and _react-map-gl...
The interface `com.powsybl.iidm.network.Branch` javadoc don't match the code of Branch (and all 3 implementations _Line_, _TieLine_ and _TwoWindingsTransformer_): * it say that `x` and `r` are properties of a branch,...
The [`com.powsybl.iidm.network.Country`](//github.com/powsybl/powsybl-core/blob/v6.8.1/iidm/iidm-api/src/main/java/com/powsybl/iidm/network/Country.java) define a [`name`](//github.com/powsybl/powsybl-core/blob/v6.8.1/iidm/iidm-api/src/main/java/com/powsybl/iidm/network/Country.java#L267) field for the name of the country with a getter [`getName()`](//github.com/powsybl/powsybl-core/blob/v6.8.1/iidm/iidm-api/src/main/java/com/powsybl/iidm/network/Country.java#L273-L275). But as it is an [`Enum`](//docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Enum.html), it already have a `name` attribute accessible with...