Merge in RED/redaction-service from RED-101-quickfix to master
* commit '17aabcd09c1f76bdd467f66aac0cf243c0625734':
Fix index out of bounds exception
Remove redundant warn message
Fix NPE for empty cells
Add test redacting all files and expecting no exception
Log warning message if tabular data mismatches
Merge in RED/redaction-service from RED-101 to master
* commit 'c93ca745fc61fc2d7f1a1f474a4e3c464091e70d':
Normalize header information
Fix test and suppress checkstyle warnings
Fix PMD errors
RED-101: Detect vertebrate study row value
RED-101: Implement table cell and row redaction
Fix style
Merge in RED/redaction-service from ApplicantRule to master
* commit '99bac4550a9cade36de313735916687ea26d7b4d':
Use @EqualsAndHashCode(onlyExplicitlyIncluded = true) in Entity.java
Avoid duplicate redaction if type have same entries, made Applicant and Producer rules more specific
Merge in RED/redaction-service from RED-149 to master
* commit 'cce8200d433ec89160af3af32f40be57c0b67678':
redaction-service-v1/redaction-service-server-v1/src/main/java/com/iqser/red/service/redaction/v1/server/redaction/model/Section.java online editiert mit Bitbucket
RED-149: Added must_redact dictionary and Rule, Adjusted rules for applicant and producer to work on all documents. Fixed endless loop in rules. Detect multiple occurences in rules
Merge in RED/redaction-service from duplicates to master
* commit '81723ce4022e1e006054eb743f2cc2c0b9faf14f':
Use void method type
Use EqualsAndHashcode annotation from Lombok
Fixed duplicated redaction/RedactionLog entries
RED-211, RED-215 Added dictionaries and rules for testing.
Merge in RED/redaction-service from defaultColor to master
* commit '872c384dc6da60f421e7aa21f58b574c49414c81':
Use default color from configuration-service on unknown type
Merge in RED/redaction-service from RED-207 to master
* commit '135a715e22e6c2536b268db29161552cfd7a6c1c':
Fixed style in EnityRedactionService
Fixed wrong naming of caseInsensitive
RED-207: Match caseInsensitive dictionaries caseInSensitive
Merge in RED/redaction-service from feature/RED-161 to master
* commit '3eb37fa6db0d9f1a4e6b93b2047b3b96c94cd9ff':
RED-161: reverse caseSensitive
RED-161: replace hard-coded hint-type with dictionary-service query
Merge in RED/redaction-service from RedactionLog1 to master
* commit 'e7ea12a1b03f7f79e0f4fa12671f91ee326eef73':
CodeStyle
Do not return redacted=true for vertebrates in RedactionLog, return isHint=true and redacted=false
Merge in RED/redaction-service from Fix1 to master
* commit '49fe418a60f424e373038b1f7b9d43ff4afde37c':
DEV: Fixed Nullpointer on undefined color for type, adapted rule to Type naming.