Explanation

This rule searches for libraries in your Blueriq Model and reports back an issue when unused libraries are found. In case a library is connected to the project its modules should be used in the project. If it is connected, but not used the rule will trigger. However, there is an exception: there are libraries that do not contain modules, e.g. the AquimaLibrary only uses globals. So this rule checks also if a library uses global elements.

We estimate that resolving this issue will on average take 5 minutes.

Possible improvements

Check for each included library if it is really needed. If no elements are used, it is highly likely that the library can be removed from your project. 

Example

In this example, the project includes all standard libraries:

The BMA detects that two of them are not used, and can be removed from the project:


  • No labels