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 bStats, Added cleanup method to PathfinderStrategy #53

Merged
merged 12 commits into from
Dec 27, 2023
Merged

Conversation

GodCipher
Copy link
Member

No description provided.

dependabot bot and others added 8 commits December 19, 2023 11:30
Bumps [com.google.guava:guava](https://github.com/google/guava) from 32.1.3-jre to 33.0.0-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.11.0...maven-compiler-plugin-3.12.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…he classloader to get the resource as a stream
@GodCipher GodCipher self-assigned this Dec 24, 2023
dependabot bot and others added 4 commits December 25, 2023 04:07
Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.12.0 to 3.12.1.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.12.0...maven-compiler-plugin-3.12.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…che.maven.plugins-maven-compiler-plugin-3.12.1

Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1
…dations

This commit updates the JumpablePathfinderStrategy class to import non-null validations from the Checker Framework and rename the jumpDistance variable to maxJumpDistance for better context. It also enhances the isValid method by adding conditions to validate the jump within the allowed height and maximum distance.
The cleanup function is added to the PathfinderStrategy interface to support resource management after the pathfinding process. In AbstractPathfinder.java, these resources are now cleaned up properly by calling the cleanup method on every pathfinding strategy. This ensures more efficient resource usage and could potentially reduce memory leaks.
@GodCipher GodCipher changed the title Added bStats Added bStats, Added cleanup method to PathfinderStrategy Dec 26, 2023
@GodCipher GodCipher merged commit 67cbcbd into production Dec 27, 2023
4 checks passed
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.

None yet

2 participants