Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expecting Field_ref, found Widget_ref #44

Open
DanielBaciu opened this issue Aug 13, 2021 · 2 comments
Open

Expecting Field_ref, found Widget_ref #44

DanielBaciu opened this issue Aug 13, 2021 · 2 comments

Comments

@DanielBaciu
Copy link

We have the following class.

class Field_ref.cls:
define private variable gbhDatabaseTable as handle no-undo.
method private void Initialize(input ipcTableName as character):
create buffer this-object:gbhDatabaseTable for table ipcTableName.
end method.
end class.

When parsing we get this error:

expecting Field_ref, found 'Widget_ref "" ...\Field_ref.cls:0:0' -> File: ...\Field_ref.cls Line: 15 Column: 5 Type: CREATE Text: create

@mikefechner
Copy link
Member

Please attach the complete class file as a repro and indicate the version of Proparse you are using.

Are you intending to fix this and issue a pull-request?

@DanielBaciu
Copy link
Author

I'm using proparse.dll version 4.1.0.1219.
Please fix it if possible.

No stack trace is generated. Only one line with the error I mentioned is written in the log.

Field_ref.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants