Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Memory Analyzer (MAT) » OQL Parser
OQL Parser [message #4619] Fri, 05 September 2008 07:29 Go to next message
Thomas Winkler is currently offline Thomas WinklerFriend
Messages: 1
Registered: July 2009
Junior Member
Executed Query:
SELECT * FROM com.filenet.is.ra.cci.FN_IS_CciConnection isra

Problem reported:
Encountered "is" at line 1, column 27.

Was expecting:

<IDENTIFIER> ...



*******************************
somehow the .is. makes troubles
Re: OQL Parser [message #4757 is a reply to message #4619] Fri, 05 September 2008 09:01 Go to previous message
Andreas Buchen is currently offline Andreas BuchenFriend
Messages: 123
Registered: July 2009
Senior Member
Thomas Winkler wrote:

> SELECT * FROM com.filenet.is.ra.cci.FN_IS_CciConnection isra

Try...

SELECT * FROM "com.filenet.is.ra.cci.FN_IS_CciConnection" isra

(this interprets it as regular expression, but should help you for now)


I have to look into the javacc grammar. There seems to be a problem.

Andreas.
Previous Topic:Exploring all GC roots in dump
Next Topic:Performing initial analysis/conversion using command line tool
Goto Forum:
  


Current Time: Fri Apr 26 14:48:34 GMT 2024

Powered by FUDForum. Page generated in 0.04579 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top