Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Conversation

@dodgex
Copy link
Member

@dodgex dodgex commented Nov 12, 2016

  • prefix variables with trace
  • postifx variables with underscore

see #1891

logEnterInvoke.arg(getEnterMessage(method, executableElement));
thenBody.add(logEnterInvoke);
JVar startDeclaration = thenBody.decl(getCodeModel().LONG, "start", currentTimeInvoke);
JVar startDeclaration = thenBody.decl(getCodeModel().LONG, "traceStart_", currentTimeInvoke);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should use GENERATION_SUFFIX instead of hardcoding the underscore into every string.

- prefix variables with trace
- postifx variables with underscore
@dodgex dodgex force-pushed the 1891_rename_local_trace_variables branch from eed6f8a to ec27672 Compare November 23, 2016 23:08
@dodgex
Copy link
Member Author

dodgex commented Nov 23, 2016

updated

@dodgex
Copy link
Member Author

dodgex commented Nov 23, 2016

I think we should not merge until we know what happened with #1905

@WonderCsabo WonderCsabo merged commit 0e90171 into develop Nov 24, 2016
@WonderCsabo WonderCsabo deleted the 1891_rename_local_trace_variables branch November 24, 2016 21:28
@WonderCsabo WonderCsabo added this to the 4.2 milestone Nov 24, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants