Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Wrong Format of utPLSQL Code Templates #113

Closed
Assignees
PhilippSalvisberg
Labels
Milestone
@PhilippSalvisberg

Description

@PhilippSalvisberg

Since version 1.2.0 the generated code templates are wrongly formatted. I guess this happend during conversion from Xtend to Java.

ut_body

  • wrong indentation after first comment
  • missing line break beforeEND END [procedure_name];
  • unnecessary line break beforeEND test_[package_name];
CREATEOR REPLACE PACKAGE BODY test_[package_name] IS---- test--PROCEDURE [procedure_name] IS   l_actualINTEGER :=0;   l_expectedINTEGER :=1;BEGIN-- populate actual-- ...-- populate expected-- ...-- assertut.expect(l_actual).to_equal(l_expected);END [procedure_name];END test_[package_name];/

ut_body_proc

missing line break beforeEND END [procedure_name];

---- test--PROCEDURE [procedure_name] IS   l_actualINTEGER :=0;   l_expectedINTEGER :=1;BEGIN-- populate actual-- ...-- populate expected-- ...-- assertut.expect(l_actual).to_equal(l_expected);END [procedure_name];

ut_spec

missing indentation ofPROCEDURE

CREATEOR REPLACE PACKAGE test_[package_name] IS--%suite--%suitepath(alltests)--%testPROCEDURE [procedure_name];END test_[package_name];/

ut_spec_proc

looks good.

--%testPROCEDURE [procedure_name];

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp