Container creates instances of classes that contain virtual abstract methods without further notice

Issue #193 resolved
Stefan Glienke repo owner created an issue

Usually when creating instances of classes that have virtual abstract methods the compiler generates a warning. However when the container does so it happens without further notice.

This should be improved by either preventing to create the instance (exception) or by at least logging it as warning.

Comments (5)

  1. Stefan Glienke reporter

    This could be solved by a special builder inspector that checks the componenttype for abstract methods.

  2. Log in to comment