Skip to content

Changes

Summary

  1. Don't copy java doc in with verbose setting (details)
Commit 498885ff97ce5a62008b041e673172446c17dc81 by Bernd Hufmann
Don't copy java doc in with verbose setting

This pollutes the build log and is not needed.

Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
The file was modified scripts/deploy-javadoc.sh (diff)

Summary

  1. ctf.core: Remove dependency to o.e.tc.common.core (details)
Commit ba85393446503eab75132a809a10b3e02537b0b7 by Bernd Hufmann
ctf.core: Remove dependency to o.e.tc.common.core

By removing this dependency this plug-in will be independent to other
Eclipse plug-ins and can be deployed as maven artifact with less
third-party dependencies.

Note, that class SaturatedArithmetic is copied from plug-in
org.eclipse.tracecompass.common.core. The original tests are refactored
and a test suite was added in ctf.core.tests added so that the new class
is tested, too.

Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
The file was modified ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/event/types/AbstractArrayDefinition.java
The file was modified ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/trace/CTFStreamInputReader.java
The file was modified ctf/org.eclipse.tracecompass.ctf.core.tests/META-INF/MANIFEST.MF
The file was addedcommon/org.eclipse.tracecompass.common.core.tests/src/org/eclipse/tracecompass/common/core/tests/math/BaseSaturatedArithmeticTest.java
The file was addedctf/org.eclipse.tracecompass.ctf.core.tests/src/org/eclipse/tracecompass/ctf/core/tests/util/SaturatedArithmeticTest.java
The file was addedctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/internal/ctf/core/utils/SaturatedArithmetic.java
The file was modified ctf/org.eclipse.tracecompass.ctf.core/META-INF/MANIFEST.MF
The file was modified common/org.eclipse.tracecompass.common.core.tests/src/org/eclipse/tracecompass/common/core/tests/math/SaturatedArithmeticTest.java
The file was modified ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/event/types/StructDefinition.java