• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mybatis / generator / 2095

13 Mar 2026 07:14PM UTC coverage: 90.125% (+0.07%) from 90.056%
2095

push

github

web-flow
Merge pull request #1465 from mybatis/renovate/maven-3.x

Update dependency maven to v3.9.14

2362 of 3125 branches covered (75.58%)

11691 of 12972 relevant lines covered (90.12%)

0.9 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

80.0
/core/mybatis-generator-core/src/main/java/org/mybatis/generator/merge/java/JavaMergerFactory.java
1
/*
2
 *    Copyright 2006-2026 the original author or authors.
3
 *
4
 *    Licensed under the Apache License, Version 2.0 (the "License");
5
 *    you may not use this file except in compliance with the License.
6
 *    You may obtain a copy of the License at
7
 *
8
 *       https://www.apache.org/licenses/LICENSE-2.0
9
 *
10
 *    Unless required by applicable law or agreed to in writing, software
11
 *    distributed under the License is distributed on an "AS IS" BASIS,
12
 *    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
 *    See the License for the specific language governing permissions and
14
 *    limitations under the License.
15
 */
16
package org.mybatis.generator.merge.java;
17

18
public class JavaMergerFactory {
×
19
    public static JavaFileMerger getMerger(PrinterConfiguration printerConfiguration) {
20
        return new JavaFileMergerJavaParserImpl(printerConfiguration);
1✔
21
    }
22

23
    public enum PrinterConfiguration {
1✔
24
        ECLIPSE,
1✔
25
        LEXICAL_PRESERVING;
1✔
26
    }
27
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc