Skip to content

Redundant box for boolean #7315

@24kpure

Description

@24kpure
  • [ √] I have searched the issues of this repository and believe that this is not a duplicate.
  • [ √] I have checked the FAQ of this repository and believe that this is not a duplicate.

Environment

  • Dubbo version: 2.7.8
  • Operating System version: macos 10.14.6
  • Java version: oracle 1.8.0_211

Steps to reproduce this issue

  1. method info
    org.apache.dubbo.rpc.cluster.router.tag.TagRouter#isForceUseTag
  2. a boolean value is boxed while a unboxed value is expected

Expected Result

none box for boolean

Actual Result

Redundant box for boolean

others

Is the method graceful enough? org.apache.dubbo.rpc.cluster.router.tag.TagRouter#filterInvoker

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions