Reports methods and method hierarchies that always return the same constant.

Example:


  class X {
    int xxx() {
      return 0;
    }
  }