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
8ce1f48e
Kaydet (Commit)
8ce1f48e
authored
Şub 12, 2011
tarafından
Luke Petrolekas
Kaydeden (comit)
Thomas Arnhold
Şub 12, 2011
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Easy hack: Remove more commented out code
üst
c0b79069
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
17 deletions
+0
-17
SimplePdbCompare.java
xmerge/source/palmtests/qa/comparator/SimplePdbCompare.java
+0
-8
XmlWrapper.java
xmerge/source/palmtests/qa/comparator/XmlWrapper.java
+0
-9
No files found.
xmerge/source/palmtests/qa/comparator/SimplePdbCompare.java
Dosyayı görüntüle @
8ce1f48e
...
...
@@ -25,12 +25,6 @@
*
************************************************************************/
/*
* SimplePdbCompare.java
*
* Created on September 21, 2001, 10:23 AM
*/
/**
*
* @author mh101528
...
...
@@ -80,13 +74,11 @@ public final class SimplePdbCompare {
if
(
pdb1
.
equals
(
pdb2
))
{
//writeToLog("PDB " + pdbname1 + " and PDB " + pdbname2 + " are equal");
System
.
out
.
println
(
"PDB "
+
pdbname1
+
" and PDB "
+
pdbname2
+
" are equal"
);
return
true
;
}
else
{
//writeToLog("PDB " + pdbname1 + " and PDB " + pdbname2 + " are not equal");
System
.
out
.
println
(
"PDB "
+
pdbname1
+
" and PDB "
+
pdbname2
+
" are not equal"
);
return
false
;
}
...
...
xmerge/source/palmtests/qa/comparator/XmlWrapper.java
Dosyayı görüntüle @
8ce1f48e
...
...
@@ -36,9 +36,7 @@ public class XmlWrapper
System
.
out
.
println
(
"args.length is "
+
args
.
length
);
if
(
args
.
length
<
2
)
{
System
.
out
.
println
(
"Usage: java XmlWrapper [<zipfile1> <zipfile2>]."
);
//return;
System
.
exit
(-
1
);
}
XmlWrapper
w
=
new
XmlWrapper
();
...
...
@@ -47,7 +45,6 @@ public class XmlWrapper
currdirfp
=
new
File
(
"."
);
}
catch
(
Exception
fx
)
{
System
.
out
.
println
(
"Could not get File instance for current directory \n"
);
//return;
System
.
exit
(-
1
);
}
...
...
@@ -60,7 +57,6 @@ public class XmlWrapper
}
catch
(
Exception
tx
)
{
System
.
out
.
println
(
"Could not create TempFile "
);
System
.
out
.
println
(
"Exception: "
+
tx
.
toString
());
//return;
System
.
exit
(-
1
);
}
...
...
@@ -76,14 +72,12 @@ public class XmlWrapper
System
.
out
.
println
(
"Exception: file is not a ZIP file: "
+
args
[
0
]);
f1
.
delete
();
f2
.
delete
();
//return;
System
.
exit
(-
1
);
}
catch
(
Exception
e
)
{
System
.
out
.
println
(
"Exception: Could not extract XML from "
+
args
[
0
]);
System
.
out
.
println
(
"Exception: "
+
e
.
toString
());
f1
.
delete
();
f2
.
delete
();
//return;
System
.
exit
(-
1
);
}
...
...
@@ -96,7 +90,6 @@ public class XmlWrapper
System
.
out
.
println
(
"Exception: file is not a ZIP file: "
+
args
[
0
]);
f1
.
delete
();
f2
.
delete
();
//return;
System
.
exit
(-
1
);
}
catch
(
Exception
ex
)
{
System
.
out
.
println
(
ex
.
getMessage
());
...
...
@@ -104,7 +97,6 @@ public class XmlWrapper
System
.
out
.
println
(
"Exception: "
+
ex
.
toString
());
f1
.
delete
();
f2
.
delete
();
//return;
System
.
exit
(-
1
);
}
...
...
@@ -126,7 +118,6 @@ public class XmlWrapper
System
.
out
.
println
(
"Exception: "
+
ex
.
toString
());
f1
.
delete
();
f2
.
delete
();
//return;
System
.
exit
(-
1
);
}
...
...
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