| Server IP : 209.209.40.120 / Your IP : 216.73.216.156 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files/Android/Android Studio/plugins/java-coverage/lib/ |
Upload File : |
PK F��� * org/jacoco/report/IMultiReportOutput.class��� 1
createFile *(Ljava/lang/String;)Ljava/io/OutputStream;
Exceptions
close ()V
SourceFile IMultiReportOutput.java $org/jacoco/report/IMultiReportOutput java/lang/Object java/io/IOException
PK �*��$ $ * org/jacoco/report/ISourceFileLocator.class��� 1
getSourceFile 6(Ljava/lang/String;Ljava/lang/String;)Ljava/io/Reader;
Exceptions
getTabWidth ()I
SourceFile ISourceFileLocator.java $org/jacoco/report/ISourceFileLocator java/lang/Object java/io/IOException
PK G�Q�� � / org/jacoco/core/analysis/ICoverageVisitor.class��� 1
visitCoverage ,(Lorg/jacoco/core/analysis/IClassCoverage;)V
SourceFile ICoverageVisitor.java )org/jacoco/core/analysis/ICoverageVisitor java/lang/Object PK 5�� � 7 META-INF/maven/org.jacoco/org.jacoco.ant/pom.properties#Generated by org.apache.felix.bundleplugin
#Sun Mar 31 20:31:26 UTC 2024
groupId=org.jacoco
artifactId=org.jacoco.ant
version=0.8.12
PK fB B 0 META-INF/maven/org.jacoco/org.jacoco.ant/pom.xml<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2009, 2024 Mountainminds GmbH & Co. KG and Contributors
This program and the accompanying materials are made available under
the terms of the Eclipse Public License 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0
SPDX-License-Identifier: EPL-2.0
Contributors:
Evgeny Mandrikov - initial API and implementation
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.build</artifactId>
<version>0.8.12</version>
<relativePath>../org.jacoco.build</relativePath>
</parent>
<artifactId>org.jacoco.ant</artifactId>
<name>JaCoCo :: Ant</name>
<description>JaCoCo Ant Tasks</description>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>org.jacoco.core</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>org.jacoco.report</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>org.jacoco.agent</artifactId>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<sourceDirectory>src</sourceDirectory>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>nodeps</shadedClassifierName>
<minimizeJar>true</minimizeJar>
<relocations>
<relocation>
<pattern>org.objectweb.asm</pattern>
<shadedPattern>org.jacoco.asm</shadedPattern>
</relocation>
</relocations>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/MANIFEST.MF</exclude>
</excludes>
</filter>
<filter>
<artifact>org.jacoco:org.jacoco.core</artifact>
<excludes>
<exclude>about.html</exclude>
</excludes>
</filter>
<filter>
<artifact>org.jacoco:org.jacoco.report</artifact>
<excludes>
<exclude>about.html</exclude>
</excludes>
</filter>
<filter>
<artifact>org.jacoco:org.jacoco.agent</artifact>
<excludes>
<exclude>about.html</exclude>
</excludes>
</filter>
<filter>
<artifact>org.ow2.asm:*</artifact>
<excludes>
<exclude>module-info.class</exclude>
</excludes>
</filter>
</filters>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<Implementation-Title>${project.description}</Implementation-Title>
<Implementation-Vendor>${project.organization.name}</Implementation-Vendor>
<Implementation-Version>${project.version}</Implementation-Version>
</manifestEntries>
</transformer>
</transformers>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<executions>
<execution>
<!--
None of resource tranformers from maven-shade-plugin
(including combination of DontIncludeResourceTransformer and ManifestResourceTransformer)
does not allow us to leave only desired entries and remove others from META-INF/MANIFEST.MF
So we use goal "bundle" instead of "manifest".
This introduces some redundant operations, but their cost is negligible.
-->
<phase>package</phase>
<goals>
<goal>bundle</goal>
</goals>
<configuration>
<excludeDependencies>true</excludeDependencies>
<instructions>
<Require-Bundle>org.apache.ant;bundle-version="[1.7.0,2.0.0)"</Require-Bundle>
</instructions>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
PK &�R� � ) org/jacoco/ant/AbstractCoverageTask.class��� 1 �
+ i j
i * k l m
n * o * p
q
r
s
t
u
v
w
x
y
z
{
|
}
~
*
* �
� � �
�
� �
�
* � �
� �
� �
�
� � � � �
* �
&