A bug in "create package" window

Ameen

Member²
Hi
There is a bug in "create package" window, and here is the steps to let the bug appear:
1- open "create new package" window and rename the package (ex. xxx)
2- delete the string "create or replace" from specification tab , and from body tab.
3- delete the pre defined text in specification tab and in body tab.
4- double the start and end lines in the body tab, the code will look like this:

package body xxx is
package body xxx is

end xxx;
end xxx;

5- you will be surprised that the entire PLSQL Developer program hangs for a while and shutdown!!

I have tried this many times on many computers and the same happened again and again. I hope you will fix this problem.

Note: I used PLSQL Developer version 7.0.3
Regards.
 
Back
Top