hi
(I know its another developer team and that will not be solved for the nexts releases)
FUNCTION xpto
/* Give some description
Raises exception bla when bla
*/
(pi_var in integer)
return varchar2
Formatting gets:
FUNCTION xpto/* Give some description
Raises exception bla when bla
*/
(pi_var IN INTEGER)
RETURN VARCHAR2
Its annoying that changes the commentary (the starting line and tabs in other lines)
with advice 511 triggered
FUNCTION xpto /* Give some description
/*ADVICE(3): Function does not contain a RETURN statement [511] */
Raises exception bla when bla
*/
(pi_var IN INTEGER)
RETURN VARCHAR2
The code will not compile due that the comentary was “cutted”
Regards
Filipe Silva