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

Commit51684d7

Browse files
show description if it is available, regardless of the node type
1 parentbeed2c2 commit51684d7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

‎sqldev/src/main/java/org/utplsql/sqldev/ui/runner/TestOverviewTreeTableModel.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -483,12 +483,6 @@ public Object getValueAt(Object node, int col) {
483483
switch (col) {
484484
case0:
485485
if (showDescription &&itemNode.getDescription() !=null) {
486-
if (itemNode.getUserObject()instanceofSuite) {
487-
if (!itemNode.getName().contains("context_#")) {
488-
// description of suites might be bewildering, hence use it for contexts only
489-
returnitemNode.getName();
490-
}
491-
}
492486
returnitemNode.getDescription();
493487
}else {
494488
returnitemNode.getName();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp