-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Strong improvements in JNetReflector (#181)
* #178: update JNetReflector to manage Main-Class with new IJNetBridgeMain, remove keyword from argument names, improved management of generic super-classes, improved management of generics in constructor arguments * #178: upgrade code after change into JNetReflector * Added build and create to the list of names to be avoided in Properties * #178 (comment): added switch to rename classes, better management of return type in generics * #178 (comment) * #178 (comment) * #178 (comment): created interfaces for each Class that is a Java interface #137: created the stub methods of the listener interface, first step to introduce auto generated Listeners * #178 (comment): added where clause based on interfaces and forced the new constraint * #178 (comment): when a constraint is a native type it is removed * #178 (comment): fixed not matching declaration * #178 (comment): removed many warning during compilation related to newly added interfaces * Update classes with warning removal * #178 (comment): update where clause generation when a generic class depends on itself when extended * #178 (comment): added switches related to interface generation * #178 (comment): management of Iterator and update retriever of generic type defined for Iterator and Iterable * #178 (comment): fixed generation of avoid interfaces * #137: concrete classes implementing a Listener does not extend it #178 (comment): classes with a single interface which isn't a listener inherits from interface implementation class * #137 (comment): Use always JVMBridgeException when there is an exception type in parameters to have an unified approach between listeners and methods * Code update for #137 (comment) * Folder structure review: Extensions moved under Specific * #178 (comment): limited super interfaces * #178 (comment): solved base class inheritance from avoided types * #178 (comment): JVMInterfaceName shall use GetGenerics to get the real type * #178 (comment): added avoidance check of inner types * #178 (comment): Added namespace to IJNetBridgeMain
- Loading branch information
1 parent
44acc28
commit 43504bd
Showing
2,043 changed files
with
63,464 additions
and
7,566 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
Oops, something went wrong.