On Fri, Jan 18, 2019 at 10:58 AM Lars Vogel <[email protected]> wrote:
> Simply use fragment projects, > it is easy to convert an existing plug-in to a fragment projects. So that means 1. changing field visibility to package 2. creating a new test fragment in JDT (for instance) 3. Using same package in both class and test fragment. But what if I am actually changing a field that doesn't belong to the class I'm testing but to a parent (so it's not the same package)?
_______________________________________________ platform-dev mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/platform-dev
