ccebinger / SWPSoSe14

2 stars 1 forks source link

handle -1 of compareTo #171

Closed kretzschi closed 10 years ago

kretzschi commented 10 years ago

For the greater Method, we use compareTo in java/lang/Interger. It returns 1 (a > b), 0 (a = b) or -1 (a < b). We have to think about how to handle the different possible results in bytecode.

Zelldon commented 10 years ago

Ich wuerds einfach in eine 0 wandeln

kretzschi commented 10 years ago

Used primitive types!