Commit 75d8221
authored
[JavaTypeSystem] Add JavaFieldModel.ToString(). (#1144)
Context: https://discord.com/channels/732297728826277939/732297837953679412/1151531791069499524
A user reported the following output in their `java-resolution-report.log`:
The field 'Java.Interop.Tools.JavaTypeSystem.Models.JavaFieldModel' was removed because its name contains a dollar sign.
The class '[Class] com.google.android.libraries.navigation.internal.aac.ad' was removed because the Java base type 'com.google.android.libraries.navigation.internal.aad.ar<com.google.android.libraries.navigation.internal.aac.af<K, V>>' could not be found.
We should be providing the user with the name of the removed field
rather than the `JavaFieldModel` type name. To do this, add an
appropriate `JavaFieldModel.ToString ()` method override.1 parent eac0d58 commit 75d8221
File tree
1 file changed
+8
-0
lines changed- src/Java.Interop.Tools.JavaTypeSystem/JavaModels
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
46 | 54 | | |
47 | 55 | | |
0 commit comments