JNet icon indicating copy to clipboard operation
JNet copied to clipboard

Verify why JNetReflector adds `Method` suffix on methods of `Collections`

Open masesdevelopers opened this issue 1 year ago • 1 comments
trafficstars

          To be verified why JNetReflector adds **`Method`** suffix on methods of `Collections`

Originally posted by @masesdevelopers in https://github.com/masesgroup/JNet/pull/420#discussion_r1612545661

masesdevelopers avatar May 24 '24 01:05 masesdevelopers

Within the file https://github.com/masesgroup/netdroid/blob/a1b5d1d5d5e8371a0c58da0df5711292bc0ec476/src/net/Netdroid/Generated/Java/Util/Collections.cs the methods are reflected without the issue reported, maybe the differences are in the configuration used:

  • JNet uses modules
  • Netdroid uses JARs

masesdevelopers avatar Jun 01 '24 02:06 masesdevelopers