Skip to content

Second invocation of specific OQL query doesn't show anything. #314

@homes410

Description

@homes410

Describe the bug
Following oql query don't show anything.
select map(heap.classes(), 'toArray(it.fields)')

you need to implement it as accessor function or just replace the above line to below.

this.fields = function(){return wrapIterator(jclass.fields.iterator(), true);}

Thank you.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions