Don't change visibility of overwritten methods from implementation classes

Issue #423 new
Matthias Schoettle created an issue

Given the following example model, when reusing, the visibility of run is changed to package in the implementing class.

Class Test implements java.lang.Runnable with + void run() (including message view)

Comments (0)

  1. Log in to comment