Added: 
websites/production/commons/content/proper/commons-csv/xref-test/org/apache/commons/csv/CSVDuplicateHeaderTest.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-csv/xref-test/org/apache/commons/csv/CSVDuplicateHeaderTest.html
 (added)
+++ 
websites/production/commons/content/proper/commons-csv/xref-test/org/apache/commons/csv/CSVDuplicateHeaderTest.html
 Thu Feb  2 12:12:49 2023
@@ -0,0 +1,348 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+<title>CSVDuplicateHeaderTest xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
+</head>
+<body>
+<div id="overview"><a 
href="../../../../../testapidocs/org/apache/commons/csv/CSVDuplicateHeaderTest.html">View
 Javadoc</a></div><pre>
+<a class="jxr_linenumber" name="L1" href="#L1">1</a>   <em 
class="jxr_comment">/*</em>
+<a class="jxr_linenumber" name="L2" href="#L2">2</a>   <em 
class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under 
one or more</em>
+<a class="jxr_linenumber" name="L3" href="#L3">3</a>   <em 
class="jxr_comment"> * contributor license agreements.  See the NOTICE file 
distributed with</em>
+<a class="jxr_linenumber" name="L4" href="#L4">4</a>   <em 
class="jxr_comment"> * this work for additional information regarding copyright 
ownership.</em>
+<a class="jxr_linenumber" name="L5" href="#L5">5</a>   <em 
class="jxr_comment"> * The ASF licenses this file to You under the Apache 
License, Version 2.0</em>
+<a class="jxr_linenumber" name="L6" href="#L6">6</a>   <em 
class="jxr_comment"> * (the "License"); you may not use this file except in 
compliance with</em>
+<a class="jxr_linenumber" name="L7" href="#L7">7</a>   <em 
class="jxr_comment"> * the License.  You may obtain a copy of the License 
at</em>
+<a class="jxr_linenumber" name="L8" href="#L8">8</a>   <em 
class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="L9" href="#L9">9</a>   <em 
class="jxr_comment"> *      <a 
href="http://www.apache.org/licenses/LICENSE-2.0"; 
target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
+<a class="jxr_linenumber" name="L10" href="#L10">10</a>  <em 
class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="L11" href="#L11">11</a>  <em 
class="jxr_comment"> * Unless required by applicable law or agreed to in 
writing, software</em>
+<a class="jxr_linenumber" name="L12" href="#L12">12</a>  <em 
class="jxr_comment"> * distributed under the License is distributed on an "AS 
IS" BASIS,</em>
+<a class="jxr_linenumber" name="L13" href="#L13">13</a>  <em 
class="jxr_comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 
express or implied.</em>
+<a class="jxr_linenumber" name="L14" href="#L14">14</a>  <em 
class="jxr_comment"> * See the License for the specific language governing 
permissions and</em>
+<a class="jxr_linenumber" name="L15" href="#L15">15</a>  <em 
class="jxr_comment"> * limitations under the License.</em>
+<a class="jxr_linenumber" name="L16" href="#L16">16</a>  <em 
class="jxr_comment"> */</em>
+<a class="jxr_linenumber" name="L17" href="#L17">17</a>  
+<a class="jxr_linenumber" name="L18" href="#L18">18</a>  <strong 
class="jxr_keyword">package</strong> org.apache.commons.csv;
+<a class="jxr_linenumber" name="L19" href="#L19">19</a>  
+<a class="jxr_linenumber" name="L20" href="#L20">20</a>  <strong 
class="jxr_keyword">import</strong> java.io.IOException;
+<a class="jxr_linenumber" name="L21" href="#L21">21</a>  <strong 
class="jxr_keyword">import</strong> java.util.Arrays;
+<a class="jxr_linenumber" name="L22" href="#L22">22</a>  <strong 
class="jxr_keyword">import</strong> java.util.List;
+<a class="jxr_linenumber" name="L23" href="#L23">23</a>  <strong 
class="jxr_keyword">import</strong> java.util.stream.Collectors;
+<a class="jxr_linenumber" name="L24" href="#L24">24</a>  <strong 
class="jxr_keyword">import</strong> java.util.stream.Stream;
+<a class="jxr_linenumber" name="L25" href="#L25">25</a>  
+<a class="jxr_linenumber" name="L26" href="#L26">26</a>  <strong 
class="jxr_keyword">import</strong> org.junit.jupiter.api.Assertions;
+<a class="jxr_linenumber" name="L27" href="#L27">27</a>  <strong 
class="jxr_keyword">import</strong> org.junit.jupiter.params.ParameterizedTest;
+<a class="jxr_linenumber" name="L28" href="#L28">28</a>  <strong 
class="jxr_keyword">import</strong> org.junit.jupiter.params.provider.Arguments;
+<a class="jxr_linenumber" name="L29" href="#L29">29</a>  <strong 
class="jxr_keyword">import</strong> 
org.junit.jupiter.params.provider.MethodSource;
+<a class="jxr_linenumber" name="L30" href="#L30">30</a>  
+<a class="jxr_linenumber" name="L31" href="#L31">31</a>  <em 
class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L32" href="#L32">32</a>  <em 
class="jxr_javadoccomment"> * Tests parsing of duplicate column names in a CSV 
header.</em>
+<a class="jxr_linenumber" name="L33" href="#L33">33</a>  <em 
class="jxr_javadoccomment"> * The test verifies that headers are consistently 
handled by CSVFormat and CSVParser.</em>
+<a class="jxr_linenumber" name="L34" href="#L34">34</a>  <em 
class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L35" href="#L35">35</a>  <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> 
<a name="CSVDuplicateHeaderTest" 
href="../../../../org/apache/commons/csv/CSVDuplicateHeaderTest.html#CSVDuplicateHeaderTest">CSVDuplicateHeaderTest</a>
 {
+<a class="jxr_linenumber" name="L36" href="#L36">36</a>  
+<a class="jxr_linenumber" name="L37" href="#L37">37</a>      <em 
class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L38" href="#L38">38</a>  <em 
class="jxr_javadoccomment">     * Return test cases for duplicate header data 
for use in CSVFormat.</em>
+<a class="jxr_linenumber" name="L39" href="#L39">39</a>  <em 
class="jxr_javadoccomment">     * &lt;p&gt;</em>
+<a class="jxr_linenumber" name="L40" href="#L40">40</a>  <em 
class="jxr_javadoccomment">     * This filters the parsing test data to all 
cases where the allow missing column</em>
+<a class="jxr_linenumber" name="L41" href="#L41">41</a>  <em 
class="jxr_javadoccomment">     * names flag is true and ignore header case is 
false: these flags are exclusively for parsing.</em>
+<a class="jxr_linenumber" name="L42" href="#L42">42</a>  <em 
class="jxr_javadoccomment">     * CSVFormat validation applies to both parsing 
and writing and thus validation</em>
+<a class="jxr_linenumber" name="L43" href="#L43">43</a>  <em 
class="jxr_javadoccomment">     * is less strict and behaves as if the allow 
missing column names constraint and</em>
+<a class="jxr_linenumber" name="L44" href="#L44">44</a>  <em 
class="jxr_javadoccomment">     * the ignore header case behavior are 
absent.</em>
+<a class="jxr_linenumber" name="L45" href="#L45">45</a>  <em 
class="jxr_javadoccomment">     * The filtered data is then returned with the 
parser flags set to both true and false</em>
+<a class="jxr_linenumber" name="L46" href="#L46">46</a>  <em 
class="jxr_javadoccomment">     * for each test case.</em>
+<a class="jxr_linenumber" name="L47" href="#L47">47</a>  <em 
class="jxr_javadoccomment">     * &lt;/p&gt;</em>
+<a class="jxr_linenumber" name="L48" href="#L48">48</a>  <em 
class="jxr_javadoccomment">     *</em>
+<a class="jxr_linenumber" name="L49" href="#L49">49</a>  <em 
class="jxr_javadoccomment">     * @return the stream of arguments</em>
+<a class="jxr_linenumber" name="L50" href="#L50">50</a>  <em 
class="jxr_javadoccomment">     */</em>
+<a class="jxr_linenumber" name="L51" href="#L51">51</a>      <strong 
class="jxr_keyword">static</strong> Stream&lt;Arguments&gt; 
duplicateHeaderAllowsMissingColumnsNamesData() {
+<a class="jxr_linenumber" name="L52" href="#L52">52</a>          <strong 
class="jxr_keyword">return</strong> duplicateHeaderData()
+<a class="jxr_linenumber" name="L53" href="#L53">53</a>              
.filter(arg -&gt; Boolean.TRUE.equals(arg.get()[1]) &amp;&amp; 
Boolean.FALSE.equals(arg.get()[2]))
+<a class="jxr_linenumber" name="L54" href="#L54">54</a>              
.flatMap(arg -&gt; {
+<a class="jxr_linenumber" name="L55" href="#L55">55</a>                  <em 
class="jxr_comment">// Return test case with flags as all true/false 
combinations</em>
+<a class="jxr_linenumber" name="L56" href="#L56">56</a>                  
<strong class="jxr_keyword">final</strong> Object[][] data = <strong 
class="jxr_keyword">new</strong> Object[4][];
+<a class="jxr_linenumber" name="L57" href="#L57">57</a>                  
<strong class="jxr_keyword">final</strong> Boolean[] flags = {Boolean.TRUE, 
Boolean.FALSE};
+<a class="jxr_linenumber" name="L58" href="#L58">58</a>                  
<strong class="jxr_keyword">int</strong> i = 0;
+<a class="jxr_linenumber" name="L59" href="#L59">59</a>                  
<strong class="jxr_keyword">for</strong> (<strong 
class="jxr_keyword">final</strong> Boolean a : flags) {
+<a class="jxr_linenumber" name="L60" href="#L60">60</a>                      
<strong class="jxr_keyword">for</strong> (<strong 
class="jxr_keyword">final</strong> Boolean b : flags) {
+<a class="jxr_linenumber" name="L61" href="#L61">61</a>                        
  data[i] = arg.get().clone();
+<a class="jxr_linenumber" name="L62" href="#L62">62</a>                        
  data[i][1] = a;
+<a class="jxr_linenumber" name="L63" href="#L63">63</a>                        
  data[i][2] = b;
+<a class="jxr_linenumber" name="L64" href="#L64">64</a>                        
  i++;
+<a class="jxr_linenumber" name="L65" href="#L65">65</a>                      }
+<a class="jxr_linenumber" name="L66" href="#L66">66</a>                  }
+<a class="jxr_linenumber" name="L67" href="#L67">67</a>                  
<strong class="jxr_keyword">return</strong> 
Arrays.stream(data).map(Arguments::of);
+<a class="jxr_linenumber" name="L68" href="#L68">68</a>              });
+<a class="jxr_linenumber" name="L69" href="#L69">69</a>      }
+<a class="jxr_linenumber" name="L70" href="#L70">70</a>  
+<a class="jxr_linenumber" name="L71" href="#L71">71</a>      <em 
class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L72" href="#L72">72</a>  <em 
class="jxr_javadoccomment">     * Return test cases for duplicate header data 
for use in parsing (CSVParser). Uses the order:</em>
+<a class="jxr_linenumber" name="L73" href="#L73">73</a>  <em 
class="jxr_javadoccomment">     * &lt;pre&gt;</em>
+<a class="jxr_linenumber" name="L74" href="#L74">74</a>  <em 
class="jxr_javadoccomment">     * DuplicateHeaderMode duplicateHeaderMode</em>
+<a class="jxr_linenumber" name="L75" href="#L75">75</a>  <em 
class="jxr_javadoccomment">     * boolean allowMissingColumnNames</em>
+<a class="jxr_linenumber" name="L76" href="#L76">76</a>  <em 
class="jxr_javadoccomment">     * String[] headers</em>
+<a class="jxr_linenumber" name="L77" href="#L77">77</a>  <em 
class="jxr_javadoccomment">     * boolean valid</em>
+<a class="jxr_linenumber" name="L78" href="#L78">78</a>  <em 
class="jxr_javadoccomment">     * &lt;/pre&gt;</em>
+<a class="jxr_linenumber" name="L79" href="#L79">79</a>  <em 
class="jxr_javadoccomment">     *</em>
+<a class="jxr_linenumber" name="L80" href="#L80">80</a>  <em 
class="jxr_javadoccomment">     * @return the stream of arguments</em>
+<a class="jxr_linenumber" name="L81" href="#L81">81</a>  <em 
class="jxr_javadoccomment">     */</em>
+<a class="jxr_linenumber" name="L82" href="#L82">82</a>      <strong 
class="jxr_keyword">static</strong> Stream&lt;Arguments&gt; 
duplicateHeaderData() {
+<a class="jxr_linenumber" name="L83" href="#L83">83</a>          <strong 
class="jxr_keyword">return</strong> Stream.of(
+<a class="jxr_linenumber" name="L84" href="#L84">84</a>              <em 
class="jxr_comment">// Any combination with a valid header</em>
+<a class="jxr_linenumber" name="L85" href="#L85">85</a>              
Arguments.of(DuplicateHeaderMode.DISALLOW,    false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"B"</span>}, <strong 
class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L86" href="#L86">86</a>              
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"B"</span>}, <strong 
class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L87" href="#L87">87</a>              
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"B"</span>}, <strong 
class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L88" href="#L88">88</a>              
Arguments.of(DuplicateHeaderMode.DISALLOW,    <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"B"</span>}, <strong 
class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L89" href="#L89">89</a>              
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"B"</span>}, <strong 
class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L90" href="#L90">90</a>              
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"B"</span>}, <strong 
class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L91" href="#L91">91</a>  
+<a class="jxr_linenumber" name="L92" href="#L92">92</a>              <em 
class="jxr_comment">// Any combination with a valid header including empty</em>
+<a class="jxr_linenumber" name="L93" href="#L93">93</a>              
Arguments.of(DuplicateHeaderMode.DISALLOW,    false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">""</span>}, false),
+<a class="jxr_linenumber" name="L94" href="#L94">94</a>              
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">""</span>}, false),
+<a class="jxr_linenumber" name="L95" href="#L95">95</a>              
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">""</span>}, false),
+<a class="jxr_linenumber" name="L96" href="#L96">96</a>              
Arguments.of(DuplicateHeaderMode.DISALLOW,    <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">""</span>}, <strong class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L97" href="#L97">97</a>              
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">""</span>}, <strong class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L98" href="#L98">98</a>              
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">""</span>}, <strong class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L99" href="#L99">99</a>  
+<a class="jxr_linenumber" name="L100" href="#L100">100</a>             <em 
class="jxr_comment">// Any combination with a valid header including blank (1 
space)</em>
+<a class="jxr_linenumber" name="L101" href="#L101">101</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">" "</span>}, false),
+<a class="jxr_linenumber" name="L102" href="#L102">102</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">" "</span>}, false),
+<a class="jxr_linenumber" name="L103" href="#L103">103</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">" "</span>}, false),
+<a class="jxr_linenumber" name="L104" href="#L104">104</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">" "</span>}, <strong 
class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L105" href="#L105">105</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">" "</span>}, <strong 
class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L106" href="#L106">106</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">" "</span>}, <strong 
class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L107" href="#L107">107</a> 
+<a class="jxr_linenumber" name="L108" href="#L108">108</a>             <em 
class="jxr_comment">// Any combination with a valid header including null</em>
+<a class="jxr_linenumber" name="L109" href="#L109">109</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<strong class="jxr_keyword">null</strong>}, false),
+<a class="jxr_linenumber" name="L110" href="#L110">110</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<strong class="jxr_keyword">null</strong>}, false),
+<a class="jxr_linenumber" name="L111" href="#L111">111</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<strong class="jxr_keyword">null</strong>}, false),
+<a class="jxr_linenumber" name="L112" href="#L112">112</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<strong class="jxr_keyword">null</strong>}, <strong 
class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L113" href="#L113">113</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<strong class="jxr_keyword">null</strong>}, <strong 
class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L114" href="#L114">114</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<strong class="jxr_keyword">null</strong>}, <strong 
class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L115" href="#L115">115</a> 
+<a class="jxr_linenumber" name="L116" href="#L116">116</a>             <em 
class="jxr_comment">// Duplicate non-empty names</em>
+<a class="jxr_linenumber" name="L117" href="#L117">117</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"A"</span>}, false),
+<a class="jxr_linenumber" name="L118" href="#L118">118</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"A"</span>}, false),
+<a class="jxr_linenumber" name="L119" href="#L119">119</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"A"</span>}, <strong 
class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L120" href="#L120">120</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"A"</span>}, false),
+<a class="jxr_linenumber" name="L121" href="#L121">121</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"A"</span>}, false),
+<a class="jxr_linenumber" name="L122" href="#L122">122</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"A"</span>}, <strong 
class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L123" href="#L123">123</a> 
+<a class="jxr_linenumber" name="L124" href="#L124">124</a>             <em 
class="jxr_comment">// Duplicate empty names</em>
+<a class="jxr_linenumber" name="L125" href="#L125">125</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">""</span>, 
<span class="jxr_string">""</span>}, false),
+<a class="jxr_linenumber" name="L126" href="#L126">126</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">""</span>, 
<span class="jxr_string">""</span>}, false),
+<a class="jxr_linenumber" name="L127" href="#L127">127</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">""</span>, 
<span class="jxr_string">""</span>}, false),
+<a class="jxr_linenumber" name="L128" href="#L128">128</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">""</span>, 
<span class="jxr_string">""</span>}, false),
+<a class="jxr_linenumber" name="L129" href="#L129">129</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">""</span>, 
<span class="jxr_string">""</span>}, <strong class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L130" href="#L130">130</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">""</span>, 
<span class="jxr_string">""</span>}, <strong class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L131" href="#L131">131</a> 
+<a class="jxr_linenumber" name="L132" href="#L132">132</a>             <em 
class="jxr_comment">// Duplicate blank names (1 space)</em>
+<a class="jxr_linenumber" name="L133" href="#L133">133</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">" "</span>, 
<span class="jxr_string">" "</span>}, false),
+<a class="jxr_linenumber" name="L134" href="#L134">134</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">" "</span>, 
<span class="jxr_string">" "</span>}, false),
+<a class="jxr_linenumber" name="L135" href="#L135">135</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">" "</span>, 
<span class="jxr_string">" "</span>}, false),
+<a class="jxr_linenumber" name="L136" href="#L136">136</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">" "</span>, 
<span class="jxr_string">" "</span>}, false),
+<a class="jxr_linenumber" name="L137" href="#L137">137</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">" "</span>, 
<span class="jxr_string">" "</span>}, <strong 
class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L138" href="#L138">138</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">" "</span>, 
<span class="jxr_string">" "</span>}, <strong 
class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L139" href="#L139">139</a> 
+<a class="jxr_linenumber" name="L140" href="#L140">140</a>             <em 
class="jxr_comment">// Duplicate blank names (3 spaces)</em>
+<a class="jxr_linenumber" name="L141" href="#L141">141</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"   
"</span>, <span class="jxr_string">"   "</span>}, false),
+<a class="jxr_linenumber" name="L142" href="#L142">142</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"   
"</span>, <span class="jxr_string">"   "</span>}, false),
+<a class="jxr_linenumber" name="L143" href="#L143">143</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"   
"</span>, <span class="jxr_string">"   "</span>}, false),
+<a class="jxr_linenumber" name="L144" href="#L144">144</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"   
"</span>, <span class="jxr_string">"   "</span>}, false),
+<a class="jxr_linenumber" name="L145" href="#L145">145</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"   
"</span>, <span class="jxr_string">"   "</span>}, <strong 
class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L146" href="#L146">146</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"   
"</span>, <span class="jxr_string">"   "</span>}, <strong 
class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L147" href="#L147">147</a> 
+<a class="jxr_linenumber" name="L148" href="#L148">148</a>             <em 
class="jxr_comment">// Duplicate null names</em>
+<a class="jxr_linenumber" name="L149" href="#L149">149</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    false, false, <strong 
class="jxr_keyword">new</strong> String[] {<strong 
class="jxr_keyword">null</strong>, <strong class="jxr_keyword">null</strong>}, 
false),
+<a class="jxr_linenumber" name="L150" href="#L150">150</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, false, false, <strong 
class="jxr_keyword">new</strong> String[] {<strong 
class="jxr_keyword">null</strong>, <strong class="jxr_keyword">null</strong>}, 
false),
+<a class="jxr_linenumber" name="L151" href="#L151">151</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   false, false, <strong 
class="jxr_keyword">new</strong> String[] {<strong 
class="jxr_keyword">null</strong>, <strong class="jxr_keyword">null</strong>}, 
false),
+<a class="jxr_linenumber" name="L152" href="#L152">152</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<strong 
class="jxr_keyword">null</strong>, <strong class="jxr_keyword">null</strong>}, 
false),
+<a class="jxr_linenumber" name="L153" href="#L153">153</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<strong 
class="jxr_keyword">null</strong>, <strong class="jxr_keyword">null</strong>}, 
<strong class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L154" href="#L154">154</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<strong 
class="jxr_keyword">null</strong>, <strong class="jxr_keyword">null</strong>}, 
<strong class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L155" href="#L155">155</a> 
+<a class="jxr_linenumber" name="L156" href="#L156">156</a>             <em 
class="jxr_comment">// Duplicate blank names (1+3 spaces)</em>
+<a class="jxr_linenumber" name="L157" href="#L157">157</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">" "</span>, 
<span class="jxr_string">"   "</span>}, false),
+<a class="jxr_linenumber" name="L158" href="#L158">158</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">" "</span>, 
<span class="jxr_string">"   "</span>}, false),
+<a class="jxr_linenumber" name="L159" href="#L159">159</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">" "</span>, 
<span class="jxr_string">"   "</span>}, false),
+<a class="jxr_linenumber" name="L160" href="#L160">160</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">" "</span>, 
<span class="jxr_string">"   "</span>}, false),
+<a class="jxr_linenumber" name="L161" href="#L161">161</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">" "</span>, 
<span class="jxr_string">"   "</span>}, <strong 
class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L162" href="#L162">162</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">" "</span>, 
<span class="jxr_string">"   "</span>}, <strong 
class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L163" href="#L163">163</a> 
+<a class="jxr_linenumber" name="L164" href="#L164">164</a>             <em 
class="jxr_comment">// Duplicate blank names and null names</em>
+<a class="jxr_linenumber" name="L165" href="#L165">165</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">" "</span>, 
<strong class="jxr_keyword">null</strong>}, false),
+<a class="jxr_linenumber" name="L166" href="#L166">166</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">" "</span>, 
<strong class="jxr_keyword">null</strong>}, false),
+<a class="jxr_linenumber" name="L167" href="#L167">167</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">" "</span>, 
<strong class="jxr_keyword">null</strong>}, false),
+<a class="jxr_linenumber" name="L168" href="#L168">168</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">" "</span>, 
<strong class="jxr_keyword">null</strong>}, false),
+<a class="jxr_linenumber" name="L169" href="#L169">169</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">" "</span>, 
<strong class="jxr_keyword">null</strong>}, <strong 
class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L170" href="#L170">170</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">" "</span>, 
<strong class="jxr_keyword">null</strong>}, <strong 
class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L171" href="#L171">171</a> 
+<a class="jxr_linenumber" name="L172" href="#L172">172</a>             <em 
class="jxr_comment">// Duplicate non-empty and empty names</em>
+<a class="jxr_linenumber" name="L173" href="#L173">173</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"A"</span>, <span class="jxr_string">""</span>, <span 
class="jxr_string">""</span>}, false),
+<a class="jxr_linenumber" name="L174" href="#L174">174</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"A"</span>, <span class="jxr_string">""</span>, <span 
class="jxr_string">""</span>}, false),
+<a class="jxr_linenumber" name="L175" href="#L175">175</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"A"</span>, <span class="jxr_string">""</span>, <span 
class="jxr_string">""</span>}, false),
+<a class="jxr_linenumber" name="L176" href="#L176">176</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"A"</span>, <span class="jxr_string">""</span>, <span 
class="jxr_string">""</span>}, false),
+<a class="jxr_linenumber" name="L177" href="#L177">177</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"A"</span>, <span class="jxr_string">""</span>, <span 
class="jxr_string">""</span>}, false),
+<a class="jxr_linenumber" name="L178" href="#L178">178</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"A"</span>, <span class="jxr_string">""</span>, <span 
class="jxr_string">""</span>}, <strong class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L179" href="#L179">179</a> 
+<a class="jxr_linenumber" name="L180" href="#L180">180</a>             <em 
class="jxr_comment">// Non-duplicate non-empty and duplicate empty names</em>
+<a class="jxr_linenumber" name="L181" href="#L181">181</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"B"</span>, <span class="jxr_string">""</span>, <span 
class="jxr_string">""</span>}, false),
+<a class="jxr_linenumber" name="L182" href="#L182">182</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"B"</span>, <span class="jxr_string">""</span>, <span 
class="jxr_string">""</span>}, false),
+<a class="jxr_linenumber" name="L183" href="#L183">183</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"B"</span>, <span class="jxr_string">""</span>, <span 
class="jxr_string">""</span>}, false),
+<a class="jxr_linenumber" name="L184" href="#L184">184</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"B"</span>, <span class="jxr_string">""</span>, <span 
class="jxr_string">""</span>}, false),
+<a class="jxr_linenumber" name="L185" href="#L185">185</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"B"</span>, <span class="jxr_string">""</span>, <span 
class="jxr_string">""</span>}, <strong class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L186" href="#L186">186</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"B"</span>, <span class="jxr_string">""</span>, <span 
class="jxr_string">""</span>}, <strong class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L187" href="#L187">187</a> 
+<a class="jxr_linenumber" name="L188" href="#L188">188</a>             <em 
class="jxr_comment">// Duplicate non-empty and blank names</em>
+<a class="jxr_linenumber" name="L189" href="#L189">189</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"A"</span>, <span class="jxr_string">" "</span>, <span 
class="jxr_string">" "</span>}, false),
+<a class="jxr_linenumber" name="L190" href="#L190">190</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"A"</span>, <span class="jxr_string">" "</span>, <span 
class="jxr_string">" "</span>}, false),
+<a class="jxr_linenumber" name="L191" href="#L191">191</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"A"</span>, <span class="jxr_string">" "</span>, <span 
class="jxr_string">" "</span>}, false),
+<a class="jxr_linenumber" name="L192" href="#L192">192</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"A"</span>, <span class="jxr_string">" "</span>, <span 
class="jxr_string">" "</span>}, false),
+<a class="jxr_linenumber" name="L193" href="#L193">193</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"A"</span>, <span class="jxr_string">" "</span>, <span 
class="jxr_string">" "</span>}, false),
+<a class="jxr_linenumber" name="L194" href="#L194">194</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"A"</span>, <span class="jxr_string">" "</span>, <span 
class="jxr_string">" "</span>}, <strong class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L195" href="#L195">195</a> 
+<a class="jxr_linenumber" name="L196" href="#L196">196</a>             <em 
class="jxr_comment">// Duplicate non-empty and null names</em>
+<a class="jxr_linenumber" name="L197" href="#L197">197</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"A"</span>, <strong class="jxr_keyword">null</strong>, 
<strong class="jxr_keyword">null</strong>}, false),
+<a class="jxr_linenumber" name="L198" href="#L198">198</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"A"</span>, <strong class="jxr_keyword">null</strong>, 
<strong class="jxr_keyword">null</strong>}, false),
+<a class="jxr_linenumber" name="L199" href="#L199">199</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"A"</span>, <strong class="jxr_keyword">null</strong>, 
<strong class="jxr_keyword">null</strong>}, false),
+<a class="jxr_linenumber" name="L200" href="#L200">200</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"A"</span>, <strong class="jxr_keyword">null</strong>, 
<strong class="jxr_keyword">null</strong>}, false),
+<a class="jxr_linenumber" name="L201" href="#L201">201</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"A"</span>, <strong class="jxr_keyword">null</strong>, 
<strong class="jxr_keyword">null</strong>}, false),
+<a class="jxr_linenumber" name="L202" href="#L202">202</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">"A"</span>, <strong class="jxr_keyword">null</strong>, 
<strong class="jxr_keyword">null</strong>}, <strong 
class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L203" href="#L203">203</a> 
+<a class="jxr_linenumber" name="L204" href="#L204">204</a>             <em 
class="jxr_comment">// Duplicate blank names</em>
+<a class="jxr_linenumber" name="L205" href="#L205">205</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">""</span>, <span class="jxr_string">""</span>}, false),
+<a class="jxr_linenumber" name="L206" href="#L206">206</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">""</span>, <span class="jxr_string">""</span>}, false),
+<a class="jxr_linenumber" name="L207" href="#L207">207</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">""</span>, <span class="jxr_string">""</span>}, false),
+<a class="jxr_linenumber" name="L208" href="#L208">208</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">""</span>, <span class="jxr_string">""</span>}, false),
+<a class="jxr_linenumber" name="L209" href="#L209">209</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">""</span>, <span class="jxr_string">""</span>}, 
<strong class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L210" href="#L210">210</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">""</span>, <span class="jxr_string">""</span>}, 
<strong class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L211" href="#L211">211</a> 
+<a class="jxr_linenumber" name="L212" href="#L212">212</a>             <em 
class="jxr_comment">// Duplicate null names</em>
+<a class="jxr_linenumber" name="L213" href="#L213">213</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<strong class="jxr_keyword">null</strong>, <strong 
class="jxr_keyword">null</strong>}, false),
+<a class="jxr_linenumber" name="L214" href="#L214">214</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<strong class="jxr_keyword">null</strong>, <strong 
class="jxr_keyword">null</strong>}, false),
+<a class="jxr_linenumber" name="L215" href="#L215">215</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<strong class="jxr_keyword">null</strong>, <strong 
class="jxr_keyword">null</strong>}, false),
+<a class="jxr_linenumber" name="L216" href="#L216">216</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<strong class="jxr_keyword">null</strong>, <strong 
class="jxr_keyword">null</strong>}, false),
+<a class="jxr_linenumber" name="L217" href="#L217">217</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<strong class="jxr_keyword">null</strong>, <strong 
class="jxr_keyword">null</strong>}, <strong class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L218" href="#L218">218</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<strong class="jxr_keyword">null</strong>, <strong 
class="jxr_keyword">null</strong>}, <strong class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L219" href="#L219">219</a> 
+<a class="jxr_linenumber" name="L220" href="#L220">220</a>             <em 
class="jxr_comment">// Duplicate blank names (1+3 spaces)</em>
+<a class="jxr_linenumber" name="L221" href="#L221">221</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">" "</span>, <span class="jxr_string">"   "</span>}, 
false),
+<a class="jxr_linenumber" name="L222" href="#L222">222</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">" "</span>, <span class="jxr_string">"   "</span>}, 
false),
+<a class="jxr_linenumber" name="L223" href="#L223">223</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   false, false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">" "</span>, <span class="jxr_string">"   "</span>}, 
false),
+<a class="jxr_linenumber" name="L224" href="#L224">224</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">" "</span>, <span class="jxr_string">"   "</span>}, 
false),
+<a class="jxr_linenumber" name="L225" href="#L225">225</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">" "</span>, <span class="jxr_string">"   "</span>}, 
<strong class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L226" href="#L226">226</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   <strong 
class="jxr_keyword">true</strong>,  false, <strong 
class="jxr_keyword">new</strong> String[] {<span class="jxr_string">"A"</span>, 
<span class="jxr_string">" "</span>, <span class="jxr_string">"   "</span>}, 
<strong class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L227" href="#L227">227</a> 
+<a class="jxr_linenumber" name="L228" href="#L228">228</a>             <em 
class="jxr_comment">// Duplicate names (case insensitive)</em>
+<a class="jxr_linenumber" name="L229" href="#L229">229</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    false, <strong 
class="jxr_keyword">true</strong> , <strong class="jxr_keyword">new</strong> 
String[] {<span class="jxr_string">"A"</span>, <span 
class="jxr_string">"a"</span>}, false),
+<a class="jxr_linenumber" name="L230" href="#L230">230</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, false, <strong 
class="jxr_keyword">true</strong> , <strong class="jxr_keyword">new</strong> 
String[] {<span class="jxr_string">"A"</span>, <span 
class="jxr_string">"a"</span>}, false),
+<a class="jxr_linenumber" name="L231" href="#L231">231</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   false, <strong 
class="jxr_keyword">true</strong> , <strong class="jxr_keyword">new</strong> 
String[] {<span class="jxr_string">"A"</span>, <span 
class="jxr_string">"a"</span>}, <strong class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L232" href="#L232">232</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    <strong 
class="jxr_keyword">true</strong>,  <strong class="jxr_keyword">true</strong> , 
<strong class="jxr_keyword">new</strong> String[] {<span 
class="jxr_string">"A"</span>, <span class="jxr_string">"a"</span>}, false),
+<a class="jxr_linenumber" name="L233" href="#L233">233</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, <strong 
class="jxr_keyword">true</strong>,  <strong class="jxr_keyword">true</strong> , 
<strong class="jxr_keyword">new</strong> String[] {<span 
class="jxr_string">"A"</span>, <span class="jxr_string">"a"</span>}, false),
+<a class="jxr_linenumber" name="L234" href="#L234">234</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   <strong 
class="jxr_keyword">true</strong>,  <strong class="jxr_keyword">true</strong> , 
<strong class="jxr_keyword">new</strong> String[] {<span 
class="jxr_string">"A"</span>, <span class="jxr_string">"a"</span>}, <strong 
class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L235" href="#L235">235</a> 
+<a class="jxr_linenumber" name="L236" href="#L236">236</a>             <em 
class="jxr_comment">// Duplicate non-empty (case insensitive) and empty 
names</em>
+<a class="jxr_linenumber" name="L237" href="#L237">237</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    false, <strong 
class="jxr_keyword">true</strong>, <strong class="jxr_keyword">new</strong> 
String[] {<span class="jxr_string">"A"</span>, <span 
class="jxr_string">"a"</span>, <span class="jxr_string">""</span>, <span 
class="jxr_string">""</span>}, false),
+<a class="jxr_linenumber" name="L238" href="#L238">238</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, false, <strong 
class="jxr_keyword">true</strong>, <strong class="jxr_keyword">new</strong> 
String[] {<span class="jxr_string">"A"</span>, <span 
class="jxr_string">"a"</span>, <span class="jxr_string">""</span>, <span 
class="jxr_string">""</span>}, false),
+<a class="jxr_linenumber" name="L239" href="#L239">239</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   false, <strong 
class="jxr_keyword">true</strong>, <strong class="jxr_keyword">new</strong> 
String[] {<span class="jxr_string">"A"</span>, <span 
class="jxr_string">"a"</span>, <span class="jxr_string">""</span>, <span 
class="jxr_string">""</span>}, false),
+<a class="jxr_linenumber" name="L240" href="#L240">240</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    <strong 
class="jxr_keyword">true</strong>,  <strong class="jxr_keyword">true</strong>, 
<strong class="jxr_keyword">new</strong> String[] {<span 
class="jxr_string">"A"</span>, <span class="jxr_string">"a"</span>, <span 
class="jxr_string">""</span>, <span class="jxr_string">""</span>}, false),
+<a class="jxr_linenumber" name="L241" href="#L241">241</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, <strong 
class="jxr_keyword">true</strong>,  <strong class="jxr_keyword">true</strong>, 
<strong class="jxr_keyword">new</strong> String[] {<span 
class="jxr_string">"A"</span>, <span class="jxr_string">"a"</span>, <span 
class="jxr_string">""</span>, <span class="jxr_string">""</span>}, false),
+<a class="jxr_linenumber" name="L242" href="#L242">242</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   <strong 
class="jxr_keyword">true</strong>,  <strong class="jxr_keyword">true</strong>, 
<strong class="jxr_keyword">new</strong> String[] {<span 
class="jxr_string">"A"</span>, <span class="jxr_string">"a"</span>, <span 
class="jxr_string">""</span>, <span class="jxr_string">""</span>}, <strong 
class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L243" href="#L243">243</a> 
+<a class="jxr_linenumber" name="L244" href="#L244">244</a>             <em 
class="jxr_comment">// Duplicate non-empty (case insensitive) and blank 
names</em>
+<a class="jxr_linenumber" name="L245" href="#L245">245</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    false, <strong 
class="jxr_keyword">true</strong>, <strong class="jxr_keyword">new</strong> 
String[] {<span class="jxr_string">"A"</span>, <span 
class="jxr_string">"a"</span>, <span class="jxr_string">" "</span>, <span 
class="jxr_string">" "</span>}, false),
+<a class="jxr_linenumber" name="L246" href="#L246">246</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, false, <strong 
class="jxr_keyword">true</strong>, <strong class="jxr_keyword">new</strong> 
String[] {<span class="jxr_string">"A"</span>, <span 
class="jxr_string">"a"</span>, <span class="jxr_string">" "</span>, <span 
class="jxr_string">" "</span>}, false),
+<a class="jxr_linenumber" name="L247" href="#L247">247</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   false, <strong 
class="jxr_keyword">true</strong>, <strong class="jxr_keyword">new</strong> 
String[] {<span class="jxr_string">"A"</span>, <span 
class="jxr_string">"a"</span>, <span class="jxr_string">" "</span>, <span 
class="jxr_string">" "</span>}, false),
+<a class="jxr_linenumber" name="L248" href="#L248">248</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    <strong 
class="jxr_keyword">true</strong>,  <strong class="jxr_keyword">true</strong>, 
<strong class="jxr_keyword">new</strong> String[] {<span 
class="jxr_string">"A"</span>, <span class="jxr_string">"a"</span>, <span 
class="jxr_string">" "</span>, <span class="jxr_string">" "</span>}, false),
+<a class="jxr_linenumber" name="L249" href="#L249">249</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, <strong 
class="jxr_keyword">true</strong>,  <strong class="jxr_keyword">true</strong>, 
<strong class="jxr_keyword">new</strong> String[] {<span 
class="jxr_string">"A"</span>, <span class="jxr_string">"a"</span>, <span 
class="jxr_string">" "</span>, <span class="jxr_string">" "</span>}, false),
+<a class="jxr_linenumber" name="L250" href="#L250">250</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   <strong 
class="jxr_keyword">true</strong>,  <strong class="jxr_keyword">true</strong>, 
<strong class="jxr_keyword">new</strong> String[] {<span 
class="jxr_string">"A"</span>, <span class="jxr_string">"a"</span>, <span 
class="jxr_string">" "</span>, <span class="jxr_string">" "</span>}, <strong 
class="jxr_keyword">true</strong>),
+<a class="jxr_linenumber" name="L251" href="#L251">251</a> 
+<a class="jxr_linenumber" name="L252" href="#L252">252</a>             <em 
class="jxr_comment">// Duplicate non-empty (case insensitive) and null 
names</em>
+<a class="jxr_linenumber" name="L253" href="#L253">253</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    false, <strong 
class="jxr_keyword">true</strong>, <strong class="jxr_keyword">new</strong> 
String[] {<span class="jxr_string">"A"</span>, <span 
class="jxr_string">"a"</span>, <strong class="jxr_keyword">null</strong>, 
<strong class="jxr_keyword">null</strong>}, false),
+<a class="jxr_linenumber" name="L254" href="#L254">254</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, false, <strong 
class="jxr_keyword">true</strong>, <strong class="jxr_keyword">new</strong> 
String[] {<span class="jxr_string">"A"</span>, <span 
class="jxr_string">"a"</span>, <strong class="jxr_keyword">null</strong>, 
<strong class="jxr_keyword">null</strong>}, false),
+<a class="jxr_linenumber" name="L255" href="#L255">255</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   false, <strong 
class="jxr_keyword">true</strong>, <strong class="jxr_keyword">new</strong> 
String[] {<span class="jxr_string">"A"</span>, <span 
class="jxr_string">"a"</span>, <strong class="jxr_keyword">null</strong>, 
<strong class="jxr_keyword">null</strong>}, false),
+<a class="jxr_linenumber" name="L256" href="#L256">256</a>             
Arguments.of(DuplicateHeaderMode.DISALLOW,    <strong 
class="jxr_keyword">true</strong>,  <strong class="jxr_keyword">true</strong>, 
<strong class="jxr_keyword">new</strong> String[] {<span 
class="jxr_string">"A"</span>, <span class="jxr_string">"a"</span>, <strong 
class="jxr_keyword">null</strong>, <strong class="jxr_keyword">null</strong>}, 
false),
+<a class="jxr_linenumber" name="L257" href="#L257">257</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_EMPTY, <strong 
class="jxr_keyword">true</strong>,  <strong class="jxr_keyword">true</strong>, 
<strong class="jxr_keyword">new</strong> String[] {<span 
class="jxr_string">"A"</span>, <span class="jxr_string">"a"</span>, <strong 
class="jxr_keyword">null</strong>, <strong class="jxr_keyword">null</strong>}, 
false),
+<a class="jxr_linenumber" name="L258" href="#L258">258</a>             
Arguments.of(DuplicateHeaderMode.ALLOW_ALL,   <strong 
class="jxr_keyword">true</strong>,  <strong class="jxr_keyword">true</strong>, 
<strong class="jxr_keyword">new</strong> String[] {<span 
class="jxr_string">"A"</span>, <span class="jxr_string">"a"</span>, <strong 
class="jxr_keyword">null</strong>, <strong class="jxr_keyword">null</strong>}, 
<strong class="jxr_keyword">true</strong>)
+<a class="jxr_linenumber" name="L259" href="#L259">259</a>         );
+<a class="jxr_linenumber" name="L260" href="#L260">260</a>     }
+<a class="jxr_linenumber" name="L261" href="#L261">261</a> 
+<a class="jxr_linenumber" name="L262" href="#L262">262</a>     <em 
class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L263" href="#L263">263</a> <em 
class="jxr_javadoccomment">     * Tests duplicate headers with the 
CSVFormat.</em>
+<a class="jxr_linenumber" name="L264" href="#L264">264</a> <em 
class="jxr_javadoccomment">     *</em>
+<a class="jxr_linenumber" name="L265" href="#L265">265</a> <em 
class="jxr_javadoccomment">     * @param duplicateHeaderMode the duplicate 
header mode</em>
+<a class="jxr_linenumber" name="L266" href="#L266">266</a> <em 
class="jxr_javadoccomment">     * @param allowMissingColumnNames the allow 
missing column names flag (only used for parsing)</em>
+<a class="jxr_linenumber" name="L267" href="#L267">267</a> <em 
class="jxr_javadoccomment">     * @param ignoreHeaderCase the ignore header 
case flag (only used for parsing)</em>
+<a class="jxr_linenumber" name="L268" href="#L268">268</a> <em 
class="jxr_javadoccomment">     * @param headers the headers</em>
+<a class="jxr_linenumber" name="L269" href="#L269">269</a> <em 
class="jxr_javadoccomment">     * @param valid true if the settings are 
expected to be valid, otherwise expect a IllegalArgumentException</em>
+<a class="jxr_linenumber" name="L270" href="#L270">270</a> <em 
class="jxr_javadoccomment">     */</em>
+<a class="jxr_linenumber" name="L271" href="#L271">271</a>     
@ParameterizedTest
+<a class="jxr_linenumber" name="L272" href="#L272">272</a>     
@MethodSource(value = {<span 
class="jxr_string">"duplicateHeaderAllowsMissingColumnsNamesData"</span>})
+<a class="jxr_linenumber" name="L273" href="#L273">273</a>     <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
testCSVFormat(<strong class="jxr_keyword">final</strong> DuplicateHeaderMode 
duplicateHeaderMode,
+<a class="jxr_linenumber" name="L274" href="#L274">274</a>                     
          <strong class="jxr_keyword">final</strong> <strong 
class="jxr_keyword">boolean</strong> allowMissingColumnNames,
+<a class="jxr_linenumber" name="L275" href="#L275">275</a>                     
          <strong class="jxr_keyword">final</strong> <strong 
class="jxr_keyword">boolean</strong> ignoreHeaderCase,
+<a class="jxr_linenumber" name="L276" href="#L276">276</a>                     
          <strong class="jxr_keyword">final</strong> String[] headers,
+<a class="jxr_linenumber" name="L277" href="#L277">277</a>                     
          <strong class="jxr_keyword">final</strong> <strong 
class="jxr_keyword">boolean</strong> valid) {
+<a class="jxr_linenumber" name="L278" href="#L278">278</a>         <strong 
class="jxr_keyword">final</strong> CSVFormat.Builder builder =
+<a class="jxr_linenumber" name="L279" href="#L279">279</a>             
CSVFormat.DEFAULT.builder()
+<a class="jxr_linenumber" name="L280" href="#L280">280</a>                     
         .setDuplicateHeaderMode(duplicateHeaderMode)
+<a class="jxr_linenumber" name="L281" href="#L281">281</a>                     
         .setAllowMissingColumnNames(allowMissingColumnNames)
+<a class="jxr_linenumber" name="L282" href="#L282">282</a>                     
         .setIgnoreHeaderCase(ignoreHeaderCase)
+<a class="jxr_linenumber" name="L283" href="#L283">283</a>                     
         .setHeader(headers);
+<a class="jxr_linenumber" name="L284" href="#L284">284</a>         <strong 
class="jxr_keyword">if</strong> (valid) {
+<a class="jxr_linenumber" name="L285" href="#L285">285</a>             <strong 
class="jxr_keyword">final</strong> CSVFormat format = builder.build();
+<a class="jxr_linenumber" name="L286" href="#L286">286</a>             
Assertions.assertEquals(duplicateHeaderMode, format.getDuplicateHeaderMode(), 
<span class="jxr_string">"DuplicateHeaderMode"</span>);
+<a class="jxr_linenumber" name="L287" href="#L287">287</a>             
Assertions.assertEquals(allowMissingColumnNames, 
format.getAllowMissingColumnNames(), <span 
class="jxr_string">"AllowMissingColumnNames"</span>);
+<a class="jxr_linenumber" name="L288" href="#L288">288</a>             
Assertions.assertArrayEquals(headers, format.getHeader(), <span 
class="jxr_string">"Header"</span>);
+<a class="jxr_linenumber" name="L289" href="#L289">289</a>         } <strong 
class="jxr_keyword">else</strong> {
+<a class="jxr_linenumber" name="L290" href="#L290">290</a>             
Assertions.assertThrows(IllegalArgumentException.<strong 
class="jxr_keyword">class</strong>, builder::build);
+<a class="jxr_linenumber" name="L291" href="#L291">291</a>         }
+<a class="jxr_linenumber" name="L292" href="#L292">292</a>     }
+<a class="jxr_linenumber" name="L293" href="#L293">293</a> 
+<a class="jxr_linenumber" name="L294" href="#L294">294</a>     <em 
class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L295" href="#L295">295</a> <em 
class="jxr_javadoccomment">     * Tests duplicate headers with the 
CSVParser.</em>
+<a class="jxr_linenumber" name="L296" href="#L296">296</a> <em 
class="jxr_javadoccomment">     *</em>
+<a class="jxr_linenumber" name="L297" href="#L297">297</a> <em 
class="jxr_javadoccomment">     * @param duplicateHeaderMode the duplicate 
header mode</em>
+<a class="jxr_linenumber" name="L298" href="#L298">298</a> <em 
class="jxr_javadoccomment">     * @param allowMissingColumnNames the allow 
missing column names flag (only used for parsing)</em>
+<a class="jxr_linenumber" name="L299" href="#L299">299</a> <em 
class="jxr_javadoccomment">     * @param ignoreHeaderCase the ignore header 
case flag (only used for parsing)</em>
+<a class="jxr_linenumber" name="L300" href="#L300">300</a> <em 
class="jxr_javadoccomment">     * @param headers the headers (joined with the 
CSVFormat delimiter to create a string input)</em>
+<a class="jxr_linenumber" name="L301" href="#L301">301</a> <em 
class="jxr_javadoccomment">     * @param valid true if the settings are 
expected to be valid, otherwise expect a IllegalArgumentException</em>
+<a class="jxr_linenumber" name="L302" href="#L302">302</a> <em 
class="jxr_javadoccomment">     * @throws IOException Signals that an I/O 
exception has occurred.</em>
+<a class="jxr_linenumber" name="L303" href="#L303">303</a> <em 
class="jxr_javadoccomment">     */</em>
+<a class="jxr_linenumber" name="L304" href="#L304">304</a>     
@ParameterizedTest
+<a class="jxr_linenumber" name="L305" href="#L305">305</a>     
@MethodSource(value = {<span class="jxr_string">"duplicateHeaderData"</span>})
+<a class="jxr_linenumber" name="L306" href="#L306">306</a>     <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
testCSVParser(<strong class="jxr_keyword">final</strong> DuplicateHeaderMode 
duplicateHeaderMode,
+<a class="jxr_linenumber" name="L307" href="#L307">307</a>                     
          <strong class="jxr_keyword">final</strong> <strong 
class="jxr_keyword">boolean</strong> allowMissingColumnNames,
+<a class="jxr_linenumber" name="L308" href="#L308">308</a>                     
          <strong class="jxr_keyword">final</strong> <strong 
class="jxr_keyword">boolean</strong> ignoreHeaderCase,
+<a class="jxr_linenumber" name="L309" href="#L309">309</a>                     
          <strong class="jxr_keyword">final</strong> String[] headers,
+<a class="jxr_linenumber" name="L310" href="#L310">310</a>                     
          <strong class="jxr_keyword">final</strong> <strong 
class="jxr_keyword">boolean</strong> valid) <strong 
class="jxr_keyword">throws</strong> IOException {
+<a class="jxr_linenumber" name="L311" href="#L311">311</a>         <strong 
class="jxr_keyword">final</strong> CSVFormat format =
+<a class="jxr_linenumber" name="L312" href="#L312">312</a>             
CSVFormat.DEFAULT.builder()
+<a class="jxr_linenumber" name="L313" href="#L313">313</a>                     
         .setDuplicateHeaderMode(duplicateHeaderMode)
+<a class="jxr_linenumber" name="L314" href="#L314">314</a>                     
         .setAllowMissingColumnNames(allowMissingColumnNames)
+<a class="jxr_linenumber" name="L315" href="#L315">315</a>                     
         .setIgnoreHeaderCase(ignoreHeaderCase)
+<a class="jxr_linenumber" name="L316" href="#L316">316</a>                     
         .setNullString(<span class="jxr_string">"NULL"</span>)
+<a class="jxr_linenumber" name="L317" href="#L317">317</a>                     
         .setHeader()
+<a class="jxr_linenumber" name="L318" href="#L318">318</a>                     
         .build();
+<a class="jxr_linenumber" name="L319" href="#L319">319</a>         <strong 
class="jxr_keyword">final</strong> String input = Arrays.stream(headers)
+<a class="jxr_linenumber" name="L320" href="#L320">320</a>                 
.map(s -&gt; s == <strong class="jxr_keyword">null</strong> ? 
format.getNullString() : s)
+<a class="jxr_linenumber" name="L321" href="#L321">321</a>                 
.collect(Collectors.joining(format.getDelimiterString()));
+<a class="jxr_linenumber" name="L322" href="#L322">322</a>         <strong 
class="jxr_keyword">if</strong> (valid) {
+<a class="jxr_linenumber" name="L323" href="#L323">323</a>             <strong 
class="jxr_keyword">try</strong>(CSVParser parser = CSVParser.parse(input, 
format)) {
+<a class="jxr_linenumber" name="L324" href="#L324">324</a>                 <em 
class="jxr_comment">// Parser ignores null headers</em>
+<a class="jxr_linenumber" name="L325" href="#L325">325</a>                 
<strong class="jxr_keyword">final</strong> List&lt;String&gt; expected =
+<a class="jxr_linenumber" name="L326" href="#L326">326</a>                     
Arrays.stream(headers)
+<a class="jxr_linenumber" name="L327" href="#L327">327</a>                     
      .filter(s -&gt; s != <strong class="jxr_keyword">null</strong>)
+<a class="jxr_linenumber" name="L328" href="#L328">328</a>                     
      .collect(Collectors.toList());
+<a class="jxr_linenumber" name="L329" href="#L329">329</a>                 
Assertions.assertEquals(expected, parser.getHeaderNames(), <span 
class="jxr_string">"HeaderNames"</span>);
+<a class="jxr_linenumber" name="L330" href="#L330">330</a>             }
+<a class="jxr_linenumber" name="L331" href="#L331">331</a>         } <strong 
class="jxr_keyword">else</strong> {
+<a class="jxr_linenumber" name="L332" href="#L332">332</a>             
Assertions.assertThrows(IllegalArgumentException.<strong 
class="jxr_keyword">class</strong>, () -&gt; CSVParser.parse(input, format));
+<a class="jxr_linenumber" name="L333" href="#L333">333</a>         }
+<a class="jxr_linenumber" name="L334" href="#L334">334</a>     }
+<a class="jxr_linenumber" name="L335" href="#L335">335</a> }
+</pre>
+<hr/>
+<div id="footer">Copyright &#169; 2005&#x2013;2023 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+</body>
+</html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-csv/xref-test/org/apache/commons/csv/CSVFileParserTest.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-csv/xref-test/org/apache/commons/csv/CSVFileParserTest.html
 (original)
+++ 
websites/production/commons/content/proper/commons-csv/xref-test/org/apache/commons/csv/CSVFileParserTest.html
 Thu Feb  2 12:12:49 2023
@@ -155,6 +155,6 @@
 <a class="jxr_linenumber" name="L147" href="#L147">147</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2005&#x2013;2021 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2005&#x2013;2023 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-csv/xref-test/org/apache/commons/csv/CSVFormatPredefinedTest.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-csv/xref-test/org/apache/commons/csv/CSVFormatPredefinedTest.html
 (original)
+++ 
websites/production/commons/content/proper/commons-csv/xref-test/org/apache/commons/csv/CSVFormatPredefinedTest.html
 Thu Feb  2 12:12:49 2023
@@ -91,6 +91,6 @@
 <a class="jxr_linenumber" name="L83" href="#L83">83</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2005&#x2013;2021 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2005&#x2013;2023 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file


Reply via email to