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

mybatis / generator / 1950

15 Jan 2026 10:12PM UTC coverage: 88.976% (+0.06%) from 88.914%
1950

Pull #1416

github

web-flow
Merge 542424ec6 into e55778ad1
Pull Request #1416: Major Refactoring - IntrospectedTable No Longer Responsible for Code Generation, Plugins Potentially Impacted

2342 of 3166 branches covered (73.97%)

439 of 500 new or added lines in 26 files covered. (87.8%)

9 existing lines in 3 files now uncovered.

11582 of 13017 relevant lines covered (88.98%)

0.89 hits per line

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

0.0
/core/mybatis-generator-core/src/main/java/org/mybatis/generator/api/VerboseProgressCallback.java
1
/*
2
 *    Copyright 2006-2025 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.api;
17

18
/**
19
 * A slightly more verbose progress callback.
20
 *
21
 * @author Jeff Butler
22
 */
23
public class VerboseProgressCallback implements ProgressCallback {
24

25
    public VerboseProgressCallback() {
UNCOV
26
        super();
×
UNCOV
27
    }
×
28

29
    @Override
30
    public void startTask(String taskName) {
31
        System.out.println(taskName);
×
32
    }
×
33
}
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