Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Strange Authorizer behaviour

Open
#20 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
java
Domain
cli

Research direction

Start at ParametricBuilder and trace how the Authorizer is invoked for the first annotated command and for the current command. Reproduce the case where the first command has a Require annotation, then verify that command execution still occurs once while authorization occurs only for the current command.

Written by the indexing model from the issue text.

Description

When I checked my Authorizer (I'm using ParametricBuilder), I found out it executes 2 times. Firstly for the first command in class (with annotated methods) then for my current command. If the 1st cmd in class has no Require annotation the Authorizer won't be executed 2 times (only for the current cmd). It doesn't affect on cmd execution (cmd executes once correctly), but I think it shouldn't be so.

Dominant language
Java
Stars
102
Forks
18
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from EngineHub/Intake

All issues in EngineHub/Intake

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.