-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make the 'log' object private in ActionBase and BaseTransformMeta #4348 #4354
Conversation
In the Integration tests I am getting error lines but they are not stopping the execution (also not getting a full stacktrace): |
Ah, the issue is very obvious.... Lines 429 to 432 in f91237d
|
This case should neither compile nor pass unit tests, and yet I'm sure I've tested a complete and clean installation. A mystery? |
sorry the link is coming from the master branch which does not have your changes yet.
Which is valid code and compiles but it's just a never-ending self reference |
I'm going to temporarily put the methods in final to find these cases. |
TableOutput is the only case I've found with an infinite loop. There is a special case with Janino that overrides the logXXX() methods, but it seems OK. |
No description provided.