Dependency relationship detection method and device, computer device and readable storage medium
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- 重庆金融资产交易所有限责任公司
- Publication Date
- 2019-12-27
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The present invention relates to the field of code management, in particular to a dependency detection method, device, computer equipment and readable storage medium. Background technique
[0002] At present, there is no solution or product on the market that automatically counts the dependencies of software projects. Generally, operators need to manually click or search step by step to determine the dependencies in the referenced projects. For example, in a Java project built through Maven or Gradle, you can generally search by command name, dependencies execution tool, or search in the official warehouse server. Another example is that in a project built with the Go language, the package management tool glide can be used to scan the code for dependencies, and then analyze and find the existing dependencies under the vendor mechanism. However, the above methods all have the shortcomings of cumbersome operation steps, lack of unified management, inabi...