-
Notifications
You must be signed in to change notification settings - Fork 18
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
Refactoring code in plugin-tester-java(scala) #288
Conversation
plugin-tester-scala/src/test/scala/example/myapp/helloworld/GreeterServiceSpec.scala
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Breaks the build - can this be fixed?
[error] : @@snip [GreeterServicePowerApiImpl.java](/plugin-tester-java/src/main/java/example/myapp/helloworld/GreeterServicePowerApiImpl.java) { #full-service-impl }
[error] ^
@pjfanning @He-Pin @raboof PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm, thanks
plugin-tester-java/src/main/java/example/myapp/helloworld/LiftedGreeterClient.java
Show resolved
Hide resolved
@pjfanning PTAL again. Thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
motivation
There are some unnecessary variable and style in
plugin-tester-Java
that does not use variables. I have readed the code for these two modules. clean up the codeplugin-tester-scala.
BTW, PowerGreeterServer and PowerGreeterServer lost the client, it will be an another PR later.
result
clean up