- 
    Bug 
- 
    Resolution: Fixed
- 
     P4 P4
- 
    8
- 
        b24
                    Address remaining usages of ‘a the’ in source code.
I used the following regular expressions to search:
• (?<!@param ?)\ba the\b
• (?<!@param ?)\ba an\b
• (?<!@param ?)\ban a\b
The most generic search: (?<!@param ?)\b(?:[Tt]he|[Aa]n?) (?:the|an?)\b
However, it produces lots of false positives: A a is commonly used in tests.
I used the following regular expressions to search:
• (?<!@param ?)\ba the\b
• (?<!@param ?)\ba an\b
• (?<!@param ?)\ban a\b
The most generic search: (?<!@param ?)\b(?:[Tt]he|[Aa]n?) (?:the|an?)\b
However, it produces lots of false positives: A a is commonly used in tests.
- relates to
- 
                    JDK-8284213 Replace usages of 'a the' in xml -           
- Resolved
 
-         
- 
                    JDK-8284189 Replace usages of 'a the' in java.desktop -           
- Resolved
 
-         
- 
                    JDK-8284191 Replace usages of 'a the' in hotspot and java.base -           
- Resolved
 
-         
 
        