Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  expected-stdout.txt

  Sprache: Text
 

Test is class art.Test991$DoNothingFieldTracer & class art.Test991$JavaReadWrite
Initial state: xyz = 0
FieldTracer: class art.Test991$DoNothingFieldTracer
 ACCESS of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in method public void art.Test991$JavaReadWrite.accept(art.Test991$TestClass1)
normal read: xyz = 0
FieldTracer: class art.Test991$DoNothingFieldTracer
 MODIFY of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in method public void art.Test991$JavaReadWrite.accept(art.Test991$TestClass1). New value: 1 (type: class java.lang.Integer)
Final state: xyz = 1
Test is class art.Test991$ThrowReadFieldTracer & class art.Test991$JavaReadWrite
Initial state: xyz = 0
FieldTracer: class art.Test991$ThrowReadFieldTracer
 ACCESS of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in method public void art.Test991$JavaReadWrite.accept(art.Test991$TestClass1)
Caught error. art.Test991$TestError: Throwing error during access
Final state: xyz = 0
Test is class art.Test991$ThrowWriteFieldTracer & class art.Test991$JavaReadWrite
Initial state: xyz = 0
FieldTracer: class art.Test991$ThrowWriteFieldTracer
 ACCESS of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in method public void art.Test991$JavaReadWrite.accept(art.Test991$TestClass1)
normal read: xyz = 0
FieldTracer: class art.Test991$ThrowWriteFieldTracer
 MODIFY of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in method public void art.Test991$JavaReadWrite.accept(art.Test991$TestClass1). New value: 1 (type: class java.lang.Integer)
Caught error. art.Test991$TestError: Throwing error during modify
Final state: xyz = 0
Test is class art.Test991$ModifyDuringReadFieldTracer & class art.Test991$JavaReadWrite
Initial state: xyz = 0
FieldTracer: class art.Test991$ModifyDuringReadFieldTracer
 ACCESS of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in method public void art.Test991$JavaReadWrite.accept(art.Test991$TestClass1)
normal read: xyz = 20
FieldTracer: class art.Test991$ModifyDuringReadFieldTracer
 MODIFY of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in method public void art.Test991$JavaReadWrite.accept(art.Test991$TestClass1). New value: 21 (type: class java.lang.Integer)
Final state: xyz = 21
Test is class art.Test991$ModifyDuringWriteFieldTracer & class art.Test991$JavaReadWrite
Initial state: xyz = 0
FieldTracer: class art.Test991$ModifyDuringWriteFieldTracer
 ACCESS of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in method public void art.Test991$JavaReadWrite.accept(art.Test991$TestClass1)
normal read: xyz = 0
FieldTracer: class art.Test991$ModifyDuringWriteFieldTracer
 MODIFY of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in method public void art.Test991$JavaReadWrite.accept(art.Test991$TestClass1). New value: 1 (type: class java.lang.Integer)
Final state: xyz = 1
Test is class art.Test991$ModifyDuringReadAndWriteFieldTracer & class art.Test991$JavaReadWrite
Initial state: xyz = 0
FieldTracer: class art.Test991$ModifyDuringReadAndWriteFieldTracer
 ACCESS of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in method public void art.Test991$JavaReadWrite.accept(art.Test991$TestClass1)
normal read: xyz = 10
FieldTracer: class art.Test991$ModifyDuringReadAndWriteFieldTracer
 MODIFY of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in method public void art.Test991$JavaReadWrite.accept(art.Test991$TestClass1). New value: 11 (type: class java.lang.Integer)
Final state: xyz = 11
Test is class art.Test991$DoNothingFieldTracer & class art.Test991$ReflectiveReadWrite
Initial state: xyz = 0
reflective read: xyz = 0
Final state: xyz = 1
Test is class art.Test991$ThrowReadFieldTracer & class art.Test991$ReflectiveReadWrite
Initial state: xyz = 0
reflective read: xyz = 0
Final state: xyz = 1
Test is class art.Test991$ThrowWriteFieldTracer & class art.Test991$ReflectiveReadWrite
Initial state: xyz = 0
reflective read: xyz = 0
Final state: xyz = 1
Test is class art.Test991$ModifyDuringReadFieldTracer & class art.Test991$ReflectiveReadWrite
Initial state: xyz = 0
reflective read: xyz = 0
Final state: xyz = 1
Test is class art.Test991$ModifyDuringWriteFieldTracer & class art.Test991$ReflectiveReadWrite
Initial state: xyz = 0
reflective read: xyz = 0
Final state: xyz = 1
Test is class art.Test991$ModifyDuringReadAndWriteFieldTracer & class art.Test991$ReflectiveReadWrite
Initial state: xyz = 0
reflective read: xyz = 0
Final state: xyz = 1
Test is class art.Test991$DoNothingFieldTracer & class art.Test991$NativeReadWrite
Initial state: xyz = 0
FieldTracer: class art.Test991$DoNothingFieldTracer
 ACCESS of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in method public static native void art.Test991.doNativeReadWrite(art.Test991$TestClass1)
native read: xyz = 0
FieldTracer: class art.Test991$DoNothingFieldTracer
 MODIFY of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in method public static native void art.Test991.doNativeReadWrite(art.Test991$TestClass1). New value: 1 (type: class java.lang.Integer)
Final state: xyz = 1
Test is class art.Test991$ThrowReadFieldTracer & class art.Test991$NativeReadWrite
Initial state: xyz = 0
FieldTracer: class art.Test991$ThrowReadFieldTracer
 ACCESS of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in method public static native void art.Test991.doNativeReadWrite(art.Test991$TestClass1)
Caught error. art.Test991$TestError: Throwing error during access
Final state: xyz = 0
Test is class art.Test991$ThrowWriteFieldTracer & class art.Test991$NativeReadWrite
Initial state: xyz = 0
FieldTracer: class art.Test991$ThrowWriteFieldTracer
 ACCESS of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in method public static native void art.Test991.doNativeReadWrite(art.Test991$TestClass1)
native read: xyz = 0
FieldTracer: class art.Test991$ThrowWriteFieldTracer
 MODIFY of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in method public static native void art.Test991.doNativeReadWrite(art.Test991$TestClass1). New value: 1 (type: class java.lang.Integer)
Caught error. art.Test991$TestError: Throwing error during modify
Final state: xyz = 1
Test is class art.Test991$ModifyDuringReadFieldTracer & class art.Test991$NativeReadWrite
Initial state: xyz = 0
FieldTracer: class art.Test991$ModifyDuringReadFieldTracer
 ACCESS of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in method public static native void art.Test991.doNativeReadWrite(art.Test991$TestClass1)
native read: xyz = 20
FieldTracer: class art.Test991$ModifyDuringReadFieldTracer
 MODIFY of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in method public static native void art.Test991.doNativeReadWrite(art.Test991$TestClass1). New value: 21 (type: class java.lang.Integer)
Final state: xyz = 21
Test is class art.Test991$ModifyDuringWriteFieldTracer & class art.Test991$NativeReadWrite
Initial state: xyz = 0
FieldTracer: class art.Test991$ModifyDuringWriteFieldTracer
 ACCESS of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in method public static native void art.Test991.doNativeReadWrite(art.Test991$TestClass1)
native read: xyz = 0
FieldTracer: class art.Test991$ModifyDuringWriteFieldTracer
 MODIFY of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in method public static native void art.Test991.doNativeReadWrite(art.Test991$TestClass1). New value: 1 (type: class java.lang.Integer)
Final state: xyz = 1
Test is class art.Test991$ModifyDuringReadAndWriteFieldTracer & class art.Test991$NativeReadWrite
Initial state: xyz = 0
FieldTracer: class art.Test991$ModifyDuringReadAndWriteFieldTracer
 ACCESS of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in method public static native void art.Test991.doNativeReadWrite(art.Test991$TestClass1)
native read: xyz = 10
FieldTracer: class art.Test991$ModifyDuringReadAndWriteFieldTracer
 MODIFY of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in method public static native void art.Test991.doNativeReadWrite(art.Test991$TestClass1). New value: 11 (type: class java.lang.Integer)
Final state: xyz = 11

Messung V0.5 in Prozent
C=88 H=92 G=89

¤ Dauer der Verarbeitung: 0.9 Sekunden  (vorverarbeitet am  2026-06-29) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik