index
int64
0
0
repo_id
stringlengths
26
205
file_path
stringlengths
51
246
content
stringlengths
8
433k
__index_level_0__
int64
0
10k
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/json/JsonFrameworkSerializer.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
8,400
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/json/JsonSerializationFramework.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
8,401
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/json/JsonWriteGenericRecord.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
8,402
0
Create_ds/aegisthus/aegisthus-core/src/test/java/com/netflix/aegisthus
Create_ds/aegisthus/aegisthus-core/src/test/java/com/netflix/aegisthus/tools/AegisthusSerializerTest.java
package com.netflix.aegisthus.tools; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.List; import java.util.Map; import com.google.common.collect.Lists; import com.google.common.collect.Maps; import com.tngtech.java.junit.dataprovider.DataProvider; import ...
8,403
0
Create_ds/aegisthus/aegisthus-core/src/main/java/org/xerial
Create_ds/aegisthus/aegisthus-core/src/main/java/org/xerial/snappy/SnappyInputStream2.java
/*-------------------------------------------------------------------------- * Copyright 2011 Taro L. Saito * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apach...
8,404
0
Create_ds/aegisthus/aegisthus-core/src/main/java/com/netflix/aegisthus
Create_ds/aegisthus/aegisthus-core/src/main/java/com/netflix/aegisthus/tools/DirectoryWalker.java
/** * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
8,405
0
Create_ds/aegisthus/aegisthus-core/src/main/java/com/netflix/aegisthus
Create_ds/aegisthus/aegisthus-core/src/main/java/com/netflix/aegisthus/tools/AegisthusSerializer.java
/** * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
8,406
0
Create_ds/aegisthus/aegisthus-core/src/main/java/com/netflix/aegisthus
Create_ds/aegisthus/aegisthus-core/src/main/java/com/netflix/aegisthus/tools/Utils.java
/** * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
8,407
0
Create_ds/aegisthus/aegisthus-core/src/main/java/com/netflix/aegisthus
Create_ds/aegisthus/aegisthus-core/src/main/java/com/netflix/aegisthus/tools/ChainedPathFilter.java
/** * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
8,408
0
Create_ds/aegisthus/aegisthus-core/src/main/java/com/netflix/aegisthus
Create_ds/aegisthus/aegisthus-core/src/main/java/com/netflix/aegisthus/tools/StorageHelper.java
/** * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
8,409
0
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/org
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/org/coursera/SSTableExport.java
package org.coursera; import com.google.common.collect.Lists; import com.google.common.collect.Sets; import com.netflix.Aegisthus; import com.netflix.aegisthus.input.AegisthusInputFormat; import com.netflix.aegisthus.tools.DirectoryWalker; import com.netflix.aegisthus.util.CFMetadataUtility; import org.apache.avro.Sch...
8,410
0
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/org/coursera
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/org/coursera/mapreducer/CQLMapper.java
package org.coursera.mapreducer; import com.netflix.aegisthus.io.writable.AegisthusKey; import com.netflix.aegisthus.io.writable.AtomWritable; import com.netflix.aegisthus.util.CFMetadataUtility; import org.apache.avro.Schema; import org.apache.avro.generic.GenericData; import org.apache.avro.generic.GenericRecord; im...
8,411
0
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/Aegisthus.java
/** * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
8,412
0
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/util/ObservableToIterator.java
package com.netflix.aegisthus.util; import rx.Notification; import rx.Observable; import rx.Subscriber; import rx.exceptions.Exceptions; import java.util.Iterator; import java.util.NoSuchElementException; import java.util.concurrent.BlockingQueue; import java.util.concurrent.LinkedBlockingQueue; /** * Most of this c...
8,413
0
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/util/JobKiller.java
package com.netflix.aegisthus.util; import com.google.common.base.Throwables; import org.apache.hadoop.mapreduce.Job; import org.apache.hadoop.mapreduce.JobStatus; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.io.IOException; public class JobKiller extends Thread { private static final Log...
8,414
0
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/util/CFMetadataUtility.java
package com.netflix.aegisthus.util; import com.google.common.base.Preconditions; import com.netflix.Aegisthus; import org.apache.cassandra.config.CFMetaData; import org.apache.cassandra.cql3.QueryProcessor; import org.apache.cassandra.cql3.statements.CreateTableStatement; import org.apache.cassandra.exceptions.Request...
8,415
0
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/input/AegisthusCombinedInputFormat.java
/** * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
8,416
0
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/input/AegisthusInputFormat.java
/** * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
8,417
0
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/input
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/input/readers/CombineSSTableReader.java
/** * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
8,418
0
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/input
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/input/readers/SSTableRecordReader.java
/** * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
8,419
0
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/input
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/input/splits/AegCombinedSplit.java
/** * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
8,420
0
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/input
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/input/splits/AegCompressedSplit.java
package com.netflix.aegisthus.input.splits; import com.netflix.aegisthus.io.sstable.compression.CompressionInputStream; import com.netflix.aegisthus.io.sstable.compression.CompressionMetadata; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.FSDataInputStream; import org.apache.hadoop.fs.FileSy...
8,421
0
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/input
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/input/splits/AegSplit.java
/** * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
8,422
0
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/io
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/io/sstable/IndexDatabaseScanner.java
/** * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
8,423
0
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/io
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/io/sstable/SSTableColumnScanner.java
/** * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
8,424
0
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/io/sstable
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/io/sstable/compression/CompressionMetadata.java
/** * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
8,425
0
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/io/sstable
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/io/sstable/compression/CompressionInputStream.java
/** * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
8,426
0
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/io
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/io/writable/AegisthusKeySortingComparator.java
package com.netflix.aegisthus.io.writable; import com.google.common.collect.ComparisonChain; import com.netflix.Aegisthus; import org.apache.cassandra.db.marshal.AbstractType; import org.apache.cassandra.db.marshal.TypeParser; import org.apache.cassandra.exceptions.ConfigurationException; import org.apache.cassandra.e...
8,427
0
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/io
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/io/writable/AegisthusKeyPartitioner.java
package com.netflix.aegisthus.io.writable; import org.apache.hadoop.mapreduce.Partitioner; public class AegisthusKeyPartitioner extends Partitioner<AegisthusKey, AtomWritable> { @Override public int getPartition(AegisthusKey key, AtomWritable value, int numPartitions) { return Math.abs(key.getKey().ha...
8,428
0
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/io
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/io/writable/AegisthusKeyGroupingComparator.java
package com.netflix.aegisthus.io.writable; import org.apache.hadoop.io.WritableComparable; import org.apache.hadoop.io.WritableComparator; public class AegisthusKeyGroupingComparator extends WritableComparator { public AegisthusKeyGroupingComparator() { super(AegisthusKey.class, true); } @Suppres...
8,429
0
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/io
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/io/writable/AtomWritable.java
/** * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
8,430
0
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/io
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/io/writable/RowWritable.java
/** * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
8,431
0
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/io
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/io/writable/AegisthusKey.java
/** * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
8,432
0
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/io
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/io/writable/AegisthusKeyMapper.java
package com.netflix.aegisthus.io.writable; import org.apache.hadoop.mapreduce.Mapper; import java.io.IOException; public class AegisthusKeyMapper extends Mapper<AegisthusKey, AtomWritable, AegisthusKey, AtomWritable> { @Override protected void map(AegisthusKey key, AtomWritable value, Context context) ...
8,433
0
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/output/CustomFileNameFileOutputFormat.java
package com.netflix.aegisthus.output; import org.apache.hadoop.fs.Path; import org.apache.hadoop.mapreduce.TaskAttemptContext; import org.apache.hadoop.mapreduce.TaskID; import org.apache.hadoop.mapreduce.lib.output.FileOutputCommitter; import org.apache.hadoop.mapreduce.lib.output.FileOutputFormat; import java.io.IO...
8,434
0
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/output/JsonOutputFormat.java
package com.netflix.aegisthus.output; import com.fasterxml.jackson.core.JsonFactory; import com.fasterxml.jackson.core.JsonGenerator; import com.google.common.base.Strings; import com.google.common.base.Throwables; import com.netflix.Aegisthus; import com.netflix.aegisthus.io.writable.AegisthusKey; import com.netflix....
8,435
0
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/output/SSTableOutputFormat.java
package com.netflix.aegisthus.output; import com.google.common.base.Preconditions; import com.google.common.base.Strings; import com.netflix.Aegisthus; import com.netflix.aegisthus.io.writable.AegisthusKey; import com.netflix.aegisthus.io.writable.RowWritable; import org.apache.cassandra.db.OnDiskAtom; import org.apac...
8,436
0
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus
Create_ds/aegisthus/aegisthus-hadoop/src/main/java/com/netflix/aegisthus/mapreduce/CassSSTableReducer.java
/** * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
8,437
0
Create_ds/aegisthus/aegisthus-pig/src/main/java/com/netflix/aegisthus
Create_ds/aegisthus/aegisthus-pig/src/main/java/com/netflix/aegisthus/pig/AegisthusLoader.java
/** * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
8,438
0
Create_ds/aegisthus/aegisthus-pig/src/main/java/com/netflix/aegisthus
Create_ds/aegisthus/aegisthus-pig/src/main/java/com/netflix/aegisthus/pig/AegisthusLoadCaster.java
/** * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
8,439
0
Create_ds/aegisthus/aegisthus-distcp/src/main
Create_ds/aegisthus/aegisthus-distcp/src/main/java/Distcp.java
import java.io.BufferedReader; import java.io.DataOutputStream; import java.io.IOException; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.List; import java.util.UUID; import org.apache.commons.cli.CommandLine; import org.apache.commons.cli.CommandLineParser; import org.apache.commons.c...
8,440
0
Create_ds/aegisthus/aegisthus-distcp/src/main/java/com/netflix/hadoop
Create_ds/aegisthus/aegisthus-distcp/src/main/java/com/netflix/hadoop/output/CleanOutputFormat.java
package com.netflix.hadoop.output; import java.io.IOException; import org.apache.hadoop.mapreduce.JobContext; import org.apache.hadoop.mapreduce.OutputCommitter; import org.apache.hadoop.mapreduce.OutputFormat; import org.apache.hadoop.mapreduce.RecordWriter; import org.apache.hadoop.mapreduce.TaskAttemptContext; pu...
8,441
0
Create_ds/aegisthus/aegisthus-distcp/src/main/java/com/netflix/hadoop
Create_ds/aegisthus/aegisthus-distcp/src/main/java/com/netflix/hadoop/output/CleanOutputCommitter.java
package com.netflix.hadoop.output; import java.io.IOException; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.apache.hadoop.mapreduce.JobContext; import org.apache.hadoop.mapreduce.JobStatus.State; import org.apache.hadoop.mapreduce.OutputCommitter; import org.apache....
8,442
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/ModelDoNotUseInToString.java
package com.airbnb.epoxy; import com.airbnb.epoxy.EpoxyAttribute.Option; public class ModelDoNotUseInToString extends EpoxyModel<Object> { @EpoxyAttribute int value; @EpoxyAttribute({Option.DoNotUseInToString}) int value2; @EpoxyAttribute({Option.DoNotUseInToString}) String value3; @Override protected int ...
8,443
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/SavedStateView.java
package com.airbnb.epoxy; import android.content.Context; import android.view.View; @ModelView(defaultLayout = 1, saveViewState = true) public class SavedStateView extends View { public SavedStateView(Context context) { super(context); } @ModelProp public void setClickListener(String title) { } }
8,444
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/TestAfterBindPropsViewModel_.java
package com.airbnb.epoxy; import androidx.annotation.LayoutRes; import androidx.annotation.Nullable; import java.lang.CharSequence; import java.lang.Number; import java.lang.Object; import java.lang.Override; import java.lang.String; /** * Generated file. Do not modify! */ public class TestAfterBindPropsViewModel_ ...
8,445
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/ModelWithConstructors_.java
package com.airbnb.epoxy; import androidx.annotation.LayoutRes; import androidx.annotation.Nullable; import java.lang.CharSequence; import java.lang.Number; import java.lang.Object; import java.lang.Override; import java.lang.String; /** * Generated file. Do not modify! */ public class ModelWithConstructors_ extend...
8,446
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/GenerateDefaultLayoutMethodParentStillNoLayout.java
package com.airbnb.epoxy; public class GenerateDefaultLayoutMethodParentStillNoLayout { @EpoxyModelClass public static abstract class NoLayout extends StillNoLayout { @EpoxyAttribute int value; } @EpoxyModelClass public static abstract class StillNoLayout extends EpoxyModel<Object> { } }
8,447
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/ModelWithPrivateFieldWithoutGetter.java
package com.airbnb.epoxy; public class ModelWithPrivateFieldWithoutGetter extends EpoxyModel<Object> { @EpoxyAttribute private int valueInt; @Override protected int getDefaultLayout() { return 0; } public void setValueInt(int valueInt) { this.valueInt = valueInt; } }
8,448
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/ModelConfigSubPackageOverridesParent.java
package com.airbnb.epoxy.configtest.sub; import com.airbnb.epoxy.EpoxyAttribute; import com.airbnb.epoxy.EpoxyModel; public class ModelConfigSubPackageOverridesParent extends EpoxyModel<Object> { public static class ClassWithoutHashCode { } @EpoxyAttribute ClassWithoutHashCode classWithoutHashCode; @Overr...
8,449
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/TestAfterBindPropsView.java
package com.airbnb.epoxy; import android.content.Context; @ModelView(defaultLayout = 1) public class TestAfterBindPropsView extends TestAfterBindPropsSuperView { public TestAfterBindPropsView(Context context) { super(context); } @ModelProp public void setFlag(boolean flag) { } @AfterPropsSet pub...
8,450
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/TextPropDefaultView_throwsForNonStringRes.java
package com.airbnb.epoxy; import android.content.Context; import androidx.annotation.Nullable; import android.view.View; @ModelView(defaultLayout = 1) public class TextPropDefaultView_throwsForNonStringRes extends View { public TextPropDefaultView_throwsForNonStringRes(Context context) { super(context); } ...
8,451
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/ModelRequiresHashCodeAutoValueClassPasses.java
package com.airbnb.epoxy.configtest; import com.airbnb.epoxy.EpoxyAttribute; import com.airbnb.epoxy.EpoxyModel; import com.google.auto.value.AutoValue; public class ModelRequiresHashCodeAutoValueClassPasses extends EpoxyModel<Object> { @AutoValue public static abstract class AutoValueClass { } @EpoxyAttri...
8,452
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/OnViewRecycledView_throwsIfPrivate.java
package com.airbnb.epoxy; import android.content.Context; import android.view.View; @ModelView(defaultLayout = 1) public class OnViewRecycledView_throwsIfPrivate extends View { public OnViewRecycledView_throwsIfPrivate(Context context) { super(context); } @ModelProp public void setTitle(CharSequence tit...
8,453
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/ModelWithIntDef_.java
package com.airbnb.epoxy.models; import androidx.annotation.LayoutRes; import androidx.annotation.Nullable; import com.airbnb.epoxy.EpoxyController; import com.airbnb.epoxy.EpoxyModel; import com.airbnb.epoxy.EpoxyViewHolder; import com.airbnb.epoxy.GeneratedModel; import com.airbnb.epoxy.OnModelBoundListener; import ...
8,454
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/ModelRequiresHashCodeEnumPasses.java
package com.airbnb.epoxy.configtest; import com.airbnb.epoxy.EpoxyAttribute; import com.airbnb.epoxy.EpoxyModel; public class ModelRequiresHashCodeEnumPasses extends EpoxyModel<Object> { public enum MyEnum { Value } @EpoxyAttribute MyEnum enumValue; @Override protected int getDefaultLayout() { re...
8,455
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/TestFieldPropChildView.java
package com.airbnb.epoxy; import android.content.Context; import com.airbnb.epoxy.ModelView; import com.airbnb.epoxy.TextProp; @ModelView(autoLayout = ModelView.Size.WRAP_WIDTH_WRAP_HEIGHT) public class TestFieldPropChildView extends TestFieldPropParentView { @TextProp CharSequence textValue; public TestFieldPro...
8,456
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/TestFieldPropIgnoreRequireHashCodeOptionView.java
package com.airbnb.epoxy; import android.content.Context; import android.view.View; import com.airbnb.epoxy.AfterPropsSet; import com.airbnb.epoxy.ModelProp; import com.airbnb.epoxy.ModelProp.Option; import com.airbnb.epoxy.ModelView; @ModelView(autoLayout = ModelView.Size.WRAP_WIDTH_WRAP_HEIGHT) public class TestF...
8,457
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/ModelWithPrivateViewClickListener_.java
package com.airbnb.epoxy; import android.view.View; import androidx.annotation.LayoutRes; import androidx.annotation.Nullable; import java.lang.CharSequence; import java.lang.Number; import java.lang.Object; import java.lang.Override; import java.lang.String; /** * Generated file. Do not modify! */ public class Mod...
8,458
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/GenerateDefaultLayoutMethod.java
package com.airbnb.epoxy; @EpoxyModelClass(layout = 1) public abstract class GenerateDefaultLayoutMethod extends EpoxyModel<Object> { @EpoxyAttribute int value; }
8,459
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/ModelWithPrivateFieldWithStaticSetter.java
package com.airbnb.epoxy; public class ModelWithPrivateFieldWithStaticSetter extends EpoxyModel<Object> { @EpoxyAttribute private int valueInt; @Override protected int getDefaultLayout() { return 0; } public int getValueInt() { return valueInt; } public static void setValueInt(int valueInt) { ...
8,460
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/ModelWithAllPrivateFieldTypes_.java
package com.airbnb.epoxy; import androidx.annotation.LayoutRes; import androidx.annotation.Nullable; import java.lang.Boolean; import java.lang.Byte; import java.lang.CharSequence; import java.lang.Character; import java.lang.Double; import java.lang.Float; import java.lang.Integer; import java.lang.Long; import java....
8,461
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/ControllerWithAutoModelWithSuperClass$SubControllerWithAutoModelWithSuperClass_EpoxyHelper.java
package com.airbnb.epoxy.adapter; import com.airbnb.epoxy.BasicModelWithAttribute_; import com.airbnb.epoxy.ControllerHelper; import com.airbnb.epoxy.EpoxyModel; import java.lang.IllegalStateException; import java.lang.Override; import java.lang.String; /** * Generated file. Do not modify! */ public class Controlle...
8,462
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/TestFieldPropGenerateStringOverloadsOptionViewModel_.java
package com.airbnb.epoxy; import android.content.Context; import android.view.ViewGroup; import androidx.annotation.LayoutRes; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.annotation.PluralsRes; import androidx.annotation.StringRes; import java.lang.CharSequence; import java...
8,463
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/ModelWithoutHash_.java
package com.airbnb.epoxy; import androidx.annotation.LayoutRes; import androidx.annotation.Nullable; import java.lang.CharSequence; import java.lang.Number; import java.lang.Object; import java.lang.Override; import java.lang.String; /** * Generated file. Do not modify! */ public class ModelWithoutHash_ extends Mod...
8,464
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/NullOnRecycleView.java
package com.airbnb.epoxy; import android.content.Context; import androidx.annotation.Nullable; import android.view.View; import com.airbnb.epoxy.ModelProp.Option; @ModelView(defaultLayout = 1) public class NullOnRecycleView extends View { public NullOnRecycleView(Context context) { super(context); } @Mod...
8,465
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/ModelWithDataBindingBinding.java
package com.airbnb.epoxy.databinding; import com.airbnb.epoxy.R; import com.airbnb.epoxy.BR; import android.view.View; public class ModelWithDataBindingBinding extends androidx.databinding.ViewDataBinding { private static final androidx.databinding.ViewDataBinding.IncludedLayouts sIncludes; private static final a...
8,466
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/ModelViewExtendingSuperClass.java
package com.airbnb.epoxy; import android.content.Context; import android.view.View; import com.airbnb.epoxy.ModelView.Size; @ModelView(autoLayout = Size.MATCH_WIDTH_MATCH_HEIGHT) public class ModelViewExtendingSuperClass extends View { public ModelViewExtendingSuperClass(Context context) { super(context); }...
8,467
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/PropGroupsViewModel_.java
package com.airbnb.epoxy; import androidx.annotation.LayoutRes; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import java.lang.CharSequence; import java.lang.IllegalArgumentException; import java.lang.IllegalStateException; import java.lang.Number; import java.lang.Object; import java.lang.O...
8,468
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/TestFieldPropStringOverloadsIfNotCharSequenceView.java
package com.airbnb.epoxy; import android.content.Context; import android.view.View; import com.airbnb.epoxy.AfterPropsSet; import com.airbnb.epoxy.ModelProp; import com.airbnb.epoxy.ModelProp.Option; import com.airbnb.epoxy.ModelView; @ModelView(autoLayout = ModelView.Size.WRAP_WIDTH_WRAP_HEIGHT) public class TestF...
8,469
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/ModelWithAllFieldTypes.java
package com.airbnb.epoxy; import java.util.List; public class ModelWithAllFieldTypes extends EpoxyModel<Object> { @EpoxyAttribute int valueInt; @EpoxyAttribute Integer valueInteger; @EpoxyAttribute short valueShort; @EpoxyAttribute Short valueShortWrapper; @EpoxyAttribute char valueChar; @EpoxyAttribute C...
8,470
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/ModelWithCheckedChangeListener_.java
package com.airbnb.epoxy; import android.widget.CompoundButton; import androidx.annotation.LayoutRes; import androidx.annotation.Nullable; import java.lang.CharSequence; import java.lang.Number; import java.lang.Object; import java.lang.Override; import java.lang.String; /** * Generated file. Do not modify! */ publ...
8,471
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/OnVisibilityStateChangedViewModel_.java
package com.airbnb.epoxy; import androidx.annotation.LayoutRes; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import java.lang.CharSequence; import java.lang.IllegalArgumentException; import java.lang.IllegalStateException; import java.lang.Number; import java.lang.Object; import java.lang.O...
8,472
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/ModelDoNotHash_.java
package com.airbnb.epoxy; import androidx.annotation.LayoutRes; import androidx.annotation.Nullable; import java.lang.CharSequence; import java.lang.Number; import java.lang.Object; import java.lang.Override; import java.lang.String; /** * Generated file. Do not modify! */ public class ModelDoNotHash_ extends Model...
8,473
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/TestFieldPropChildViewModel_.java
package com.airbnb.epoxy; import android.content.Context; import android.view.View; import android.view.ViewGroup; import androidx.annotation.LayoutRes; import androidx.annotation.NonNull; import androidx.annotation.PluralsRes; import androidx.annotation.StringRes; import java.lang.CharSequence; import java.lang.Illeg...
8,474
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/RequireAbstractModelFailsEpoxyModelClass.java
package com.airbnb.epoxy.configtest; import com.airbnb.epoxy.EpoxyModel; import com.airbnb.epoxy.EpoxyModelClass; @EpoxyModelClass public class RequireAbstractModelFailsEpoxyModelClass extends EpoxyModel<Object> { @Override protected int getDefaultLayout() { return 0; } }
8,475
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/AbstractModelWithHolder_.java
package com.airbnb.epoxy; import android.view.ViewParent; import androidx.annotation.LayoutRes; import androidx.annotation.Nullable; import java.lang.CharSequence; import java.lang.Number; import java.lang.Object; import java.lang.Override; import java.lang.String; /** * Generated file. Do not modify! */ public cla...
8,476
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/ModelViewWithParisModel_.java
package com.airbnb.epoxy; import android.os.AsyncTask; import android.view.ViewGroup; import androidx.annotation.LayoutRes; import androidx.annotation.Nullable; import com.airbnb.paris.StyleApplierUtils; import com.airbnb.paris.styles.Style; import com.airbnb.viewmodeladapter.R; import java.lang.AssertionError; import...
8,477
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/ModelWithVarargsConstructors.java
package com.airbnb.epoxy; public class ModelWithVarargsConstructors extends EpoxyModel<Object> { @EpoxyAttribute int valueInt; @EpoxyAttribute String[] varargs; public ModelWithVarargsConstructors(String... varargs) { this.varargs = varargs; } public ModelWithVarargsConstructors(int valueInt, String......
8,478
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/GridSpanCountView.java
package com.airbnb.epoxy; import android.content.Context; import android.view.View; @ModelView(defaultLayout = 1, fullSpan = false) public class GridSpanCountView extends View { public GridSpanCountView(Context context) { super(context); } @ModelProp public void setClickListener(String title) { } }
8,479
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/TestNullStringOverloadsView.java
package com.airbnb.epoxy; import android.content.Context; import androidx.annotation.Nullable; import android.view.View; @ModelView(defaultLayout = 1) public class TestNullStringOverloadsView extends View { public TestNullStringOverloadsView(Context context) { super(context); } @ModelProp(options = ModelP...
8,480
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/ModelWithViewClickListener_.java
package com.airbnb.epoxy; import android.view.View; import androidx.annotation.LayoutRes; import androidx.annotation.Nullable; import java.lang.CharSequence; import java.lang.Number; import java.lang.Object; import java.lang.Override; import java.lang.String; /** * Generated file. Do not modify! */ public class Mod...
8,481
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/ControllerWithAutoModelWithoutValidation_EpoxyHelper.java
package com.airbnb.epoxy.adapter; import com.airbnb.epoxy.BasicModelWithAttribute_; import com.airbnb.epoxy.ControllerHelper; import java.lang.Override; /** * Generated file. Do not modify! */ public class ControllerWithAutoModelWithoutValidation_EpoxyHelper extends ControllerHelper<ControllerWithAutoModelWithoutVal...
8,482
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/ModelWithType.java
package com.airbnb.epoxy; public class ModelWithType<T extends String> extends EpoxyModel<Object> { @EpoxyAttribute int value; @Override protected int getDefaultLayout() { return 0; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (!(o instanceof Mod...
8,483
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/AutoLayoutModelView.java
package com.airbnb.epoxy; import android.content.Context; import android.view.View; @ModelView(autoLayout = ModelView.Size.WRAP_WIDTH_WRAP_HEIGHT) public class AutoLayoutModelView extends View { public AutoLayoutModelView(Context context) { super(context); } @ModelProp void setValue(int value) { } }
8,484
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/ControllerWithAutoModelWithSuperClass.java
package com.airbnb.epoxy.adapter; import com.airbnb.epoxy.AutoModel; import com.airbnb.epoxy.BasicModelWithAttribute_; import com.airbnb.epoxy.EpoxyController; public class ControllerWithAutoModelWithSuperClass extends EpoxyController { @AutoModel BasicModelWithAttribute_ modelWithAttribute1; @AutoModel BasicMod...
8,485
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/ModelWithViewLongClickListener_.java
package com.airbnb.epoxy; import android.view.View; import androidx.annotation.LayoutRes; import androidx.annotation.Nullable; import java.lang.CharSequence; import java.lang.Number; import java.lang.Object; import java.lang.Override; import java.lang.String; /** * Generated file. Do not modify! */ public class Mod...
8,486
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/BasicModelWithAttribute_.java
package com.airbnb.epoxy; import androidx.annotation.LayoutRes; import androidx.annotation.Nullable; import java.lang.CharSequence; import java.lang.Number; import java.lang.Object; import java.lang.Override; import java.lang.String; /** * Generated file. Do not modify! */ public class BasicModelWithAttribute_ exte...
8,487
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/ModelWithType_.java
package com.airbnb.epoxy; import androidx.annotation.LayoutRes; import androidx.annotation.Nullable; import java.lang.CharSequence; import java.lang.Number; import java.lang.Object; import java.lang.Override; import java.lang.String; /** * Generated file. Do not modify! */ public class ModelWithType_<T extends Stri...
8,488
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/GenerateDefaultLayoutMethodNextParentLayout$NoLayout_.java
package com.airbnb.epoxy; import androidx.annotation.LayoutRes; import androidx.annotation.Nullable; import java.lang.CharSequence; import java.lang.Number; import java.lang.Object; import java.lang.Override; import java.lang.String; /** * Generated file. Do not modify! */ public class GenerateDefaultLayoutMethodNe...
8,489
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/ControllerWithAutoModelAndImplicitAdding_EpoxyHelper.java
package com.airbnb.epoxy.adapter; import com.airbnb.epoxy.BasicModelWithAttribute_; import com.airbnb.epoxy.ControllerHelper; import com.airbnb.epoxy.EpoxyModel; import java.lang.IllegalStateException; import java.lang.Override; import java.lang.String; /** * Generated file. Do not modify! */ public class Controller...
8,490
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/ModelWithVarargsConstructors_.java
package com.airbnb.epoxy; import androidx.annotation.LayoutRes; import androidx.annotation.Nullable; import java.lang.CharSequence; import java.lang.Number; import java.lang.Object; import java.lang.Override; import java.lang.String; import java.util.Arrays; /** * Generated file. Do not modify! */ public class Mod...
8,491
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/ModelWithPrivateFieldWithPrivateGetter.java
package com.airbnb.epoxy; public class ModelWithPrivateFieldWithPrivateGetter extends EpoxyModel<Object> { @EpoxyAttribute private int valueInt; @Override protected int getDefaultLayout() { return 0; } private int getValueInt() { return valueInt; } public void setValueInt(int valueInt) { t...
8,492
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/ModelWithPrivateFieldWithSameAsFieldGetterAndSetterName_.java
package com.airbnb.epoxy; import androidx.annotation.LayoutRes; import androidx.annotation.Nullable; import java.lang.CharSequence; import java.lang.Number; import java.lang.Object; import java.lang.Override; import java.lang.String; /** * Generated file. Do not modify! */ public class ModelWithPrivateFieldWithSame...
8,493
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/OnViewRecycledView_throwsIfStatic.java
package com.airbnb.epoxy; import android.content.Context; import android.view.View; @ModelView(defaultLayout = 1) public class OnViewRecycledView_throwsIfStatic extends View { public OnViewRecycledView_throwsIfStatic(Context context) { super(context); } @ModelProp public void setTitle(CharSequence title...
8,494
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/PropGroupsView.java
package com.airbnb.epoxy; import android.content.Context; import androidx.annotation.Nullable; import android.view.View; @ModelView(defaultLayout = 1) public class PropGroupsView extends View { static final long DEFAULT_PRIMITIVE = 234; public PropGroupsView(Context context) { super(context); } @ModelPr...
8,495
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/TestManyTypesViewModelBuilder.java
package com.airbnb.epoxy; import android.view.View; import androidx.annotation.Dimension; import androidx.annotation.IntRange; import androidx.annotation.LayoutRes; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.annotation.PluralsRes; import androidx.annotation.StringRes; impo...
8,496
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/PropDefaultsView_throwsForNonStaticValue.java
package com.airbnb.epoxy; import android.content.Context; import androidx.annotation.Nullable; import android.view.View; @ModelView(defaultLayout = 1) public class PropDefaultsView_throwsForNonStaticValue extends View { final int PRIMITIVE_DEFAULT = 23; public PropDefaultsView_throwsForNonStaticValue(Context con...
8,497
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/PropDefaultsView_throwsForPrivateValue.java
package com.airbnb.epoxy; import android.content.Context; import android.view.View; @ModelView(defaultLayout = 1) public class PropDefaultsView_throwsForPrivateValue extends View { private static final int PRIMITIVE_DEFAULT = 23; public PropDefaultsView_throwsForPrivateValue(Context context) { super(context)...
8,498
0
Create_ds/epoxy/epoxy-processortest/src/test
Create_ds/epoxy/epoxy-processortest/src/test/resources/RequireAbstractModelPassesClassWithAttribute.java
package com.airbnb.epoxy.configtest; import com.airbnb.epoxy.EpoxyAttribute; import com.airbnb.epoxy.EpoxyModel; public abstract class RequireAbstractModelPassesClassWithAttribute extends EpoxyModel<Object> { @EpoxyAttribute String value; @Override protected int getDefaultLayout() { return 0; } }
8,499