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

Cognifide / AEM-Rules-for-SonarQube / #814

29 Oct 2024 03:43PM UTC coverage: 93.593% (-0.2%) from 93.816%
#814

push

tomasz-strzelecki-wttech
Add sonarqube:10.7-community image to github action

625 of 758 branches covered (82.45%)

2 of 6 new or added lines in 2 files covered. (33.33%)

1607 of 1717 relevant lines covered (93.59%)

0.94 hits per line

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

0.0
/src/main/java/com/vml/aemrules/htl/AnalysisException.java
1
/*-
2
 * #%L
3
 * AEM Rules for SonarQube
4
 * %%
5
 * Copyright (C) 2015-2024 VML
6
 * %%
7
 * Licensed under the Apache License, Version 2.0 (the "License");
8
 * you may not use this file except in compliance with the License.
9
 * You may obtain a copy of the License at
10
 *
11
 *      http://www.apache.org/licenses/LICENSE-2.0
12
 *
13
 * Unless required by applicable law or agreed to in writing, software
14
 * distributed under the License is distributed on an "AS IS" BASIS,
15
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
 * See the License for the specific language governing permissions and
17
 * limitations under the License.
18
 * #L%
19
 */
20
package com.vml.aemrules.htl;
21

22
public class AnalysisException extends RuntimeException {
23

24
    public AnalysisException(String message) {
NEW
25
        super(message);
×
NEW
26
    }
×
27

28
    public AnalysisException(String message, Throwable cause) {
NEW
29
        super(message, cause);
×
NEW
30
    }
×
31

32
}
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