Files
gnatdashboard/known-problems-09
Charly Delay d3c8306e04 Repository reorganization
The documentation is now global and its sources moved to the top-level
directory. Same goes for the know-problems-* and features-* files that
are now shared between all submodules.

This commit needs to be push in synchronization with change I0a342aea8d
in the ANOD specification repository.

Change-Id: If350f109ae6a40ae3e632bfa8491145aaab8a52f
TN: OA28-039
2015-12-07 17:28:54 +01:00

76 lines
2.5 KiB
Plaintext

=====================================
GNATdashboard 0.9 KNOWN PROBLEMS LIST
=====================================
Copyright (C) 2014, AdaCore
KP-09-NA22-051 Proper support for SonarQube >= 4.2
Problem: Analysis as shown by SonarQube >= 4.2 might be missing many
metrics and issues because of non-normalized paths in the source
mapping file.
Status: Fixed in GNAThub 1.0.0 on 2014-10-22
Workaround: Normalize all paths by hand in source-mapping.properties.
KP-09-NA10-041 SonarRunner crash when missing project properties
Problem: SonarRunner crashes with NPE when the sonar-project.properties
file is missing important properties, namely:
* sonar.ada.gnathub.db
* sonar.ada.gnathub.src_mapping
Status: Fixed in SonarAdaPlugin 1.0.0 on 2014-10-10
Workaround: Generate sonar-project.properties with GNAThub
KP-09-N818-014 GNAThub does not display fatal errors
Problem: Fatal errors are logged, but not displayed on the error output.
This can lead to cases where GNAThub would simply exit without
notifying the user about the error.
Status: Fixed in GNAThub 1.0.0 on 2014-08-18
Workaround: Use the log file to retrieve the error message.
KP-09-N805-033 message insertion is slow
Problem: Message insertion in the database is slow, in particular for
plug-ins codepeer, gnatmetric and gcov.
Status: Fixed in GNAThub 1.0.0 on 2014-08-19
Workaround: None
KP-09-N725-012 -X parameters are not passed to underlying tools.
Problem: -X switches passed to the gnathub drivers are not propagated
to underlying project-aware tools.
Status: Fixed in GNAThub 1.0.0 on 2014-08-12
Workaround: None
KP-09-N704-008 GNAThub crashes with switch -X
Problem: GNAThub raises a CONSTRAINT_ERROR when the -X switch is used
because of a wrong module initialization order.
Status: Fixed in GNAThub 1.0.0 on 2014-07-04
Workaround: None
KP-09-N623-022 GNAThub indexes plug-ins by the name of the Python class only
Problem: The name property of a plug-in is not used when selecting
plug-ins to run, only for display (eg. in logs). This is
confusing and users expect to use the custom name attribute to
discriminate their plug-ins rather than the name of the Python
class holding the implementation.
Status: Fixed in GNAThub 1.0.0 on 2014-08-14
Workaround: Use the name of the Python class.