mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
remove useless Date: Time: tags
GitOrigin-RevId: 6f2ba51abf77ada7fa1d1753b0fe0caa8443585a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9a570e6623
commit
9a7c20fbb7
@@ -3,7 +3,6 @@ package org.jetbrains.jps.incremental;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Eugene Zhuravlev
|
* @author Eugene Zhuravlev
|
||||||
* Date: 02-Oct-18
|
|
||||||
*/
|
*/
|
||||||
public final class SingleCharSequence implements CharSequence {
|
public final class SingleCharSequence implements CharSequence {
|
||||||
private final char myCh;
|
private final char myCh;
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ import java.nio.CharBuffer;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Eugene Zhuravlev
|
* @author Eugene Zhuravlev
|
||||||
* Date: 16-Oct-18
|
|
||||||
*/
|
*/
|
||||||
public abstract class JpsFileObject extends SimpleJavaFileObject {
|
public abstract class JpsFileObject extends SimpleJavaFileObject {
|
||||||
private static final Kind[] ourAvailableKinds = Kind.values();
|
private static final Kind[] ourAvailableKinds = Kind.values();
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ import org.jetbrains.jps.cmdline.PreloadedData;
|
|||||||
* Typical application is to pre-load and initialize some plugin custom caches to save time on build run.
|
* Typical application is to pre-load and initialize some plugin custom caches to save time on build run.
|
||||||
*
|
*
|
||||||
* @author Eugene Zhuravlev
|
* @author Eugene Zhuravlev
|
||||||
* Date: 23-Sep-19
|
|
||||||
*/
|
*/
|
||||||
public interface PreloadedDataExtension {
|
public interface PreloadedDataExtension {
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,6 @@ import java.util.regex.Pattern;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Eugene Zhuravlev
|
* @author Eugene Zhuravlev
|
||||||
* Date: 26-Sep-19
|
|
||||||
*/
|
*/
|
||||||
public final class ModulePathSplitter {
|
public final class ModulePathSplitter {
|
||||||
private final Map<File, ModuleInfo> myCache = Collections.synchronizedMap(FileCollectionFactory.createCanonicalFileMap());
|
private final Map<File, ModuleInfo> myCache = Collections.synchronizedMap(FileCollectionFactory.createCanonicalFileMap());
|
||||||
|
|||||||
@@ -26,7 +26,6 @@ import java.util.Map;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Created by Nikita.Skvortsov
|
* Created by Nikita.Skvortsov
|
||||||
* date: 12.09.2017.
|
|
||||||
*/
|
*/
|
||||||
public interface FacetConfigurationImporter<F extends Facet> {
|
public interface FacetConfigurationImporter<F extends Facet> {
|
||||||
ExtensionPointName<FacetConfigurationImporter> EP_NAME = ExtensionPointName.create("com.intellij.externalSystem.facetConfigurationImporter");
|
ExtensionPointName<FacetConfigurationImporter> EP_NAME = ExtensionPointName.create("com.intellij.externalSystem.facetConfigurationImporter");
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ import java.util.StringTokenizer;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Eugene Zhuravlev
|
* @author Eugene Zhuravlev
|
||||||
* Date: 06-Dec-17
|
|
||||||
*/
|
*/
|
||||||
public final class ConfirmedConsent extends ConsentBase {
|
public final class ConfirmedConsent extends ConsentBase {
|
||||||
private boolean myIsAccepted;
|
private boolean myIsAccepted;
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ import org.jetbrains.annotations.NonNls;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Eugene Zhuravlev
|
* @author Eugene Zhuravlev
|
||||||
* Date: 06-Dec-17
|
|
||||||
*/
|
*/
|
||||||
public final class Consent extends ConsentBase {
|
public final class Consent extends ConsentBase {
|
||||||
private final @NlsSafe String myName;
|
private final @NlsSafe String myName;
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ package com.intellij.ide.gdpr;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Data structure describing all possible Consent JSON attributes
|
* Data structure describing all possible Consent JSON attributes
|
||||||
* Date: 06-Dec-17
|
|
||||||
*/
|
*/
|
||||||
final class ConsentAttributes {
|
final class ConsentAttributes {
|
||||||
public String consentId;
|
public String consentId;
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ package com.intellij.ide.gdpr;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Eugene Zhuravlev
|
* @author Eugene Zhuravlev
|
||||||
* Date: 06-Dec-17
|
|
||||||
*/
|
*/
|
||||||
abstract class ConsentBase {
|
abstract class ConsentBase {
|
||||||
private final String myId;
|
private final String myId;
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ import org.jetbrains.annotations.Nullable;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Eugene Zhuravlev
|
* @author Eugene Zhuravlev
|
||||||
* Date: 05-Dec-17
|
|
||||||
*/
|
*/
|
||||||
public final class Version implements Comparable<Version> {
|
public final class Version implements Comparable<Version> {
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ import java.util.List;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Eugene Zhuravlev
|
* @author Eugene Zhuravlev
|
||||||
* Date: 13-Dec-17
|
|
||||||
*/
|
*/
|
||||||
public class ConsentsTest extends TestCase{
|
public class ConsentsTest extends TestCase{
|
||||||
private static final String JSON_CONSENTS_DATA = "[{\"consentId\":\"rsch.test.consent.option.for.intellij\",\"version\":\"1.0\",\"text\":\"This is a text of test consent option.\",\"printableName\":\"Test consent option\",\"accepted\":true,\"deleted\":false,\"acceptanceTime\":0},{\"consentId\":\"rsch.send.usage.stat\",\"version\":\"1.0\",\"text\":\"I consent to submit anonymous usage statistics to help JetBrains make better releases and refine the most important areas of the products. I agree that the following information will be sent\\n * Information about which product features is used\\n * General statistics (number of files, file types) of the solutions I am working on\\n * General information about my hardware configuration (for example, amount of RAM, CPU speed and number of cores)\\n * General information about my software configuration (for example, OS version)\",\"printableName\":\"Send anonymous usage statistics to JetBrains\",\"accepted\":false,\"deleted\":false,\"acceptanceTime\":0}]";
|
private static final String JSON_CONSENTS_DATA = "[{\"consentId\":\"rsch.test.consent.option.for.intellij\",\"version\":\"1.0\",\"text\":\"This is a text of test consent option.\",\"printableName\":\"Test consent option\",\"accepted\":true,\"deleted\":false,\"acceptanceTime\":0},{\"consentId\":\"rsch.send.usage.stat\",\"version\":\"1.0\",\"text\":\"I consent to submit anonymous usage statistics to help JetBrains make better releases and refine the most important areas of the products. I agree that the following information will be sent\\n * Information about which product features is used\\n * General statistics (number of files, file types) of the solutions I am working on\\n * General information about my hardware configuration (for example, amount of RAM, CPU speed and number of cores)\\n * General information about my software configuration (for example, OS version)\",\"printableName\":\"Send anonymous usage statistics to JetBrains\",\"accepted\":false,\"deleted\":false,\"acceptanceTime\":0}]";
|
||||||
|
|||||||
@@ -8,9 +8,6 @@ import com.intellij.psi.impl.light.LightIdentifier;
|
|||||||
|
|
||||||
import java.util.Objects;
|
import java.util.Objects;
|
||||||
|
|
||||||
/**
|
|
||||||
* Date: 12.10.13 Time: 23:27
|
|
||||||
*/
|
|
||||||
public class LombokLightIdentifier extends LightIdentifier implements SyntheticElement {
|
public class LombokLightIdentifier extends LightIdentifier implements SyntheticElement {
|
||||||
private String myText;
|
private String myText;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user