Hmm not sure if I'm running inotifywatch correctly. I tried on a new blank file and after each save I would add 1 character. Here is what notepad looked like
[proj1] (master) $ inotifywatch test2.txt
Establishing watches...
Finished establishing watches, now collecting statistics.
^Ctotal close_nowrite open filename
4 2 2 test2.txt
[proj1] (master) $ inotifywatch test2.txt
Establishing watches...
Finished establishing watches, now collecting statistics.
^Ctotal access close_nowrite open filename
6 2 2 2 test2.txt
[proj1] (master) $ inotifywatch test2.txt
Establishing watches...
Finished establishing watches, now collecting statistics.
^Ctotal access close_nowrite open filename
12 4 4 4 test2.txt
and here is with eclipse
[proj1] (master) $ inotifywatch test2.txt
Establishing watches...
Finished establishing watches, now collecting statistics.
^Ctotal close_nowrite open filename
6 3 3 test2.txt
[proj1] (master) $ inotifywatch test2.txt
Establishing watches...
Finished establishing watches, now collecting statistics.
^Ctotal access close_nowrite open filename
9 3 3 3 test2.txt
[proj1] (master) $ inotifywatch test2.txt
Establishing watches...
Finished establishing watches, now collecting statistics.
^Ctotal access close_nowrite open filename
9 3 3 3 test2.txt
[proj1] (master) $ inotifywatch test2.txt
Establishing watches...
Finished establishing watches, now collecting statistics.
^Ctotal access close_nowrite open filename
6 2 2 2 test2.txt