"Code Contents" window bug?

I installed the 7.1.0.1337 today and open a *.pck file that contains a large script(2626 lines of code).

It seems to me that the editor can't handle that much code in terms of displaying the "Code Contents" window. The window should contain all the procedures and functions that the script contains, but the window is empty! The "Code Contents" window worked fine in the last version (7.0) with the same script.
 
We're having the same problem. My colleague is running v 7.0.0.1050. I just upgraded to 7.1.0.1337 A pck file which is 14,834 lines in length, displays properly on 7.0.0.1050. On 7.1 the package specification contents and code display properly. However, switch to tab for body shows a blank contents pane. Also, buttons for function, declaration etc are missing in the body code section.
 
In case of Ole Kristian's package, the problem was caused by using the PROCEDURE keyword as a column name in an Insert statement.

If you send your package source to me, I will check it out.
 
I'm having the same issue. The package has a column name FUNCTION in an insert statement and now the "Code Contents" empty for package body. Beautifier does not work either saying "PL/SQL Beautifier could not parse text".
 
Back
Top