Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

refactoring: clean deprecated elements from version 5.4.0 #1135

Merged
merged 13 commits into from
Jan 23, 2017

Conversation

surli
Copy link
Collaborator

@surli surli commented Jan 19, 2017

Clean the following deprecated elements:

  • Remove interface SpoonCompiler: refactor to use SpoonModelBuilder instead
  • Remove method SpoonModelBuilder#compileInputSources: people should now use SpoonModelBuilder#compile
  • Remove method Environment#getClassLoader: people should now use Environment#getInputClassLoader
  • Remove method CtElement#getReferences(Filter): people should now use CtElement#getElements(Filter)
  • Remove method CtTypeInformation#isAssignableFrom(CtTypeReference): people should now use CtTypeInformation#isSubTypeOf(CtTypeReference)
  • Remove method createSourcePosition(CompilationUnit, int, int, int, int[]) in CoreFactory, Factory and implementations
  • Remove method AbstractAssert#equals

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants