david-mccullars/dijkstra_fast

View on GitHub
ext/dijkstra_fast/native_shortest_path.c

Summary

Maintainability
Test Coverage

Function with_connection argument 1 names different: declaration v definition v_obj.
Open

VALUE with_connection(VALUE v_obj, VALUE context, int argc, VALUE extra[]) {
ext/dijkstra_fast/native.h on lines 45..45

Function with_connection argument 1 names different: declaration v definition v_obj. (detailed CWE explanation)

Function native_shortest_path argument 3 names different: declaration dest definition dest_obj.
Open

VALUE native_shortest_path(VALUE self, VALUE source_obj, VALUE dest_obj, VALUE progress) {
ext/dijkstra_fast/native.h on lines 44..44

Function native_shortest_path argument 3 names different: declaration dest definition dest_obj. (detailed CWE explanation)

Function native_shortest_path argument 2 names different: declaration source definition source_obj.
Open

VALUE native_shortest_path(VALUE self, VALUE source_obj, VALUE dest_obj, VALUE progress) {
ext/dijkstra_fast/native.h on lines 44..44

Function native_shortest_path argument 2 names different: declaration source definition source_obj. (detailed CWE explanation)

There are no issues that match your filters.

Category
Status