Skip to main content

Questions tagged [dependency-analysis]

Analyzing the dependencies between components of software systems - classes and interfaces, header files, method or function calls, and external libraries.

0 votes
2 answers
137 views

What is the standard or commonly used terminology used in software engineering circles for this scenario that uses "widgets" and "FFT" as a fictitious concrete example: I have a ...
bgoodr's user avatar
  • 119
2 votes
1 answer
599 views

The SLF4J documentation says that it's best practice for libraries to not include a concrete logging binding. I'm wondering what to do about transitive dependencies though. Let's say my library A ...
Lars Francke's user avatar
-1 votes
3 answers
478 views

Imagine you have software component named A which knows component B Lets say knowing each other is via reference or imports, or two of them. Is it safe to tell the following statements: 1. A-->B ...
JavaSa's user avatar
  • 157
14 votes
5 answers
21k views

To give some context, I'm using python. We have the following package structure: /package_name /request.py # defines class Request /response.py # defines class Response Let also assume that ...
Elrond's user avatar
  • 301
26 votes
8 answers
2k views

I work in a Data Warehouse that sources multiple systems via many streams and layers with maze-like dependencies linking various artifacts. Pretty much every day I run into situations like this: I run ...
Christs_Chin's user avatar
52 votes
3 answers
121k views

I have three classes that are circular dependant to each other: TestExecuter execute requests of TestScenario and save a report file using ReportGenerator class. So: TestExecuter depends on ...
sabrina2020's user avatar
3 votes
1 answer
1k views

Most of the static code analysis tools which analyse class dependencies generate dependency pairs of classes where each pair represents a direct dependency between two classes. Given those dependency ...
Heramb Deware's user avatar
3 votes
1 answer
3k views

We got some code in a git repository that's used along different projects (with git different repositories), the problem is that we got now so many different projects that's difficult to track which ...
Fgblanch's user avatar
  • 161

15 30 50 per page