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
476924d4
Kaydet (Commit)
476924d4
authored
Ara 13, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1327151 UrF: Unread field
Change-Id: Iea1398d6c261659843d060fb0128f7a404beafb7
üst
8293e4a3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
8 deletions
+0
-8
_XButton.java
qadevOOo/tests/java/ifc/awt/_XButton.java
+0
-2
_XCheckBox.java
qadevOOo/tests/java/ifc/awt/_XCheckBox.java
+0
-2
_XDispatch.java
qadevOOo/tests/java/ifc/frame/_XDispatch.java
+0
-4
No files found.
qadevOOo/tests/java/ifc/awt/_XButton.java
Dosyayı görüntüle @
476924d4
...
...
@@ -43,10 +43,8 @@ public class _XButton extends MultiMethodTest {
* Listener implementation which sets flags on appropriate method calls
*/
protected
static
class
TestActionListener
implements
com
.
sun
.
star
.
awt
.
XActionListener
{
public
boolean
disposingCalled
=
false
;
public
void
disposing
(
com
.
sun
.
star
.
lang
.
EventObject
e
)
{
disposingCalled
=
true
;
}
public
void
actionPerformed
(
com
.
sun
.
star
.
awt
.
ActionEvent
e
)
{}
...
...
qadevOOo/tests/java/ifc/awt/_XCheckBox.java
Dosyayı görüntüle @
476924d4
...
...
@@ -45,10 +45,8 @@ public class _XCheckBox extends MultiMethodTest {
* Listener implementation which sets flags on appropriate method calls
*/
protected
static
class
TestItemListener
implements
com
.
sun
.
star
.
awt
.
XItemListener
{
public
boolean
disposingCalled
=
false
;
public
void
disposing
(
com
.
sun
.
star
.
lang
.
EventObject
e
)
{
disposingCalled
=
true
;
}
public
void
itemStateChanged
(
com
.
sun
.
star
.
awt
.
ItemEvent
e
)
{}
...
...
qadevOOo/tests/java/ifc/frame/_XDispatch.java
Dosyayı görüntüle @
476924d4
...
...
@@ -57,7 +57,6 @@ public class _XDispatch extends MultiMethodTest {
*/
protected
static
class
TestStatusListener
implements
com
.
sun
.
star
.
frame
.
XStatusListener
{
public
boolean
disposingCalled
=
false
;
public
boolean
statusChangedCalled
=
false
;
private
final
java
.
io
.
PrintWriter
log
;
...
...
@@ -66,7 +65,6 @@ public class _XDispatch extends MultiMethodTest {
}
public
void
disposing
(
com
.
sun
.
star
.
lang
.
EventObject
e
)
{
disposingCalled
=
true
;
log
.
println
(
" disposing was called."
)
;
}
...
...
@@ -87,7 +85,6 @@ public class _XDispatch extends MultiMethodTest {
*/
protected
static
class
TestNotificationListener
implements
com
.
sun
.
star
.
frame
.
XDispatchResultListener
{
public
boolean
disposingCalled
=
false
;
public
boolean
finishedDispatch
=
false
;
private
final
java
.
io
.
PrintWriter
log
;
...
...
@@ -96,7 +93,6 @@ public class _XDispatch extends MultiMethodTest {
}
public
void
disposing
(
com
.
sun
.
star
.
lang
.
EventObject
e
)
{
disposingCalled
=
true
;
log
.
println
(
" disposing was called."
)
;
}
...
...
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