Open Simulator Terrain Editor BRIGADOON-0007
Edit Terrain Files for Open Simulator Regions
Loading...
Searching...
No Matches
  1. SOFTWARE ANALYSIS

Section 5.1 - Purpose of Analysis

The purpose of this code analysis is to provide the results from a series of automated analysis tasks.

Section 5.2 - Count Lines Of Code (CLOC) Information

LanguageFilesBlankCommentCode
Languagefilesblankcommentcode
XML101417
XML (Qt/GTK)10062
C++24021
C/C++ Header15018
SUM:591518

Note: Qt lines of code is used to define the displays. ProGuard lines are used by Qt to define compilation..

The CLoc program that counts the lines of count aggregates the lines of code for all of the source files. A list of the source files can be found on the File Manifest page, although this page also lists other files important to building the progam, such as embedded images.

Section 5.3 - Linked Libraries Used by Program

Note: This feature currently only works for documentation software running under Linux-type Operating systems.

Dynamic Libraries Linked to Program
File does not currently exist.

Section 5.4 - Automated Code Analysis

The code analysis can provide comments about structure members, parameters or routines that are not currently used by this program. This does not mean that those flagged items can necessarily be deleted as it may be planned to use them in a future version, or a related program.

mainwindow.h:4:0: information: Include file: <QMainWindow> not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include <QMainWindow>
^
main.cpp:3:0: information: Include file: <QApplication> not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include <QApplication>
^
mainwindow.h:6:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_BEGIN_NAMESPACE is a macro then please configure it. [unknownMacro]
QT_BEGIN_NAMESPACE
^
mainwindow.cpp:2:0: information: Include file: "./ui_mainwindow.h" not found. [missingInclude]
#include "./ui_mainwindow.h"
^
nofile:0:0: information: Active checkers: There was critical errors (use –checkers-report=<filename> to see details) [checkersReport]