We couldn't load the project sidebar. Refresh the page to try again.
If the problem persists, contact your Jira admin.
IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.
Uploaded image for project: 'Clover'
  1. Clover
  2. CLOV-1762

Instrumentation of method references with no compilation errors

    • Severity 2 - Major

      In CLOV-1596 we've prepared a solution for JDK8 streams based on rewriting expression-like lambda functions into lambda code blocks. However, this technique cannot be applied to method references (as we don't know number of arguments to be passed).

      Figure out how to fix this.

      Ideas:

      • type casts -> not promising
      • chaning signature to "<T> T lambdaInc(int, T, int)" -> not promising
      • dedicated lambdaInc wrappers -> promising but very complex
      • ...

          Form Name

            Loading...
            IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.
            Uploaded image for project: 'Clover'
            1. Clover
            2. CLOV-1762

            Instrumentation of method references with no compilation errors

              • Severity 2 - Major

                In CLOV-1596 we've prepared a solution for JDK8 streams based on rewriting expression-like lambda functions into lambda code blocks. However, this technique cannot be applied to method references (as we don't know number of arguments to be passed).

                Figure out how to fix this.

                Ideas:

                • type casts -> not promising
                • chaning signature to "<T> T lambdaInc(int, T, int)" -> not promising
                • dedicated lambdaInc wrappers -> promising but very complex
                • ...

                        Unassigned Unassigned
                        mparfianowicz Marek Parfianowicz
                        Affected customers:
                        1 This affects my team
                        Watchers:
                        1 Start watching this issue

                          Created:
                          Updated:
                          Resolved:

                            Unassigned Unassigned
                            mparfianowicz Marek Parfianowicz
                            Affected customers:
                            1 Vote for this issue
                            Watchers:
                            1 Start watching this issue

                              Created:
                              Updated:
                              Resolved: