Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
606d0ef7
Kaydet (Commit)
606d0ef7
authored
Kas 24, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1326596 Useless call
Change-Id: I9aff17d367ba48609067abdb2a5fb5111daee38c
üst
ee283cd5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
java_fat_service.java
qadevOOo/runner/base/java_fat_service.java
+0
-3
No files found.
qadevOOo/runner/base/java_fat_service.java
Dosyayı görüntüle @
606d0ef7
...
@@ -62,8 +62,6 @@ public class java_fat_service implements TestBase {
...
@@ -62,8 +62,6 @@ public class java_fat_service implements TestBase {
return
false
;
return
false
;
}
}
param
.
getMSF
();
for
(
int
l
=
0
;
l
<
entries
.
length
;
l
++)
{
for
(
int
l
=
0
;
l
<
entries
.
length
;
l
++)
{
if
(
entries
[
l
]
==
null
)
{
if
(
entries
[
l
]
==
null
)
{
...
@@ -213,7 +211,6 @@ public class java_fat_service implements TestBase {
...
@@ -213,7 +211,6 @@ public class java_fat_service implements TestBase {
protected
TestEnvironment
getEnv
(
DescEntry
entry
,
TestParameters
param
)
{
protected
TestEnvironment
getEnv
(
DescEntry
entry
,
TestParameters
param
)
{
DynamicClassLoader
dcl
=
new
DynamicClassLoader
();
DynamicClassLoader
dcl
=
new
DynamicClassLoader
();
log
=
(
LogWriter
)
dcl
.
getInstance
((
String
)
param
.
get
(
"LogWriter"
));
log
=
(
LogWriter
)
dcl
.
getInstance
((
String
)
param
.
get
(
"LogWriter"
));
param
.
getMSF
();
TestEnvironment
tEnv
=
null
;
TestEnvironment
tEnv
=
null
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment