Skip to content
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

Added @throws description for methods to fix javadoc warnings #162

Closed
wants to merge 2 commits into from

Conversation

snuyanzin
Copy link
Collaborator

The PR adds @throw description in javadocs and fixes #161

@julianhyde
Copy link
Owner

Not sure about this change. Neither the @throws javadoc nor the 'throws Throwable' seem to have any information content. What about removing the 'throws Throwable' clause? If the test throws, it will fail, so we will find out about it.

@snuyanzin snuyanzin force-pushed the JAVADOC branch 2 times, most recently from 23e2eed to 2e1adb6 Compare October 18, 2018 11:47
…sTest#checkScriptFile

Extract common logic for "print stream", "tmp file creation" and "sqlline begin" into separate methods
@snuyanzin
Copy link
Collaborator Author

Thank you for your suggestion
I removed @throws and throws Throwable and also did extraction of some common logic into separate methods like sqlline#begin, tmp file creation.

I suspect that this change will be in conflict with #165. If it is true I will do rebase after one of these PR will be merged

@snuyanzin
Copy link
Collaborator Author

About build fail
It looks like Travis has problems with downloading of jdk10

@julianhyde
Copy link
Owner

Merged as 58e8e70.

@julianhyde julianhyde closed this Oct 21, 2018
@snuyanzin snuyanzin deleted the JAVADOC branch October 24, 2018 14:03
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.

Lots of javadoc warnings while excution of mvn javadoc:test-javadoc
2 participants