Skip to content

Simplify#505

Merged
mernst merged 3 commits intoplume-lib:masterfrom
mernst:claude-simplify
Apr 5, 2026
Merged

Simplify#505
mernst merged 3 commits intoplume-lib:masterfrom
mernst:claude-simplify

Conversation

@mernst
Copy link
Copy Markdown
Contributor

@mernst mernst commented Apr 5, 2026

No description provided.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 5, 2026

Warning

Rate limit exceeded

@mernst has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 22 minutes and 24 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 22 minutes and 24 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: d74db6de-72e8-4abf-9d9f-32bdebde2340

📥 Commits

Reviewing files that changed from the base of the PR and between 4138f86 and bac52b2.

📒 Files selected for processing (1)
  • build.gradle
📝 Walkthrough

Walkthrough

This PR makes small, focused changes across configuration, build, and utility code: adds a new Bash allowlist pattern to .claude/settings.json; alters the installGitHooks Gradle task to remove symlinks before copying hook files; corrects a JDK-package prefix check (org/ietf/); renames an internal emptyStackMapTable constant; and refactors string construction in stack/type utilities to use StringJoiner.

Possibly related PRs

  • Update configuration #441 — Also modifies Claude-related allowlist entries, making it likely related to the .claude/settings changes in this PR.
🚥 Pre-merge checks | ✅ 1
✅ Passed checks (1 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed Docstring coverage is 85.71% which is sufficient. The required threshold is 80.00%.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In @.claude/settings.json:
- Around line 18-19: Remove the duplicate permission entry "Bash(mkdir:*)" in
the settings JSON so it only appears once; locate the repeated string
"Bash(mkdir:*)" in the .claude/settings.json array and delete the redundant
occurrence, leaving a single "Bash(mkdir:*)" entry.

In `@build.gradle`:
- Around line 291-296: In the eachFile closure that currently uses
target.delete(), replace the silent delete with
java.nio.file.Files.delete(target.toPath()) so a failure throws and fails the
build; specifically update the eachFile block where File target =
file("$destinationDir/$relativePath") and the subsequent symbolic link handling
to call Files.delete(target.toPath()) (allowing the exception to propagate so
the copy task fails fast).
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 3e8502e5-be18-4a3e-8299-5f68c6219dce

📥 Commits

Reviewing files that changed from the base of the PR and between 12a76c1 and 30cf6ab.

📒 Files selected for processing (5)
  • .claude/settings.json
  • build.gradle
  • src/main/java/org/plumelib/bcelutil/BcelUtil.java
  • src/main/java/org/plumelib/bcelutil/StackMapUtils.java
  • src/main/java/org/plumelib/bcelutil/StackTypes.java

Comment thread .claude/settings.json Outdated
Comment thread build.gradle
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
@mernst mernst merged commit 60002bb into plume-lib:master Apr 5, 2026
6 checks passed
@mernst mernst deleted the claude-simplify branch April 5, 2026 20:24
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.

1 participant