Change some @since to 1.1 for things that were really added in 1.1
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Mon, 5 Oct 2015 21:45:49 +0000 (17:45 -0400)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tue, 6 Oct 2015 18:18:53 +0000 (14:18 -0400)
Change-Id: I57e900622e1e31984233391beebe3ce5a0cb6e07
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/57456
Reviewed-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
17 files changed:
ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/CTFStrings.java
ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/event/EventDefinition.java
ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/event/metadata/DeclarationScope.java
ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/event/types/EnumDeclaration.java
ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/event/types/StructDeclaration.java
ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/event/types/StructDefinition.java
ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/trace/CTFTrace.java
ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/trace/CTFTraceReader.java
tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/trace/TmfTrace.java
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/events/TmfEventsTable.java
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/table/TmfSimpleTableViewer.java
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractStateSystemTimeGraphView.java
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/rawviewer/TmfRawEventViewer.java
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/TimeGraphViewer.java
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/model/TimeGraphEntry.java
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphControl.java

index 2f056d6376a0f71e238121e1f8ed65fa0462cefb..46ad5e85311ad92d4524f55b97abbe58532f11c8 100644 (file)
@@ -96,31 +96,31 @@ public interface CTFStrings {
     /**
      * Magic number
      *
-     * @since 2.0
+     * @since 1.1
      */
     String MAGIC = "magic";
     /**
      * Header
      *
-     * @since 2.0
+     * @since 1.1
      */
     String HEADER = "header";
     /**
      * Context
      *
-     * @since 2.0
+     * @since 1.1
      */
     String CONTEXT = "context";
     /**
      * Packet
      *
-     * @since 2.0
+     * @since 1.1
      */
     String PACKET = "packet";
     /**
      * Timestamp
      *
-     * @since 2.0
+     * @since 1.1
      */
     String TIMESTAMP = "timestamp";
 }
index 2e295c348fcfb258cec1b0172acab4764b1fd77b..2e0e177003d0ce9235f829b256d4bf14efdef8cc 100644 (file)
@@ -156,7 +156,7 @@ public final class EventDefinition implements IDefinitionScope {
      * Get the event header
      *
      * @return the event header
-     * @since 2.0
+     * @since 1.1
      */
     public ICompositeDefinition getEventHeader() {
         return fEventHeaderDefinition;
index 1c8fc8f8cbf1a7c7745f5ba3049e91c6630e4d4d..1a96f6af08ac9e5c7896923366a5bb2f6a1d8207 100644 (file)
@@ -36,7 +36,7 @@ import org.eclipse.tracecompass.internal.ctf.core.event.metadata.exceptions.Pars
  *
  * @author Matthew Khouzam
  * @author Simon Marchi
- * @since 2.0
+ * @since 1.1
  *
  */
 public class DeclarationScope {
index 1676e5ed7fe67d1cdd0fcfe4240ee2cadd517f68..763ca6ae8f51b5f69a5c746d1ee09eb86a8531bd 100644 (file)
@@ -41,7 +41,7 @@ public final class EnumDeclaration extends Declaration implements ISimpleDatatyp
     /**
      * A pair of longs class
      *
-     * @since 2.0
+     * @since 1.1
      */
     public static class Pair {
         private final long fFirst;
@@ -160,7 +160,7 @@ public final class EnumDeclaration extends Declaration implements ISimpleDatatyp
      * Get the lookup table
      *
      * @return the lookup table
-     * @since 2.0
+     * @since 1.1
      */
     public Map<String, Pair> getEnumTable() {
         ImmutableMap.Builder<String, Pair> builder = new ImmutableMap.Builder<>();
index 0d49b608a74a11ae3e76b865db2e7553a2157e43..d612dd77aa10a9a0cbb3487e69f1db2535bc24e0 100644 (file)
@@ -222,7 +222,7 @@ public class StructDeclaration extends Declaration {
      * @return the fields definition
      * @throws CTFException
      *             something went wrong
-     * @since 2.0
+     * @since 1.1
      */
     public StructDefinition createFieldDefinition(ICompositeDefinition eventHeaderDef, IDefinitionScope definitionScope, ILexicalScope fields, @NonNull BitBuffer input) throws CTFException {
         alignRead(input);
index d4430dca10e532ee05c1eb33d70acbc29bc36f57..c6ec4053a16cbc3ba4f3bbe9a8536939c8d17510 100644 (file)
@@ -175,7 +175,7 @@ public final class StructDefinition extends ScopedDefinition implements IComposi
      * @param defintionToExclude
      *            the definition to exclude, can be null
      * @return the definition or null
-     * @since 2.0
+     * @since 1.1
      */
     public Definition lookupDefinition(String lookupPath, ScopedDefinition defintionToExclude) {
         /*
index cac02c3e65af02cdacb20c02631164c55ff8a7c8..9d82709e13cd247e4180beeda48d6dafa2dc578a 100644 (file)
@@ -817,7 +817,7 @@ public class CTFTrace implements IDefinitionScope {
      *
      * @return the current declaration scope
      *
-     * @since 2.0
+     * @since 1.1
      */
     public DeclarationScope getScope() {
         return fScope;
index 7e3987618693fe9ad58872ca0284cfbb1adb3771..d6eed173ed329e050786f68e3923744a04e52c5e 100644 (file)
@@ -232,7 +232,7 @@ public class CTFTraceReader implements AutoCloseable {
      * Returns whether or not this CTFTraceReader has been closed
      *
      * @return true if it has been closed, false else
-     * @since 2.0
+     * @since 1.1
      */
     public boolean isClosed() {
         return fClosed;
index 539e8fdb73e548b91887554c574915072e36311a..5295364f9dfd90a179b995d266a4d9ac3ce4daa7 100644 (file)
@@ -574,7 +574,7 @@ public abstract class TmfTrace extends TmfEventProvider implements ITmfTrace, IT
      *
      * @param context the current trace context
      * @param event the corresponding event
-     * @since 2.0
+     * @since 1.1
      */
     protected synchronized void updateAttributes(final ITmfContext context, final @NonNull ITmfEvent event) {
         ITmfTimestamp timestamp = event.getTimestamp();
index e4cc672a0261e50d8d03192747d05816d95c9ff8..851d739da5b92b242038fb884e44917d0d42ff5c 100644 (file)
@@ -262,7 +262,7 @@ public class TmfEventsTable extends TmfComponent implements IGotoMarker, IColorS
         /**
          * The width of a table item
          *
-         * @since 2.0
+         * @since 1.1
          */
         String WIDTH = "$width"; //$NON-NLS-1$
     }
index 1fc76e0a57d7519d8219a79b4375380159b33141..e12123765f3879e9e756eaed7d071912fa810dc5 100644 (file)
@@ -60,7 +60,7 @@ import org.eclipse.tracecompass.tmf.ui.viewers.TmfViewer;
  * {@link #createColumn(String, ColumnLabelProvider, Comparator)} method, and
  * set the content provider and input on the supplied {@link TableViewer}.
  *
- * @since 2.0
+ * @since 1.1
  */
 public class TmfSimpleTableViewer extends TmfViewer {
 
index 9103c2e21fdc4f3cf082060aa795167a37d5999b..356ca315d83455f14c73de9613eef3546238e8c3 100644 (file)
@@ -45,7 +45,7 @@ import com.google.common.collect.Multimap;
  * order before creating the time event lists as this is optimal for state
  * system queries.
  *
- * @since 2.0
+ * @since 1.1
  */
 public abstract class AbstractStateSystemTimeGraphView extends AbstractTimeGraphView {
 
index 134b3f1a2148ffad96cf54fe13e37f638052ef55..41145c7aa45875e2dd15be1ea788cc81ed39e3a4 100644 (file)
@@ -581,7 +581,7 @@ public abstract class AbstractTimeGraphView extends TmfView implements ITmfTimeA
 
     /**
      * Zoom thread
-     * @since 2.0
+     * @since 1.1
      */
     protected abstract class ZoomThread extends Thread {
         private final long fZoomStartTime;
@@ -1592,7 +1592,7 @@ public abstract class AbstractTimeGraphView extends TmfView implements ITmfTimeA
      * @param restart
      *            true if restarting zoom for the same time range
      * @return a zoom thread
-     * @since 2.0
+     * @since 1.1
      */
     protected @Nullable ZoomThread createZoomThread(long startTime, long endTime, long resolution, boolean restart) {
         final List<TimeGraphEntry> entryList = fEntryList;
index c0e3c2475bc35b9e32ec83ab69aae480551d964a..968bc3491d03050fe01ec859e24bda1fcdf9581c 100644 (file)
@@ -220,7 +220,7 @@ public class TmfRawEventViewer extends Composite implements ControlListener, Sel
 
     /**
      * Initialize the colors.
-     * @since 2.0
+     * @since 1.1
      */
     protected void initializeColors() {
         ColorRegistry colorRegistry = PlatformUI.getWorkbench().getThemeManager().getCurrentTheme().getColorRegistry();
@@ -898,14 +898,14 @@ public class TmfRawEventViewer extends Composite implements ControlListener, Sel
     // ------------------------------------------------------------------------
 
     /**
-     * @since 2.0
+     * @since 1.1
      */
     @Override
     public void mouseDown(MouseEvent e) {
     }
 
     /**
-     * @since 2.0
+     * @since 1.1
      */
     @Override
     public void mouseUp(MouseEvent e) {
@@ -927,7 +927,7 @@ public class TmfRawEventViewer extends Composite implements ControlListener, Sel
     }
 
     /**
-     * @since 2.0
+     * @since 1.1
      */
     @Override
     public void mouseDoubleClick(MouseEvent e) {
index fe8a4e94625746175c0dbadd5dc9a4a432d51fee..082bdbd8fc64d4f0b427c2d4fd655376d5b611c9 100644 (file)
@@ -1635,7 +1635,7 @@ public class TimeGraphViewer implements ITimeDataProvider, SelectionListener {
      * @param entry
      *            The entry
      * @return true if the entry is expanded, false if collapsed
-     * @since 2.0
+     * @since 1.1
      */
     public boolean getExpandedState(ITimeGraphEntry entry) {
         return fTimeGraphCtrl.getExpandedState(entry);
index c0b5eef39396c38dda5f1f14bdc6e6a84b21a256..77ef43cf2c83521007f33ecf5a4f567193f1df9b 100644 (file)
@@ -225,7 +225,7 @@ public class TimeGraphEntry implements ITimeGraphEntry {
      *
      * @param event
      *            The time event to add
-     * @since 2.0
+     * @since 1.1
      */
     public void addZoomedEvent(ITimeEvent event) {
         long start = event.getTime();
index 9baee8006b44c588c4cb1c9cdf6e4df754a733b1..7b3c95d104b1afa7e4868fb43ee5d4f469f2c201 100644 (file)
@@ -421,7 +421,7 @@ public class TimeGraphControl extends TimeGraphBaseControl
      *
      * @return The unmodifiable link event list
      *
-     * @since 2.0
+     * @since 1.1
      */
     public List<ILinkEvent> getArrows() {
         return Collections.unmodifiableList(fItemData.fLinks);
@@ -508,7 +508,7 @@ public class TimeGraphControl extends TimeGraphBaseControl
      * @param entry
      *            The entry
      * @return true if the entry is expanded, false if collapsed
-     * @since 2.0
+     * @since 1.1
      */
     public boolean getExpandedState(ITimeGraphEntry entry) {
         Item item = fItemData.fItemMap.get(entry);
@@ -2715,7 +2715,7 @@ public class TimeGraphControl extends TimeGraphBaseControl
      *
      * @param blend
      *            true if sub-pixel events should be blended, false otherwise.
-     * @since 2.0
+     * @since 1.1
      */
     public void setBlendSubPixelEvents(boolean blend) {
         fBlendSubPixelEvents = blend;
This page took 0.03433 seconds and 5 git commands to generate.