Skip to content
Snippets Groups Projects
Commit e259f514 authored by Nils Christian Ehmke's avatar Nils Christian Ehmke
Browse files

Fixed some Checkstyle issues

parent c0dad813
No related branches found
No related tags found
No related merge requests found
Showing
with 21 additions and 20 deletions
......@@ -37,8 +37,8 @@ public class Main extends Application {
private DataService ivDataService;
public static void main( final String[] args ) {
Application.launch( args );
public static void main( final String[] aArgs ) {
Application.launch( aArgs );
}
@Override
......
logo=kieker-logo.png
splashscreen=splashscreen.png
title=Kieker Trace Diagnosis - 1.2.0-SNAPSHOT
\ No newline at end of file
title=Kieker Trace Diagnosis - 1.2.0-SNAPSHOT
......@@ -23,4 +23,4 @@
</buttons>
</ButtonBar>
</VBox>
\ No newline at end of file
</VBox>
ok=OK
description=Kieker Trace Diagnosis - 1.2.0-SNAPSHOT\nCopyright 2015-2016 Kieker Project (http://kieker-monitoring.net)\n\nThis tool is licensed under the Apache License 2.0.
title=About Kieker Trace Diagnosis
\ No newline at end of file
title=About Kieker Trace Diagnosis
ok=OK
description=Kieker Trace Diagnosis - 1.2.0-SNAPSHOT\nCopyright 2015-2016 Kieker Project (http://kieker-monitoring.net)\n\nDieses Werkzeug ist unter der Apache License 2.0 lizenziert.
title=ber Kieker Trace Diagnosis
\ No newline at end of file
title=ber Kieker Trace Diagnosis
......@@ -10,4 +10,4 @@
.failed {
-fx-text-background-color: red;
}
\ No newline at end of file
}
......@@ -186,4 +186,4 @@
editable="false" HBox.hgrow="ALWAYS"/>
<Hyperlink text="%ExportToCSV" onAction="#performExportToCSV" HBox.hgrow="ALWAYS"/>
</HBox>
</GridPane>
\ No newline at end of file
</GridPane>
......@@ -32,4 +32,4 @@ filterException=<Filter by exception>
showJustSuccessful=Show just successful calls
ExportToCSV=Export to CSV
saveAsFavorite=Save as favorite
notAvailable=N/A
\ No newline at end of file
notAvailable=N/A
......@@ -32,4 +32,4 @@ filterException=<Filtere nach Ausnahme>
showJustSuccessful=Zeige nur erfolgreiche Methodenaufrufe
ExportToCSV=Nach CSV exportieren
saveAsFavorite=Als Favorit speichern
notAvailable=N/A
\ No newline at end of file
notAvailable=N/A
......@@ -10,4 +10,4 @@
.failed {
-fx-text-background-color: red;
}
\ No newline at end of file
}
......@@ -207,4 +207,4 @@
<TextField text="%AggregatedTracesView.lblCounter.text" editable="false" fx:id="ivCounter" />
</HBox>
</GridPane>
\ No newline at end of file
</GridPane>
......@@ -36,4 +36,4 @@ filter=Filter
filterException=<Filter by exception>
showJustSuccessful=Show just successful traces
saveAsFavorite=Save as favorite
notAvailable=N/A
\ No newline at end of file
notAvailable=N/A
......@@ -36,4 +36,4 @@ filter=Filter
filterException=<Filtere nach Ausnahme>
showJustSuccessful=Zeige nur erfolgreiche Traces
saveAsFavorite=Als Favorit speichern
notAvailable=N/A
\ No newline at end of file
notAvailable=N/A
.hyperlink:focused {
-fx-border-color: transparent;
}
\ No newline at end of file
}
......@@ -37,4 +37,4 @@
</buttons>
</ButtonBar>
</VBox>
\ No newline at end of file
</VBox>
......@@ -2,4 +2,4 @@ ok=OK
title=Report bugs and feature wishes
here=here.
description1=If you have an account for our GitLab, you can reports bugs and feature wishes
description2=If you don't have such an account, feel free to send a mail to the Kieker mailing list
\ No newline at end of file
description2=If you don't have such an account, feel free to send a mail to the Kieker mailing list
......@@ -2,4 +2,4 @@ ok=OK
title=Bugs und Feature-Wünsche melden
here=hier.
description1=Falls Sie einen Account für unser GitLab haben, so melden Sie Bugs und Feature-Wünsche bitte
description2=Falls Sie keinen solchen Account haben, senden Sie gerne eine Mail an die Kieker Mailingliste
\ No newline at end of file
description2=Falls Sie keinen solchen Account haben, senden Sie gerne eine Mail an die Kieker Mailingliste
......@@ -10,4 +10,4 @@
.failed {
-fx-text-background-color: red;
}
\ No newline at end of file
}
......@@ -146,4 +146,4 @@
<TextField text="%counter" editable="false" fx:id="ivCounter" HBox.hgrow="ALWAYS"/>
<Hyperlink text="%ExportToCSV" onAction="#performExportToCSV" HBox.hgrow="ALWAYS"/>
</HBox>
</GridPane>
\ No newline at end of file
</GridPane>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment