https://de.wikipedia.org/w/index.php?action=history&feed=atom&title=Diskussion%3AJava-Syntax
Diskussion:Java-Syntax - Versionsgeschichte
2025-07-06T06:11:54Z
Versionsgeschichte dieser Seite in Wikipedia
MediaWiki 1.45.0-wmf.8
https://de.wikipedia.org/w/index.php?title=Diskussion:Java-Syntax&diff=233932047&oldid=prev
At40mha: Hilfe:LintErrors (fehlendes End-Tag) behoben
2023-05-22T08:45:16Z
<p><a href="/wiki/Hilfe:LintErrors" class="mw-redirect" title="Hilfe:LintErrors">Hilfe:LintErrors</a> (fehlendes End-Tag) behoben</p>
<table style="background-color: #fff; color: #202122;" data-mw="interface">
<col class="diff-marker" />
<col class="diff-content" />
<col class="diff-marker" />
<col class="diff-content" />
<tr class="diff-title" lang="de">
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td>
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 22. Mai 2023, 10:45 Uhr</td>
</tr><tr>
<td colspan="2" class="diff-lineno">Zeile 99:</td>
<td colspan="2" class="diff-lineno">Zeile 99:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>::: Die derzeitige Aussage im Artikel „''muss der Datentyp beim Erstellen ein Integer (int) sein''“ ist definitiv falsch. Außerdem ist „''beim Erstellen''“ unglücklich ausgedrückt, da in der Codezeile oberhalb Deklaration ''und'' Objekterzeugung(/-erstellung) angeführt werden, der Typ einer Variable aber schon bei der Deklaration festgelegt wird.</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>::: Die derzeitige Aussage im Artikel „''muss der Datentyp beim Erstellen ein Integer (int) sein''“ ist definitiv falsch. Außerdem ist „''beim Erstellen''“ unglücklich ausgedrückt, da in der Codezeile oberhalb Deklaration ''und'' Objekterzeugung(/-erstellung) angeführt werden, der Typ einer Variable aber schon bei der Deklaration festgelegt wird.</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>::: Wenn du das Skriptum genau betrachtest steht dort „''Wobei Anzahl ein konstanter positiver Ganzzahl-Ausdruck sein muss.''“, d.h. die Dimension, die Größe des Arrays muss – natürlich – positiv und ganzzahlig sein (weil Null sinnlos wäre, da ich dann nichts in dem Feld speichern könnte, und negativ ebenso, da das kein Konto ist, wo ich eine Schuld eingehen kann).</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>::: Wenn du das Skriptum genau betrachtest steht dort „''Wobei Anzahl ein konstanter positiver Ganzzahl-Ausdruck sein muss.''“, d.h. die Dimension, die Größe des Arrays muss – natürlich – positiv und ganzzahlig sein (weil Null sinnlos wäre, da ich dann nichts in dem Feld speichern könnte, und negativ ebenso, da das kein Konto ist, wo ich eine Schuld eingehen kann).</div></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>::: Erwähnenswert ist auch noch, dass, im Gegensatz zu anderen Sprachen, mehrdimensionale Felder als Felder von Feldern gebildet werden. Syntax ''[m][n][...]'' im Gegensatz zu ''[m,n,...]. [Nachtrag: Steht schon weiter oben. --[[Benutzer:Gerold Broser|Geri]],&nbsp;[[Benutzer_Diskussion:Gerold Broser|✉]] 23:23, 11. Dez. 2009 (CET)]</div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>::: Erwähnenswert ist auch noch, dass, im Gegensatz zu anderen Sprachen, mehrdimensionale Felder als Felder von Feldern gebildet werden. Syntax ''[m][n][...]'' im Gegensatz zu ''[m,n,...]<ins style="font-weight: bold; text-decoration: none;">''</ins>. [Nachtrag: Steht schon weiter oben. --[[Benutzer:Gerold Broser|Geri]],&nbsp;[[Benutzer_Diskussion:Gerold Broser|✉]] 23:23, 11. Dez. 2009 (CET)]</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>::: Selber probieren ist zwar gut für den Lernerfolg, fällt aber hier in der WP unter [[WP:NOR]]. Und was dann zeitweise dabei rauskommt... --[[Benutzer:Gerold Broser|Geri]],&nbsp;[[Benutzer_Diskussion:Gerold Broser|✉]] 19:22, 11. Dez. 2009 (CET)</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>::: Selber probieren ist zwar gut für den Lernerfolg, fällt aber hier in der WP unter [[WP:NOR]]. Und was dann zeitweise dabei rauskommt... --[[Benutzer:Gerold Broser|Geri]],&nbsp;[[Benutzer_Diskussion:Gerold Broser|✉]] 19:22, 11. Dez. 2009 (CET)</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
</table>
At40mha
https://de.wikipedia.org/w/index.php?title=Diskussion:Java-Syntax&diff=198986158&oldid=prev
Xqbot: Bot: Ersetze veraltetes <source> tag und veralteten "enclose"-Parameter
2020-04-17T18:46:36Z
<p>Bot: Ersetze veraltetes <source> tag und veralteten "enclose"-Parameter</p>
<table style="background-color: #fff; color: #202122;" data-mw="interface">
<col class="diff-marker" />
<col class="diff-content" />
<col class="diff-marker" />
<col class="diff-content" />
<tr class="diff-title" lang="de">
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td>
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 17. April 2020, 20:46 Uhr</td>
</tr><tr>
<td colspan="2" class="diff-lineno">Zeile 211:</td>
<td colspan="2" class="diff-lineno">Zeile 211:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>:Sensation: Man kann in Java sogar Zahlen ändern.</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>:Sensation: Man kann in Java sogar Zahlen ändern.</div></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>:<syntaxhighlight lang=java>int x = 0; x = 1;</div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>:<syntaxhighlight lang=<ins style="font-weight: bold; text-decoration: none;">"</ins>java<ins style="font-weight: bold; text-decoration: none;">"</ins>>int x = 0; x = 1;</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div></syntaxhighlight></div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div></syntaxhighlight></div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>:Jetzt ist die 0 auf einmal eine 1. Man kann zwar ''0'' nicht mehr direkt ändern, aber man muss nur ''x'' einen neuen Wert geben und am Ende ist ''x'' immer noch ein ''int''. Noch besser der Negationsoperator:</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>:Jetzt ist die 0 auf einmal eine 1. Man kann zwar ''0'' nicht mehr direkt ändern, aber man muss nur ''x'' einen neuen Wert geben und am Ende ist ''x'' immer noch ein ''int''. Noch besser der Negationsoperator:</div></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>:<syntaxhighlight lang=java>boolean p = true; p = !p;</div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>:<syntaxhighlight lang=<ins style="font-weight: bold; text-decoration: none;">"</ins>java<ins style="font-weight: bold; text-decoration: none;">"</ins>>boolean p = true; p = !p;</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div></syntaxhighlight></div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div></syntaxhighlight></div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>:Er beweist, dass es keine absolute Wahrheit gibt. Ich bin mir aber nicht sicher, ob deine Behauptung stimmt, denn dein Code compiliert irgendwie nicht. --[[Benutzer:Zahnradzacken|Zahnradzacken]] ([[Benutzer Diskussion:Zahnradzacken|Diskussion]]) 19:45, 9. Jul. 2012 (CEST)</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>:Er beweist, dass es keine absolute Wahrheit gibt. Ich bin mir aber nicht sicher, ob deine Behauptung stimmt, denn dein Code compiliert irgendwie nicht. --[[Benutzer:Zahnradzacken|Zahnradzacken]] ([[Benutzer Diskussion:Zahnradzacken|Diskussion]]) 19:45, 9. Jul. 2012 (CEST)</div></td>
</tr>
</table>
Xqbot
https://de.wikipedia.org/w/index.php?title=Diskussion:Java-Syntax&diff=198973066&oldid=prev
Xqbot: Bot: Ersetze veraltetes <source> tag und veralteten "enclose"-Parameter
2020-04-17T12:03:26Z
<p>Bot: Ersetze veraltetes <source> tag und veralteten "enclose"-Parameter</p>
<table style="background-color: #fff; color: #202122;" data-mw="interface">
<col class="diff-marker" />
<col class="diff-content" />
<col class="diff-marker" />
<col class="diff-content" />
<tr class="diff-title" lang="de">
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td>
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 17. April 2020, 14:03 Uhr</td>
</tr><tr>
<td colspan="2" class="diff-lineno">Zeile 142:</td>
<td colspan="2" class="diff-lineno">Zeile 142:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Die geschweiften Klammern sind streng genommen nicht Bestandteil der Kontrollstrukturen. Denn schließlich können Schleifen (for, while, do while) und bedingte Verzweigungen (if, if else, else) auch ohne Klammern geschrieben werden. Die geschweiften Klammern gehören zu einer Blockanweisung, also einer Gruppierung von Einzelanweisungen, die überall auftreten kann. Beispiel:</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Die geschweiften Klammern sind streng genommen nicht Bestandteil der Kontrollstrukturen. Denn schließlich können Schleifen (for, while, do while) und bedingte Verzweigungen (if, if else, else) auch ohne Klammern geschrieben werden. Die geschweiften Klammern gehören zu einer Blockanweisung, also einer Gruppierung von Einzelanweisungen, die überall auftreten kann. Beispiel:</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div><<del style="font-weight: bold; text-decoration: none;">source</del> lang="java"></div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div><<ins style="font-weight: bold; text-decoration: none;">syntaxhighlight</ins> lang="java"></div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div> int a = 7;</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div> int a = 7;</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div> {</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div> {</div></td>
</tr>
<tr>
<td colspan="2" class="diff-lineno">Zeile 148:</td>
<td colspan="2" class="diff-lineno">Zeile 148:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div> int c = b - a;</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div> int c = b - a;</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div> }</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div> }</div></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div></syntaxhighlight></div></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div></source></div></td>
<td colspan="2" class="diff-empty diff-side-added"></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Genauso verhält es sich auch bei den Kontrollstrukturen. Diese verstehen nur eine einzelne Anweisung oder einen Block als Bestandteil. Da üblicherweise mehrere Anweisungen innerhalb einer Schleife durchgeführt werden sollen, verwendet man hier einen Block, was dann diese geschweiften Klammern ergibt. --<span style="white-space:nowrap;">[[Datei:Niabot_1.png|verweis=Benutzer:Niabot]][[Datei:Niabot_2.png|verweis=Benutzer Diskussion:Niabot]]</span> 16:10, 14. Dez. 2009 (CET)</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Genauso verhält es sich auch bei den Kontrollstrukturen. Diese verstehen nur eine einzelne Anweisung oder einen Block als Bestandteil. Da üblicherweise mehrere Anweisungen innerhalb einer Schleife durchgeführt werden sollen, verwendet man hier einen Block, was dann diese geschweiften Klammern ergibt. --<span style="white-space:nowrap;">[[Datei:Niabot_1.png|verweis=Benutzer:Niabot]][[Datei:Niabot_2.png|verweis=Benutzer Diskussion:Niabot]]</span> 16:10, 14. Dez. 2009 (CET)</div></td>
</tr>
</table>
Xqbot
https://de.wikipedia.org/w/index.php?title=Diskussion:Java-Syntax&diff=164172848&oldid=prev
Divof: /* "Die Größe eines Arrays ist fix und kann nach der Instanzierung nicht mehr geändert werden." Falsch. */ Formatierung
2017-04-02T10:43:27Z
<p><span class="autocomment">"Die Größe eines Arrays ist fix und kann nach der Instanzierung nicht mehr geändert werden." Falsch.: </span> Formatierung</p>
<table style="background-color: #fff; color: #202122;" data-mw="interface">
<col class="diff-marker" />
<col class="diff-content" />
<col class="diff-marker" />
<col class="diff-content" />
<tr class="diff-title" lang="de">
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td>
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 2. April 2017, 12:43 Uhr</td>
</tr><tr>
<td colspan="2" class="diff-lineno">Zeile 218:</td>
<td colspan="2" class="diff-lineno">Zeile 218:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>:Er beweist, dass es keine absolute Wahrheit gibt. Ich bin mir aber nicht sicher, ob deine Behauptung stimmt, denn dein Code compiliert irgendwie nicht. --[[Benutzer:Zahnradzacken|Zahnradzacken]] ([[Benutzer Diskussion:Zahnradzacken|Diskussion]]) 19:45, 9. Jul. 2012 (CEST)</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>:Er beweist, dass es keine absolute Wahrheit gibt. Ich bin mir aber nicht sicher, ob deine Behauptung stimmt, denn dein Code compiliert irgendwie nicht. --[[Benutzer:Zahnradzacken|Zahnradzacken]] ([[Benutzer Diskussion:Zahnradzacken|Diskussion]]) 19:45, 9. Jul. 2012 (CEST)</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>:Nein, man kann die Größe eines <del style="font-weight: bold; text-decoration: none;">Array</del> <del style="font-weight: bold; text-decoration: none;">*</del>nicht<del style="font-weight: bold; text-decoration: none;">*</del> mehr verändern. Das steht in der Java-Spezifikation auch sehr eindeutig, ich weiß aber grad nicht mehr wo. Du erzeugst doch ein neues Object vom Typ Array indem du "<del style="font-weight: bold; text-decoration: none;">new</del>" verwendest. Der alte Array wird für immer die gleiche Größe haben. [[Benutzer:Divof|Divof]] ([[Benutzer Diskussion:Divof|Diskussion]]) 12:41, 2. Apr. 2017 (CEST)</div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>:Nein, <ins style="font-weight: bold; text-decoration: none;">'''</ins>man kann die Größe eines <ins style="font-weight: bold; text-decoration: none;">Arrays nach der Erzeugung</ins> nicht mehr verändern<ins style="font-weight: bold; text-decoration: none;">'''</ins>. Das steht in der Java-Spezifikation auch sehr eindeutig, ich weiß aber grad nicht mehr wo. Du erzeugst doch ein neues Object vom Typ Array indem du <ins style="font-weight: bold; text-decoration: none;"><syntaxhighlight lang=</ins>"<ins style="font-weight: bold; text-decoration: none;">java</ins>"<ins style="font-weight: bold; text-decoration: none;">>new</syntaxhighlight></ins> verwendest. Der alte Array wird für immer die gleiche Größe haben. [[Benutzer:Divof|Divof]] ([[Benutzer Diskussion:Divof|Diskussion]]) 12:41, 2. Apr. 2017 (CEST)</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Kommentare ==</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Kommentare ==</div></td>
</tr>
</table>
Divof
https://de.wikipedia.org/w/index.php?title=Diskussion:Java-Syntax&diff=164172801&oldid=prev
Divof: /* "Die Größe eines Arrays ist fix und kann nach der Instanzierung nicht mehr geändert werden." Falsch. */ Eigentlich richtig!
2017-04-02T10:41:47Z
<p><span class="autocomment">"Die Größe eines Arrays ist fix und kann nach der Instanzierung nicht mehr geändert werden." Falsch.: </span> Eigentlich richtig!</p>
<table style="background-color: #fff; color: #202122;" data-mw="interface">
<col class="diff-marker" />
<col class="diff-content" />
<col class="diff-marker" />
<col class="diff-content" />
<tr class="diff-title" lang="de">
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td>
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 2. April 2017, 12:41 Uhr</td>
</tr><tr>
<td colspan="2" class="diff-lineno">Zeile 217:</td>
<td colspan="2" class="diff-lineno">Zeile 217:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div></syntaxhighlight></div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div></syntaxhighlight></div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>:Er beweist, dass es keine absolute Wahrheit gibt. Ich bin mir aber nicht sicher, ob deine Behauptung stimmt, denn dein Code compiliert irgendwie nicht. --[[Benutzer:Zahnradzacken|Zahnradzacken]] ([[Benutzer Diskussion:Zahnradzacken|Diskussion]]) 19:45, 9. Jul. 2012 (CEST)</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>:Er beweist, dass es keine absolute Wahrheit gibt. Ich bin mir aber nicht sicher, ob deine Behauptung stimmt, denn dein Code compiliert irgendwie nicht. --[[Benutzer:Zahnradzacken|Zahnradzacken]] ([[Benutzer Diskussion:Zahnradzacken|Diskussion]]) 19:45, 9. Jul. 2012 (CEST)</div></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>:Nein, man kann die Größe eines Array *nicht* mehr verändern. Das steht in der Java-Spezifikation auch sehr eindeutig, ich weiß aber grad nicht mehr wo. Du erzeugst doch ein neues Object vom Typ Array indem du "new" verwendest. Der alte Array wird für immer die gleiche Größe haben. [[Benutzer:Divof|Divof]] ([[Benutzer Diskussion:Divof|Diskussion]]) 12:41, 2. Apr. 2017 (CEST)</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Kommentare ==</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Kommentare ==</div></td>
</tr>
</table>
Divof
https://de.wikipedia.org/w/index.php?title=Diskussion:Java-Syntax&diff=149323531&oldid=prev
GiftBot: /* Defekter Weblink */ Wikipedia:Defekte Weblinks/Botmeldung (Problem?) – letzte Bearbeitung: Sebastian.Dietrich, 12.10.2013 01:33:29 CEST, /* Kommentare */
2015-12-22T16:00:05Z
<p><span class="autocomment">Defekter Weblink: </span> <a href="/wiki/Wikipedia:Defekte_Weblinks/Botmeldung" title="Wikipedia:Defekte Weblinks/Botmeldung">Wikipedia:Defekte Weblinks/Botmeldung</a> (<a href="/wiki/Wikipedia:Defekte_Weblinks/Bot2015-Problem" title="Wikipedia:Defekte Weblinks/Bot2015-Problem">Problem?</a>) – letzte Bearbeitung: Sebastian.Dietrich, 12.10.2013 01:33:29 CEST, <span class="autocomment">Kommentare</span></p>
<table style="background-color: #fff; color: #202122;" data-mw="interface">
<col class="diff-marker" />
<col class="diff-content" />
<col class="diff-marker" />
<col class="diff-content" />
<tr class="diff-title" lang="de">
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td>
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 22. Dezember 2015, 18:00 Uhr</td>
</tr><tr>
<td colspan="2" class="diff-lineno">Zeile 224:</td>
<td colspan="2" class="diff-lineno">Zeile 224:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>--[[Benutzer:Zumbo|Zumbo]] ([[Benutzer Diskussion:Zumbo|Diskussion]]) 16:34, 11. Okt. 2013 (CEST)</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>--[[Benutzer:Zumbo|Zumbo]] ([[Benutzer Diskussion:Zumbo|Diskussion]]) 16:34, 11. Okt. 2013 (CEST)</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>:Da hast du natürlich 100% recht. Schon Martin Fowler meinte in Refactoring das Kommentare ein Code Smell sind. --[[Benutzer:Sebastian.Dietrich|Sebastian.Dietrich]] [[Benutzer Diskussion:Sebastian.Dietrich|<big>✉</big>]] 18:33, 11. Okt. 2013 (CEST)</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>:Da hast du natürlich 100% recht. Schon Martin Fowler meinte in Refactoring das Kommentare ein Code Smell sind. --[[Benutzer:Sebastian.Dietrich|Sebastian.Dietrich]] [[Benutzer Diskussion:Sebastian.Dietrich|<big>✉</big>]] 18:33, 11. Okt. 2013 (CEST)</div></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>== {{Anker|deadurl_2015-10}} Defekter Weblink ==</div></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>{{nicht archivieren|Zeigen=nein}}{{Defekter Weblink|Bot=GiftBot|Lauf=2015-10</div></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>|1=+3912 wba=20150209082015 http://docs.oracle.com/javase/specs/jls/se5.0/html/typesValues.html#4.3.1</div></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>}}</div></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>– [[Benutzer:GiftBot|GiftBot]] ([[Benutzer Diskussion:GiftBot|Diskussion]]) 17:00, 22. Dez. 2015 (CET)</div></td>
</tr>
</table>
GiftBot
https://de.wikipedia.org/w/index.php?title=Diskussion:Java-Syntax&diff=123351789&oldid=prev
Sebastian.Dietrich: /* Kommentare */
2013-10-11T16:33:29Z
<p><span class="autocomment">Kommentare</span></p>
<table style="background-color: #fff; color: #202122;" data-mw="interface">
<col class="diff-marker" />
<col class="diff-content" />
<col class="diff-marker" />
<col class="diff-content" />
<tr class="diff-title" lang="de">
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td>
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 11. Oktober 2013, 18:33 Uhr</td>
</tr><tr>
<td colspan="2" class="diff-lineno">Zeile 223:</td>
<td colspan="2" class="diff-lineno">Zeile 223:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>* Die dargelegte Meinung zu Kommentaren ist eindeutig POV; die Clean-Code-Philosophie besagt z.B. etwas ganz anderes.</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>* Die dargelegte Meinung zu Kommentaren ist eindeutig POV; die Clean-Code-Philosophie besagt z.B. etwas ganz anderes.</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>--[[Benutzer:Zumbo|Zumbo]] ([[Benutzer Diskussion:Zumbo|Diskussion]]) 16:34, 11. Okt. 2013 (CEST)</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>--[[Benutzer:Zumbo|Zumbo]] ([[Benutzer Diskussion:Zumbo|Diskussion]]) 16:34, 11. Okt. 2013 (CEST)</div></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>:Da hast du natürlich 100% recht. Schon Martin Fowler meinte in Refactoring das Kommentare ein Code Smell sind. --[[Benutzer:Sebastian.Dietrich|Sebastian.Dietrich]] [[Benutzer Diskussion:Sebastian.Dietrich|<big>✉</big>]] 18:33, 11. Okt. 2013 (CEST)</div></td>
</tr>
</table>
Sebastian.Dietrich
https://de.wikipedia.org/w/index.php?title=Diskussion:Java-Syntax&diff=123347601&oldid=prev
Zumbo: Kommentare
2013-10-11T14:34:38Z
<p>Kommentare</p>
<table style="background-color: #fff; color: #202122;" data-mw="interface">
<col class="diff-marker" />
<col class="diff-content" />
<col class="diff-marker" />
<col class="diff-content" />
<tr class="diff-title" lang="de">
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td>
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 11. Oktober 2013, 16:34 Uhr</td>
</tr><tr>
<td colspan="2" class="diff-lineno">Zeile 217:</td>
<td colspan="2" class="diff-lineno">Zeile 217:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div></syntaxhighlight></div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div></syntaxhighlight></div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>:Er beweist, dass es keine absolute Wahrheit gibt. Ich bin mir aber nicht sicher, ob deine Behauptung stimmt, denn dein Code compiliert irgendwie nicht. --[[Benutzer:Zahnradzacken|Zahnradzacken]] ([[Benutzer Diskussion:Zahnradzacken|Diskussion]]) 19:45, 9. Jul. 2012 (CEST)</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>:Er beweist, dass es keine absolute Wahrheit gibt. Ich bin mir aber nicht sicher, ob deine Behauptung stimmt, denn dein Code compiliert irgendwie nicht. --[[Benutzer:Zahnradzacken|Zahnradzacken]] ([[Benutzer Diskussion:Zahnradzacken|Diskussion]]) 19:45, 9. Jul. 2012 (CEST)</div></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>== Kommentare ==</div></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>Ich habe den Einleitungstext zu den Kommentaren gelöscht und durch einen kurzen Erläuterungssatz ersetzt. Versehentlich ist der Bearbeitungskommentar abgehackt worden, deshalb hier die Begründung:</div></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>* Die detailierte Erläuterung eines Konzepts gehört nicht in einen Artikel über Syntax.</div></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>* Die dargelegte Meinung zu Kommentaren ist eindeutig POV; die Clean-Code-Philosophie besagt z.B. etwas ganz anderes.</div></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>--[[Benutzer:Zumbo|Zumbo]] ([[Benutzer Diskussion:Zumbo|Diskussion]]) 16:34, 11. Okt. 2013 (CEST)</div></td>
</tr>
</table>
Zumbo
https://de.wikipedia.org/w/index.php?title=Diskussion:Java-Syntax&diff=109011910&oldid=prev
Zahnradzacken: /* Defekte Weblinks */ linkfix
2012-10-07T11:03:51Z
<p><span class="autocomment">Defekte Weblinks: </span> linkfix</p>
<table style="background-color: #fff; color: #202122;" data-mw="interface">
<col class="diff-marker" />
<col class="diff-content" />
<col class="diff-marker" />
<col class="diff-content" />
<tr class="diff-title" lang="de">
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td>
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 7. Oktober 2012, 13:03 Uhr</td>
</tr><tr>
<td colspan="2" class="diff-lineno">Zeile 217:</td>
<td colspan="2" class="diff-lineno">Zeile 217:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div></syntaxhighlight></div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div></syntaxhighlight></div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>:Er beweist, dass es keine absolute Wahrheit gibt. Ich bin mir aber nicht sicher, ob deine Behauptung stimmt, denn dein Code compiliert irgendwie nicht. --[[Benutzer:Zahnradzacken|Zahnradzacken]] ([[Benutzer Diskussion:Zahnradzacken|Diskussion]]) 19:45, 9. Jul. 2012 (CEST)</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>:Er beweist, dass es keine absolute Wahrheit gibt. Ich bin mir aber nicht sicher, ob deine Behauptung stimmt, denn dein Code compiliert irgendwie nicht. --[[Benutzer:Zahnradzacken|Zahnradzacken]] ([[Benutzer Diskussion:Zahnradzacken|Diskussion]]) 19:45, 9. Jul. 2012 (CEST)</div></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td colspan="2" class="diff-empty diff-side-added"></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>== Defekte Weblinks ==</div></td>
<td colspan="2" class="diff-empty diff-side-added"></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td colspan="2" class="diff-empty diff-side-added"></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>{{Defekter Weblink Bot|GiftBot}}</div></td>
<td colspan="2" class="diff-empty diff-side-added"></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>* http://tioswww.unige.ch/db-research/Enseignement/analyseinfo/JAVA/expression.html</div></td>
<td colspan="2" class="diff-empty diff-side-added"></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>* http://tioswww.unige.ch/db-research/Enseignement/analyseinfo/JAVA/statement.html</div></td>
<td colspan="2" class="diff-empty diff-side-added"></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>* http://tioswww.unige.ch/db-research/Enseignement/analyseinfo/JAVA/statement_block.html</div></td>
<td colspan="2" class="diff-empty diff-side-added"></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>– [[Benutzer:GiftBot|GiftBot]] ([[Benutzer Diskussion:GiftBot|Diskussion]]) 10:47, 16. Sep. 2012 (CEST)</div></td>
<td colspan="2" class="diff-empty diff-side-added"></td>
</tr>
</table>
Zahnradzacken
https://de.wikipedia.org/w/index.php?title=Diskussion:Java-Syntax&diff=108128700&oldid=prev
GiftBot: Neuer Abschnitt /* Defekte Weblinks */
2012-09-16T08:47:05Z
<p>Neuer Abschnitt <span class="autocomment">Defekte Weblinks</span></p>
<table style="background-color: #fff; color: #202122;" data-mw="interface">
<col class="diff-marker" />
<col class="diff-content" />
<col class="diff-marker" />
<col class="diff-content" />
<tr class="diff-title" lang="de">
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td>
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 16. September 2012, 10:47 Uhr</td>
</tr><tr>
<td colspan="2" class="diff-lineno">Zeile 217:</td>
<td colspan="2" class="diff-lineno">Zeile 217:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div></syntaxhighlight></div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div></syntaxhighlight></div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>:Er beweist, dass es keine absolute Wahrheit gibt. Ich bin mir aber nicht sicher, ob deine Behauptung stimmt, denn dein Code compiliert irgendwie nicht. --[[Benutzer:Zahnradzacken|Zahnradzacken]] ([[Benutzer Diskussion:Zahnradzacken|Diskussion]]) 19:45, 9. Jul. 2012 (CEST)</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>:Er beweist, dass es keine absolute Wahrheit gibt. Ich bin mir aber nicht sicher, ob deine Behauptung stimmt, denn dein Code compiliert irgendwie nicht. --[[Benutzer:Zahnradzacken|Zahnradzacken]] ([[Benutzer Diskussion:Zahnradzacken|Diskussion]]) 19:45, 9. Jul. 2012 (CEST)</div></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>== Defekte Weblinks ==</div></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>{{Defekter Weblink Bot|GiftBot}}</div></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>* http://tioswww.unige.ch/db-research/Enseignement/analyseinfo/JAVA/expression.html</div></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>* http://tioswww.unige.ch/db-research/Enseignement/analyseinfo/JAVA/statement.html</div></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>* http://tioswww.unige.ch/db-research/Enseignement/analyseinfo/JAVA/statement_block.html</div></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>– [[Benutzer:GiftBot|GiftBot]] ([[Benutzer Diskussion:GiftBot|Diskussion]]) 10:47, 16. Sep. 2012 (CEST)</div></td>
</tr>
</table>
GiftBot