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

General cleanup and refactoring #187

Merged
merged 19 commits into from
Sep 14, 2017
Merged

General cleanup and refactoring #187

merged 19 commits into from
Sep 14, 2017

Conversation

giorgiga
Copy link
Contributor

Done some work towards removing the use of sorting when not 100% appropriate (see #116).

Also, removed unnecessary generic type parameters (eg: List<X> = new ArrayList<X>()) and done some general housekeeping.

I've deprecated a few methods in Page that I'm not actually sure aren't used by dependants (ie: the tabula app).

Changes should be source-compatible with the original version (unless I messed up) - not binary compatible I fear.

return this.getText(new Rectangle(top, left, right - left, bottom - top));
}

public Integer getRotation() {
/** @deprecated with no replacement */
@Deprecated public Integer getRotation() {
Copy link
Contributor

Choose a reason for hiding this comment

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

@jazzido jazzido merged commit 1d0d797 into tabulapdf:master Sep 14, 2017
@jazzido
Copy link
Contributor

jazzido commented Sep 14, 2017

Merged. Thanks a lot!

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.

2 participants