Skip to content

Conversation

@owen-mc-diffblue
Copy link
Contributor

@owen-mc-diffblue owen-mc-diffblue commented May 17, 2017

(This has already been merged to master in #916 and #937 .)

It is bad style to have an interface method the same name as an
internal method with a different signature. Then on overriding one of
these methods the compiler only finds the overloaded one with the wrong
signature, doesn't look up the base class and fails.

We fix this problem by renaming the protected method. This simplifies
the code in all derived classes.

It is bad style to have an interface method the same name as an
internal method with a different signature. Then on overriding one of
these methods the compiler only finds the overloaded one with the wrong
signature, doesn't look up the base class and fails.

We fix this problem by renaming the protected method. This simplifies
the code in all derived classes.

# Conflicts:
#	src/java_bytecode/expr2java.h
@owen-mc-diffblue owen-mc-diffblue force-pushed the cleanup/using-expr2ct-convert-test-gen-support branch from 20b9438 to b84a97d Compare May 18, 2017 10:03
@owen-mc-diffblue
Copy link
Contributor Author

This has been included in #941 .

@owen-mc-diffblue owen-mc-diffblue deleted the cleanup/using-expr2ct-convert-test-gen-support branch August 27, 2019 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant