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
d385fd6c
Kaydet (Commit)
d385fd6c
authored
Şub 06, 2016
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1326247 Explicit null dereferenced
Change-Id: I88a88f3705365854506a946039df44fb87134844
üst
f0b3d214
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
11 deletions
+3
-11
_XTolerantMultiPropertySet.java
...vOOo/tests/java/ifc/beans/_XTolerantMultiPropertySet.java
+3
-11
No files found.
qadevOOo/tests/java/ifc/beans/_XTolerantMultiPropertySet.java
Dosyayı görüntüle @
d385fd6c
...
@@ -162,15 +162,8 @@ public class _XTolerantMultiPropertySet extends MultiMethodTest {
...
@@ -162,15 +162,8 @@ public class _XTolerantMultiPropertySet extends MultiMethodTest {
public
void
_setPropertyValuesTolerant
()
{
public
void
_setPropertyValuesTolerant
()
{
requiredMethod
(
"getPropertyValuesTolerant()"
);
requiredMethod
(
"getPropertyValuesTolerant()"
);
SetPropertyTolerantFailed
[]
SPTF
=
null
;
SetPropertyTolerantFailed
[]
SPTF
=
oObj
.
setPropertyValuesTolerant
(
namesOfProperties
,
getNewValues
(
valuesOfProperties
));
try
{
SPTF
=
oObj
.
setPropertyValuesTolerant
(
namesOfProperties
,
getNewValues
(
valuesOfProperties
));
}
catch
(
com
.
sun
.
star
.
lang
.
IllegalArgumentException
e
)
{
e
.
printStackTrace
(
log
);
}
//read only properties will throw a PropertyVetoExeption if they are set
//read only properties will throw a PropertyVetoExeption if they are set
int
failures
=
0
;
int
failures
=
0
;
...
@@ -334,4 +327,4 @@ public class _XTolerantMultiPropertySet extends MultiMethodTest {
...
@@ -334,4 +327,4 @@ public class _XTolerantMultiPropertySet extends MultiMethodTest {
return
newValues
;
return
newValues
;
}
}
}
}
\ No newline at end of file
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