00001 00006 int global_var; 00007 00012 int func_beginning_at_line_12( int my_parameter) 00013 { 00014 return 0; 00015 } 00016 00021 int func_beginning_at_line_21( int my_parameter) 00022 { 00023 global_var = 99; // this reference is reported correctly with comments in javadoc style 00024 return 0; 00025 }