tzmfreedom / apex2java

Salesforce Apex to Java converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem to compile

Alfystar opened this issue · comments

Hello, I need this work to perform a UML transfer of my project
Unfortunately, during the compile process comes out this error:

sudo go build
# github.com/tzmfreedom/apex2java
./generator.go:920:48: error: reference to undefined identifier ‘ast.InstanceofOperator’
  920 | func (v *Generator) VisitInstanceofOperator(n *ast.InstanceofOperator) (interface{}, error) {
      |                                                ^
./import_type_resolver.go:150:57: error: reference to undefined identifier ‘ast.InstanceofOperator’
  150 | func (v *ImportTypeResolver) VisitInstanceofOperator(n *ast.InstanceofOperator) (interface{}, error) {
      |                                                         ^
./import_type_resolver.go:151:20: error: reference to undefined identifier ‘ast.VisitInstanceofOperator’
  151 |         return ast.VisitInstanceofOperator(v, n)
      |                    ^
./import_type_resolver.go:151:9: error: not enough arguments to return
  151 |         return ast.VisitInstanceofOperator(v, n)
      |         ^

Please, help me to finish the compile process
Thank you

Thank you for reporting issue.
I fixed this problem. #2
Would you like to try it again?

Thanks a lot ❤️ !!!
Now the build was a success 😆

Is beautiful to see other programmer active in their work 😄

Have a nice day!