For example in java if you have an int field in a ...
# announcements
p
For example in java if you have an int field in a class and change it to float. Then you have to manually check all accessors (ie method signatures) if the int is still appropriate.