Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • asm asm
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • asmasm
  • asmasm
  • Merge requests
  • !190

WIP: Unknown signatur with Groovy-Eclipse compiler

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Tobias Gruetzmacher requested to merge tobias/asm:groovy-eclipse-bug into master Jul 23, 2018
  • Overview 3
  • Commits 1
  • Pipelines 1
  • Changes 5

This shows a problem where the Groovy-Eclipse compiler creates a type signature of !+Ljava/lang/Object;, which asm cannot parse.

I'm not sure (and wasn't able to find information) about this problem (except reports where people have the same problem: https://github.com/johnrengelman/shadow/issues/379) or even about what those signatures (!+) are supposed to be.

Background: I encountered this problem with the maven-dependency-plugin while analysing a project compiled with the Groovy-Eclipse compiler, which contained this particular Lambda...

Any help would be appreciated.

PS: I submitted this as a merge request (and not an issue) to show the problem with a test case I built - If you need an additional issue, I can open one, too.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: groovy-eclipse-bug