Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New vector graph implementation #7158

Open
wants to merge 184 commits into
base: master
Choose a base branch
from

VectorGraphViewBase_fixing_includes

a3928d5
Select commit
Loading
Failed to load commit list.
Open

New vector graph implementation #7158

VectorGraphViewBase_fixing_includes
a3928d5
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Mar 2, 2025 in 2s

5 issues fixed. 16 issues found.

Annotations

Check notice on line 701 in src/gui/widgets/VectorGraphView.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/gui/widgets/VectorGraphView.cpp#L574-L701

Complex Method

Check notice on line 421 in src/gui/widgets/VectorGraphView.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/gui/widgets/VectorGraphView.cpp#L295-L421

Complex Method

Check notice on line 1798 in src/core/VectorGraphModel.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/core/VectorGraphModel.cpp#L1798

Consider using rand_r(...) instead of rand(...) for improved thread safety. (runtime/threadsafe_fn)

Check notice on line 479 in src/gui/widgets/VectorGraphViewBase.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/gui/widgets/VectorGraphViewBase.cpp#L414-L479

Complex Method

Check notice on line 72 in include/VectorGraphView.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

include/VectorGraphView.h#L72

Do not leave a blank line after "public:". (whitespace/blank_line)

Check notice on line 1964 in src/core/VectorGraphModel.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/core/VectorGraphModel.cpp#L1818-L1964

Complex Method

Check notice on line 130 in include/VectorGraphModel.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

include/VectorGraphModel.h#L130

Do not leave a blank line after "private:". (whitespace/blank_line)

Check notice on line 2197 in src/core/VectorGraphModel.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/core/VectorGraphModel.cpp#L2055-L2197

Complex Method

Check notice on line 1299 in src/gui/widgets/VectorGraphView.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/gui/widgets/VectorGraphView.cpp#L1190-L1299

Complex Method

Check notice on line 143 in include/VectorGraphModel.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

include/VectorGraphModel.h#L143

Redundant blank line at the start of a code block should be deleted. (whitespace/blank_line)

Check notice on line 1803 in src/core/VectorGraphModel.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/core/VectorGraphModel.cpp#L1803

Consider using rand_r(...) instead of rand(...) for improved thread safety. (runtime/threadsafe_fn)

Check notice on line 1006 in src/gui/widgets/VectorGraphView.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/gui/widgets/VectorGraphView.cpp#L955-L1006

Complex Method

Check notice on line 1067 in src/gui/widgets/VectorGraphView.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/gui/widgets/VectorGraphView.cpp#L1007-L1067

Complex Method

Check notice on line 2377 in src/core/VectorGraphModel.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/core/VectorGraphModel.cpp#L2198-L2377

Complex Method

Check notice on line 812 in src/core/VectorGraphModel.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/core/VectorGraphModel.cpp#L705-L812

Complex Method

Check notice on line 1081 in src/core/VectorGraphModel.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/core/VectorGraphModel.cpp#L1023-L1081

Complex Method