-
Notifications
You must be signed in to change notification settings - Fork 39
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
Have RefasterTemplateCollection
verify template test class names
#233
Have RefasterTemplateCollection
verify template test class names
#233
Conversation
a604b35
to
32a4716
Compare
32a4716
to
8323250
Compare
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.
Added a tiny commit.
Nice improvement, also funny that it flagged an existing issue.
🚀
Was trying to find an alternative suggested commit message mentioning both input and output but did not succeed haha. Current one looks good 👍🏻.
} | ||
} | ||
|
||
// This is a comment to appease CheckStyle. |
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.
// This is a comment to appease CheckStyle. | |
// This is a comment to appease Checkstyle. |
Also below 😉.
For when we get back to this PR.
describeMatch( | ||
typeDeclaration, | ||
SuggestedFix.prefixWith( | ||
typeDeclaration, "/* ERROR: Unexpected declaration. */\n"))); |
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.
typeDeclaration, "/* ERROR: Unexpected declaration. */\n"))); | |
typeDeclaration, "/* ERROR: Unexpected token. */\n"))); |
Would "token" be more accurate, according to the docs of getTypeDecls
:
* The list may also include empty statements resulting from
* extraneous semicolons.
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.
I like token 👍. Rebased and added a commit.
b342377
to
0e0fff7
Compare
Build failed due to a read timeout connecting to Jitpack. Also affected the most recent build on |
0e0fff7
to
c1e8bb6
Compare
Rebased and the build now passed. Tnx for the extra review @ferdinand-swoboda! Will merge. |
As suggested here.
Suggested commit message: