You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: Change STARTS so that it exposes the three methods needed here
In the comment mentioned above, ImpactedClassMojo copied three private methods from a class in STARTS. Copying this much code is not good for readability.
Solution: Change the signature in a STARTS branch (impacted-both-ways) to have access modifiers of protected.
The text was updated successfully, but these errors were encountered:
emop/emop-maven-plugin/src/main/java/edu/cornell/ImpactedClassMojo.java
Line 61 in f49935b
In the comment mentioned above,
ImpactedClassMojo
copied three private methods from a class in STARTS. Copying this much code is not good for readability.Solution: Change the signature in a STARTS branch (
impacted-both-ways
) to have access modifiers ofprotected
.The text was updated successfully, but these errors were encountered: