| Type Before | Type After | No. of Instances | No. of Commits | No. of Projects | Hierarchy Relation | Primitive Info | Namespace |
|---|---|---|---|---|---|---|---|
| java.lang.Integer | java.lang.String | 4 | 4 | 1 | SIBLING | - | Jdk -> Jdk |
| java.lang.Integer | java.awt.geom.Ellipse2D.Double | 1 | 1 | 1 | SIBLING | - | Jdk -> Jdk |
| float | int | 1 | 1 | 1 | - | Narrowing | Jdk -> Jdk |
| org.json.JSONObject | me.corriekay.pokegoutil.utils.Config | 1 | 1 | 1 | Composition | - | External -> Internal |
| java.lang.Boolean | java.lang.String | 1 | 1 | 1 | SIBLING | - | Jdk -> Jdk |
| int | long | 2 | 2 | 1 | - | Widening | Jdk -> Jdk |
| java.time.LocalDateTime | java.lang.String | 1 | 1 | 1 | SIBLING | - | Jdk -> Jdk |
| java.lang.Double | double | 13 | 3 | 1 | - | Unboxing | Jdk -> Jdk |
| com.pokegoapi.api.pokemon.PokemonMoveMeta | POGOProtos.Enums.PokemonMoveOuterClass.PokemonMove | 1 | 1 | 1 | - | - | External -> External |
| java.lang.Integer | java.lang.Long | 3 | 2 | 1 | SIBLING | - | Jdk -> Jdk |
| java.lang.Integer | int | 1 | 1 | 1 | - | Unboxing | Jdk -> Jdk |
| java.lang.Integer | long | 2 | 1 | 1 | - | - | Jdk -> Jdk |
| java.lang.Long | long | 2 | 1 | 1 | - | Unboxing | Jdk -> Jdk |
| java.lang.String | javafx.util.Pair | 4 | 2 | 1 | SIBLING | - | Jdk -> Jdk |
| me.corriekay.pokegoutil.utils.Config | me.corriekay.pokegoutil.utils.ConfigNew | 6 | 6 | 1 | - | - | Internal -> Internal |
| java.lang.String | me.corriekay.pokegoutil.utils.ConfigKey | 5 | 3 | 1 | - | - | Jdk -> Internal |
| java.awt.geom.Ellipse2D.Double | java.lang.String | 3 | 1 | 1 | SIBLING | - | Jdk -> Jdk |
| double | java.lang.String | 1 | 1 | 1 | - | - | Jdk -> Jdk |
| java.lang.Long | java.awt.geom.Ellipse2D.Double | 1 | 1 | 1 | SIBLING | - | Jdk -> Jdk |
| java.lang.String | me.corriekay.pokegoutil.utils.pokemon.PokeNick | 2 | 1 | 1 | Composition | - | Jdk -> Internal |
| javafx.scene.control.RadioButton | javafx.scene.control.CheckBox | 10 | 2 | 1 | SIBLING | - | Jdk -> Jdk |
| me.corriekay.pokegoutil.GUI.Model.PokemonTableViewSelectionModel | me.corriekay.pokegoutil.DATA.models.PokemonModel | 2 | 1 | 1 | - | - | Internal -> Internal |
| javafx.beans.property.LongProperty | javafx.beans.property.DoubleProperty | 2 | 1 | 1 | SIBLING | - | Jdk -> Jdk |
| long | double | 2 | 1 | 1 | - | Widening | Jdk -> Jdk |
| javafx.scene.control.TableColumn | java.lang.reflect.AccessibleObject | 1 | 1 | 1 | - | - | Jdk -> Jdk |
| javafx.scene.layout.AnchorPane | javafx.scene.layout.GridPane | 2 | 1 | 1 | SIBLING | - | Jdk -> Jdk |
| com.pokegoapi.api.pokemon.Pokemon | me.corriekay.pokegoutil.DATA.models.PokemonModel | 2 | 1 | 1 | Composition | - | External -> Internal |
| long | int | 2 | 2 | 1 | - | Narrowing | Jdk -> Jdk |
| java.util.List<javafx.util.Pair> | me.corriekay.pokegoutil.DATA.models.LoginData | 3 | 2 | 1 | - | - | Jdk -> Internal |
| void | boolean | 3 | 1 | 1 | - | - | Jdk -> Jdk |
| java.lang.String | me.corriekay.pokegoutil.DATA.models.LoginData | 1 | 1 | 1 | Composition | - | Jdk -> Internal |
| boolean | me.corriekay.pokegoutil.DATA.models.LoginResult | 4 | 1 | 1 | Composition | - | Jdk -> Internal |
| java.lang.reflect.AccessibleObject | javax.swing.table.TableColumn<me.corriekay.pokegoutil.DATA.models.PokemonModel, ?> | 1 | 1 | 1 | - | - | Jdk -> Jdk |
| java.lang.String | me.corriekay.pokegoutil.GUI.enums.OperationID | 1 | 1 | 1 | - | - | Jdk -> Internal |
| java.util.ArrayList | java.util.List | 1 | 1 | 1 | R_SUPER_T | - | Jdk -> Jdk |
| java.lang.String | me.corriekay.pokegoutil.DATA.enums.BatchOperation | 3 | 1 | 1 | - | - | Jdk -> Internal |
| SetFavoritePokemonResponseOuterClass.SetFavoritePokemonResponse.Result | POGOProtos.Networking.Responses.SetFavoritePokemonResponseOuterClass.SetFavoritePokemonResponse.Result | 2 | 2 | 1 | - | - | External -> External |
| me.corriekay.pokegoutil.DATA.models.BPMResult | me.corriekay.pokegoutil.DATA.models.BpmOperationResult | 6 | 1 | 1 | - | - | Internal -> Internal |
| UpgradePokemonResponseOuterClass.UpgradePokemonResponse.Result | POGOProtos.Networking.Responses.UpgradePokemonResponseOuterClass.UpgradePokemonResponse.Result | 2 | 2 | 1 | - | - | External -> External |
| void | me.corriekay.pokegoutil.DATA.models.BpmOperationResult | 1 | 1 | 1 | - | - | Jdk -> Internal |
| ReleasePokemonResponseOuterClass.ReleasePokemonResponse.Result | POGOProtos.Networking.Responses.ReleasePokemonResponseOuterClass.ReleasePokemonResponse.Result | 3 | 2 | 1 | - | - | External -> External |
| me.corriekay.pokegoutil.GUI.enums.ColumnID | me.corriekay.pokegoutil.GUI.enums.ColumnId | 3 | 1 | 1 | - | - | Internal -> Internal |
| java.lang.String | int | 3 | 2 | 1 | - | - | Jdk -> Jdk |
| me.corriekay.pokegoutil.GUI.enums.OperationID | me.corriekay.pokegoutil.GUI.enums.OperationId | 11 | 1 | 1 | - | - | Internal -> Internal |
| javafx.beans.property.StringProperty | javafx.beans.property.IntegerProperty | 2 | 1 | 1 | SIBLING | - | Jdk -> Jdk |
| java.lang.String | boolean | 1 | 1 | 1 | - | - | Jdk -> Jdk |
| java.lang.String | me.corriekay.pokegoutil.data.enums.BatchOperation | 2 | 1 | 1 | - | - | Jdk -> Internal |
| POGOProtos.Networking.Responses.UpgradePokemonResponseOuterClass.UpgradePokemonResponse.Result | UpgradePokemonResponseOuterClass.UpgradePokemonResponse.Result | 1 | 1 | 1 | - | - | External -> External |
| POGOProtos.Networking.Responses.SetFavoritePokemonResponseOuterClass.SetFavoritePokemonResponse.Result | SetFavoritePokemonResponseOuterClass.SetFavoritePokemonResponse.Result | 1 | 1 | 1 | - | - | External -> External |
| me.corriekay.pokegoutil.data.enums.BatchOperation | java.lang.String | 2 | 1 | 1 | - | - | Internal -> Jdk |
| POGOProtos.Networking.Responses.ReleasePokemonResponseOuterClass.ReleasePokemonResponse.Result | ReleasePokemonResponseOuterClass.ReleasePokemonResponse.Result | 1 | 1 | 1 | - | - | External -> External |
| javafx.scene.control.CheckBox | javafx.scene.control.RadioButton | 5 | 1 | 1 | SIBLING | - | Jdk -> Jdk |
| me.corriekay.pokegoutil.utils.ConfigKey | java.lang.String | 2 | 1 | 1 | - | - | Internal -> Jdk |
| me.corriekay.pokegoutil.utils.ui.Console | boolean | 1 | 1 | 1 | - | - | Internal -> Jdk |
| java.lang.String | double | 1 | 1 | 1 | - | - | Jdk -> Jdk |
| java.lang.Integer | boolean | 1 | 1 | 1 | - | - | Jdk -> Jdk |
| POGOProtos.Enums.PokemonMoveOuterClass.PokemonMove | com.pokegoapi.api.pokemon.PokemonMeta | 1 | 1 | 1 | - | - | External -> External |
| java.util.AbstractMap.SimpleEntry<java.lang.String, java.util.ArrayList> | me.corriekay.pokegoutil.utils.windows.PokeColumn | 1 | 1 | 1 | - | - | Jdk -> Internal |
| double | boolean | 2 | 1 | 1 | - | - | Jdk -> Jdk |
| com.pokegoapi.api.pokemon.PokemonMeta | POGOProtos.Settings.Master.Pokemon.StatsAttributesOuterClass.StatsAttributes | 1 | 1 | 1 | - | - | External -> External |
| com.pokegoapi.api.pokemon.PokemonType | POGOProtos.Enums.PokemonTypeOuterClass.PokemonType | 1 | 1 | 1 | - | - | External -> External |
| com.pokegoapi.api.pokemon.PokemonMeta | POGOProtos.Settings.Master.PokemonSettingsOuterClass.PokemonSettings | 1 | 1 | 1 | - | - | External -> External |
| POGOProtos.Enums.PokemonMoveOuterClass.PokemonMove | java.util.List<POGOProtos.Enums.PokemonMoveOuterClass.PokemonMove> | 1 | 1 | 1 | - | - | External -> Jdk |
| boolean | int | 2 | 1 | 1 | - | - | Jdk -> Jdk |
| java.util.LinkedHashMap | java.util.Map | 2 | 1 | 1 | R_SUPER_T | - | Jdk -> Jdk |
| java.util.function.BiConsumer | me.corriekay.pokegoutil.utils.helpers.TriConsumer | 2 | 1 | 1 | - | - | Jdk -> Internal |