Kevin Herring
Member
Not sure if this is a bug, but it is strange behaviour if not.
Usually, in a package, I declare a method (function/procedure) in the package, and then the code appears in the package body.
I have just discovered that you can have private methods, where the declaration goes in the top of the package body and the actual method goes at the bottom.
However, when I do this the contents pane/tree shows each method twice. I would have expected the declarations to appear in the 'Declaration' folder/node, and not mixed in with all the others.
Would you agree?
Usually, in a package, I declare a method (function/procedure) in the package, and then the code appears in the package body.
I have just discovered that you can have private methods, where the declaration goes in the top of the package body and the actual method goes at the bottom.
However, when I do this the contents pane/tree shows each method twice. I would have expected the declarations to appear in the 'Declaration' folder/node, and not mixed in with all the others.
Would you agree?