Luigi Antenucci - 2017-03-09

Hi, I like this software, but I've the same problem.
In the class PLDoc at line 241 the statement "synonymStatement" contains a "FROM dba_synonyms" but when it's executed, there's not a "Revert to ALL_OBJECTS" trick like done at line 430 for the statement that use " dba_objects".
I've solved with a workaround, by making a copy-and-paste of the class and changing the "dba_synonyms" in "all_synonyms". :P
Thanks!