Parser exception when "attribute" found
Status: Alpha
Brought to you by:
altumano
PLDoc version: 1.1.2
Oracle version: 11.2.0.1.0
I am getting a parser exception, as shown below although trimmed for brevity, when the keyword "attribute" is found in the plsql.
Last consumed token: ","
net.sourceforge.pldoc.parser.ParseException: Encountered " "ATTRIBUTE" "attribute "" at line 109, co
lumn 6.
Was expecting one of:
"(" ...
"+" ...
"-" ...
This is caused by a call to:
DBMS_SCHEDULER.set_attribute
(
name => l_jobName,
attribute => 'start_date',
value => current_timestamp + interval '10' second
);
plsql accepts this with no problems.
Test file.
Addressed in PLDoc 1.1.3