Globalyzer Dashboard FAQ: Difference between revisions

From Lingoport Wiki
Jump to navigation Jump to search
Created page with "= Mapping of Rule Set Rules to Dashboard Rules = Rules in '''Globalyzer Rule Sets''' have both an associated category, and an associated priority. Issue detection categories..."
 
No edit summary
Line 29: Line 29:
|-
|-
|}
|}
= Determining the number of issues created/fixed in a given time period =
It is possible to view detailed information about the number of issues created or fixed during a given time period. This can be done using the Dashboard's inbuilt api. See the [[REST API]] section on this wiki for more information.

Revision as of 17:27, 14 December 2017

Mapping of Rule Set Rules to Dashboard Rules

Rules in Globalyzer Rule Sets have both an associated category, and an associated priority. Issue detection categories include:

  • Embedded Strings
  • Locale Sensitive Methods
  • General Patterns
  • Static File References.

Rules for all categories may have priorities of 1-5. Additionally, Embedded String detections may be set to priority 0, which indicates a concatenation issue.

The Lingoport Dashboard's rules include the same categories as above. However, the priorities only go from 1-3. The mapping between these priorities is as follows:

Globalyzer Priority Dashboard Priority
0 (Embedded String) Concatenation
1 1
2 2
3-5 3

Determining the number of issues created/fixed in a given time period

It is possible to view detailed information about the number of issues created or fixed during a given time period. This can be done using the Dashboard's inbuilt api. See the REST API section on this wiki for more information.