id
stringlengths
22
24
content
stringlengths
1.25k
447k
max_stars_repo_path
stringlengths
29
85
code_ujb_repair_data_1
package org.jsoup.helper; import org.jsoup.nodes.Document; import org.jsoup.parser.Parser; import org.junit.Test; import java.nio.ByteBuffer; import java.nio.charset.Charset; import static org.junit.Assert.assertEquals; public class DataUtilTest { @Test public void testCharset() { assertEquals("utf-...
org/jsoup/helper/DataUtilTest.java
code_ujb_repair_data_2
package com.fasterxml.jackson.core.filter; import java.util.*; import com.fasterxml.jackson.core.*; public class BasicParserFilteringTest extends BaseTest { static class NameMatchFilter extends TokenFilter { private final Set<String> _names; public NameMatchFilter(String... names) { ...
com/fasterxml/jackson/core/filter/BasicParserFilteringTest.java
code_ujb_repair_data_3
/* * Copyright 2008 The Closure Compiler Authors. * * 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...
com/google/javascript/jscomp/TypeInferenceTest.java
code_ujb_repair_data_4
/* * Copyright 2004 The Closure Compiler Authors. * * 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...
com/google/javascript/jscomp/PeepholeFoldConstantsTest.java
code_ujb_repair_data_5
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/math/optimization/linear/SimplexSolverTest.java
code_ujb_repair_data_6
package org.jsoup.parser; import org.jsoup.Jsoup; import org.jsoup.TextUtil; import org.jsoup.helper.StringUtil; import org.jsoup.nodes.CDataNode; import org.jsoup.nodes.Document; import org.jsoup.nodes.Element; import org.jsoup.nodes.Node; import org.jsoup.nodes.TextNode; import org.jsoup.nodes.XmlDeclaration; import...
org/jsoup/parser/XmlTreeBuilderTest.java
code_ujb_repair_data_7
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/lang/text/ExtendedMessageFormatTest.java
code_ujb_repair_data_8
/* * Copyright 2005 The Closure Compiler Authors. * * 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...
com/google/javascript/jscomp/VarCheckTest.java
code_ujb_repair_data_9
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
org/apache/commons/cli/ValueTest.java
code_ujb_repair_data_10
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/lang/StringUtilsEqualsIndexOfTest.java
code_ujb_repair_data_11
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/lang3/RandomStringUtilsTest.java
code_ujb_repair_data_12
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/lang3/StringUtilsEqualsIndexOfTest.java
code_ujb_repair_data_13
/* * Copyright 2008 The Closure Compiler Authors. * * 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...
com/google/javascript/jscomp/InlineVariablesTest.java
code_ujb_repair_data_14
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/math3/optimization/univariate/BrentOptimizerTest.java
code_ujb_repair_data_15
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/math/analysis/solvers/RegulaFalsiSolverTest.java
code_ujb_repair_data_16
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/cli/bug/BugCLI265Test.java
code_ujb_repair_data_17
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
org/apache/commons/cli/PosixParserTest.java
code_ujb_repair_data_18
package com.fasterxml.jackson.databind.jsontype.ext; import java.io.IOException; import java.util.Arrays; import java.util.List; import com.fasterxml.jackson.annotation.JsonTypeInfo; import com.fasterxml.jackson.core.type.TypeReference; import com.fasterxml.jackson.databind.*; import com.fasterxml.jackson.databind.an...
com/fasterxml/jackson/databind/jsontype/ext/ExternalTypeIdWithEnum1328Test.java
code_ujb_repair_data_19
package org.jsoup.nodes; import org.jsoup.Jsoup; import org.jsoup.TextUtil; import org.jsoup.parser.Tag; import org.jsoup.select.Elements; import org.junit.Test; import java.util.ArrayList; import java.util.Collection; import java.util.HashSet; import java.util.LinkedHashSet; import java.util.List; import java.util.M...
org/jsoup/nodes/ElementTest.java
code_ujb_repair_data_20
/* * Copyright 2006 The Closure Compiler Authors. * * 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...
com/google/javascript/jscomp/CheckSideEffectsTest.java
code_ujb_repair_data_21
package com.fasterxml.jackson.databind.struct; import com.fasterxml.jackson.annotation.*; import com.fasterxml.jackson.databind.*; /** * Unit tests for verifying that basic {@link JsonUnwrapped} annotation * handling works as expected; some more advanced tests are separated out * to more specific test classes (li...
com/fasterxml/jackson/databind/struct/TestUnwrapped.java
code_ujb_repair_data_22
/* * Copyright 2004 The Closure Compiler Authors. * * 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...
com/google/javascript/jscomp/CodePrinterTest.java
code_ujb_repair_data_23
/* * Copyright 2001-2009 Stephen Colebourne * * 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...
org/joda/time/TestDuration_Basics.java
code_ujb_repair_data_24
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/csv/CSVParserTest.java
code_ujb_repair_data_25
package com.fasterxml.jackson.databind.deser.creators; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.databind.*; import com.fasterxml.jackson.databind.introspect.AnnotatedMember; import com.fasterxml.jackson.databind.introspect.AnnotatedParameter; import com.fasterxml.jackson.databi...
com/fasterxml/jackson/databind/deser/creators/CreatorWithNamingStrategyTest.java
code_ujb_repair_data_26
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/math/stat/clustering/KMeansPlusPlusClustererTest.java
code_ujb_repair_data_27
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
org/apache/commons/compress/archivers/sevenz/SevenZOutputFileTest.java
code_ujb_repair_data_28
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/math/analysis/solvers/RegulaFalsiSolverTest.java
code_ujb_repair_data_29
package com.fasterxml.jackson.databind.struct; import com.fasterxml.jackson.annotation.*; import com.fasterxml.jackson.databind.*; /** * Unit tests for verifying that basic {@link JsonUnwrapped} annotation * handling works as expected; some more advanced tests are separated out * to more specific test classes (li...
com/fasterxml/jackson/databind/struct/TestUnwrapped.java
code_ujb_repair_data_30
/* * Copyright 2008 The Closure Compiler Authors. * * 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...
com/google/javascript/jscomp/CheckAccessControlsTest.java
code_ujb_repair_data_31
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this * work for additional information regarding copyright ownership. The ASF * licenses this file to You under the Apache License, Version 2.0 (the * "License"); you may n...
org/apache/commons/math3/util/MathArraysTest.java
code_ujb_repair_data_32
/* * Copyright 2006 The Closure Compiler Authors. * * 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...
com/google/javascript/jscomp/TypeCheckTest.java
code_ujb_repair_data_33
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/csv/CSVPrinterTest.java
code_ujb_repair_data_34
/* * Copyright 2006 The Closure Compiler Authors. * * 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...
com/google/javascript/jscomp/TypeCheckTest.java
code_ujb_repair_data_35
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
org/apache/commons/cli2/bug/BugCLI144Test.java
code_ujb_repair_data_36
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/math3/dfp/DfpTest.java
code_ujb_repair_data_37
/* * Copyright 2004 The Closure Compiler Authors. * * 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...
com/google/javascript/jscomp/NodeUtilTest.java
code_ujb_repair_data_38
package org.jsoup.nodes; import org.jsoup.Jsoup; import org.junit.Test; import static org.jsoup.nodes.Document.OutputSettings; import static org.jsoup.nodes.Entities.EscapeMode.*; import static org.junit.Assert.*; public class EntitiesTest { @Test public void escape() { String text = "Hello &<> Å å π 新 ...
org/jsoup/nodes/EntitiesTest.java
code_ujb_repair_data_39
// Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may...
org/apache/commons/math3/optimization/fitting/PolynomialFitterTest.java
code_ujb_repair_data_40
/* * Copyright 2007 Google 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 to ...
com/google/javascript/jscomp/CheckGlobalThisTest.java
code_ujb_repair_data_41
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/lang3/StringUtilsEqualsIndexOfTest.java
code_ujb_repair_data_42
package com.fasterxml.jackson.databind.seq; import java.io.*; import java.util.*; import com.fasterxml.jackson.core.*; import com.fasterxml.jackson.core.type.TypeReference; import com.fasterxml.jackson.databind.BaseMapTest; import com.fasterxml.jackson.databind.MappingIterator; import com.fasterxml.jackson.databind....
com/fasterxml/jackson/databind/seq/ReadValuesTest.java
code_ujb_repair_data_43
/* * Copyright 2004 The Closure Compiler Authors. * * 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...
com/google/javascript/jscomp/PeepholeRemoveDeadCodeTest.java
code_ujb_repair_data_44
package org.jsoup.helper; import static org.junit.Assert.assertEquals; import org.jsoup.nodes.Document; import org.jsoup.parser.Parser; import org.junit.Test; import java.nio.ByteBuffer; import java.nio.charset.Charset; public class DataUtilTest { @Test public void testCharset() { assertEquals("utf-...
org/jsoup/helper/DataUtilTest.java
code_ujb_repair_data_45
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/math/optimization/linear/SimplexSolverTest.java
code_ujb_repair_data_46
/* * Copyright 2006 The Closure Compiler Authors. * * 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...
com/google/javascript/jscomp/TypeCheckTest.java
code_ujb_repair_data_47
/* * Copyright 2004 Google 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 to ...
com/google/javascript/jscomp/NodeUtilTest.java
code_ujb_repair_data_48
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/math3/linear/RectangularCholeskyDecompositionTest.java
code_ujb_repair_data_49
/* * Copyright (C) 2008 Google 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 to ...
com/google/gson/functional/CollectionTest.java
code_ujb_repair_data_50
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/csv/CSVParserTest.java
code_ujb_repair_data_51
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/codec/binary/Base64Test.java
code_ujb_repair_data_52
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
org/apache/commons/cli/BasicParserTest.java
code_ujb_repair_data_53
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/codec/binary/Base64InputStreamTest.java
code_ujb_repair_data_54
/* * Copyright 2004 The Closure Compiler Authors. * * 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...
com/google/javascript/jscomp/CodePrinterTest.java
code_ujb_repair_data_55
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/math/linear/CholeskyDecompositionImplTest.java
code_ujb_repair_data_56
/* * Copyright (c) 2007 Mockito contributors * This program is made available under the terms of the MIT License. */ package org.mockitousage.bugs; import static org.mockito.Mockito.*; import org.junit.Test; import org.mockito.Mock; import org.mockito.exceptions.verification.NeverWantedButInvoked; import org.mocki...
org/mockitousage/bugs/VerifyingWithAnExtraCallToADifferentMockTest.java
code_ujb_repair_data_57
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
org/apache/commons/compress/DetectArchiverTestCase.java
code_ujb_repair_data_58
package org.jsoup.select; import org.jsoup.Jsoup; import org.jsoup.nodes.Document; import org.jsoup.nodes.Element; import org.junit.Test; import static org.junit.Assert.*; /** * Tests that the selector selects correctly. * * @author Jonathan Hedley, jonathan@hedley.net */ public class SelectorTest { @Test pu...
org/jsoup/select/SelectorTest.java
code_ujb_repair_data_59
/* =========================================================== * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * * (C) Copyright 2000-2008, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreechart/in...
org/jfree/data/time/junit/TimePeriodValuesTests.java
code_ujb_repair_data_60
package com.fasterxml.jackson.databind.module; import java.io.File; import java.io.IOException; import java.util.*; import org.junit.Test; import com.fasterxml.jackson.annotation.JsonTypeInfo; import com.fasterxml.jackson.core.*; import com.fasterxml.jackson.core.type.TypeReference; import com.fasterxml.jackson.dat...
com/fasterxml/jackson/databind/module/TestCustomEnumKeyDeserializer.java
code_ujb_repair_data_61
/* * Copyright 2004 The Closure Compiler Authors. * * 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...
com/google/javascript/jscomp/PeepholeFoldConstantsTest.java
code_ujb_repair_data_62
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/math/stat/FrequencyTest.java
code_ujb_repair_data_63
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/csv/CSVParserTest.java
code_ujb_repair_data_64
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
org/apache/commons/compress/archivers/zip/ZipArchiveInputStreamTest.java
code_ujb_repair_data_65
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this * work for additional information regarding copyright ownership. The ASF * licenses this file to You under the Apache License, Version 2.0 (the * "License"); you may n...
org/apache/commons/math3/distribution/BinomialDistributionTest.java
code_ujb_repair_data_66
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this * work for additional information regarding copyright ownership. The ASF * licenses this file to You under the Apache License, Version 2.0 (the * "License"); you may n...
org/apache/commons/math/util/MathUtilsTest.java
code_ujb_repair_data_67
package org.jsoup.helper; import org.jsoup.Jsoup; import org.jsoup.TextUtil; import org.jsoup.integration.ParseTest; import org.jsoup.nodes.Element; import org.junit.Test; import org.w3c.dom.Document; import org.w3c.dom.Node; import java.io.File; import java.io.IOException; import static org.junit.Assert.assertEqual...
org/jsoup/helper/W3CDomTest.java
code_ujb_repair_data_68
/* * Copyright 2007 The Closure Compiler Authors. * * 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...
com/google/javascript/jscomp/parsing/ParserTest.java
code_ujb_repair_data_69
package org.jsoup.parser; import org.jsoup.Jsoup; import org.jsoup.TextUtil; import org.jsoup.helper.StringUtil; import org.jsoup.nodes.CDataNode; import org.jsoup.nodes.Document; import org.jsoup.nodes.Element; import org.jsoup.nodes.Node; import org.jsoup.nodes.TextNode; import org.jsoup.nodes.XmlDeclaration; import...
org/jsoup/parser/XmlTreeBuilderTest.java
code_ujb_repair_data_70
package com.fasterxml.jackson.core.filter; import java.util.Arrays; import java.util.HashSet; import java.util.Set; import com.fasterxml.jackson.core.*; import com.fasterxml.jackson.core.JsonParser.NumberType; import com.fasterxml.jackson.core.filter.FilteringParserDelegate; import com.fasterxml.jackson.core.filter.T...
com/fasterxml/jackson/core/filter/TokenVerifyingParserFiltering330Test.java
code_ujb_repair_data_71
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/compress/archivers/tar/TarUtilsTest.java
code_ujb_repair_data_72
/* * Copyright (c) 2007 Mockito contributors * This program is made available under the terms of the MIT License. */ package org.mockito.internal.verification.argumentmatching; import java.util.Arrays; import java.util.List; import org.hamcrest.BaseMatcher; import org.hamcrest.Description; import org.hamcrest.Matc...
org/mockito/internal/verification/argumentmatching/ArgumentMatchingToolTest.java
code_ujb_repair_data_73
/* * Copyright (c) 2007 Mockito contributors * This program is made available under the terms of the MIT License. */ package org.mockito.internal.stubbing.defaultanswers; import static org.mockito.Mockito.mock; import java.util.ArrayList; import java.util.Collection; import java.util.Date; import java.util.HashMap...
org/mockito/internal/stubbing/defaultanswers/ReturnsEmptyValuesTest.java
code_ujb_repair_data_74
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/math/optimization/direct/MultiDirectionalTest.java
code_ujb_repair_data_75
/* =========================================================== * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * * (C) Copyright 2000-2007, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreechart/in...
org/jfree/data/time/junit/TimeSeriesTests.java
code_ujb_repair_data_76
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
org/apache/commons/compress/archivers/zip/UTF8ZipFilesTest.java
code_ujb_repair_data_77
/* * * ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (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.mozilla.org/MPL/ * * ...
com/google/javascript/rhino/jstype/RecordTypeTest.java
code_ujb_repair_data_78
/* * Copyright 2006 The Closure Compiler Authors. * * 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...
com/google/javascript/jscomp/TypeCheckTest.java
code_ujb_repair_data_79
/* * Copyright 2004 The Closure Compiler Authors. * * 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...
com/google/javascript/jscomp/CodePrinterTest.java
code_ujb_repair_data_80
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
org/apache/commons/compress/archivers/sevenz/SevenZFileTest.java
code_ujb_repair_data_81
/* =========================================================== * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * * (C) Copyright 2000-2007, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreechart/in...
org/jfree/chart/renderer/junit/GrayPaintScaleTests.java
code_ujb_repair_data_82
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/jxpath/ri/model/ExternalXMLNamespaceTest.java
code_ujb_repair_data_83
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/lang3/time/FastDateFormatTest.java
code_ujb_repair_data_84
package com.fasterxml.jackson.databind.ser; import java.io.*; import java.text.*; import java.util.*; import com.fasterxml.jackson.annotation.JsonFormat; import com.fasterxml.jackson.databind.*; public class DateSerializationTest extends BaseMapTest { static class TimeZoneBean { private TimeZone tz; ...
com/fasterxml/jackson/databind/ser/DateSerializationTest.java
code_ujb_repair_data_85
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
org/apache/commons/cli/UtilTest.java
code_ujb_repair_data_86
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/lang/time/StopWatchTest.java
code_ujb_repair_data_87
package org.jsoup.parser; import org.jsoup.Jsoup; import org.jsoup.TextUtil; import org.jsoup.internal.StringUtil; import org.jsoup.nodes.CDataNode; import org.jsoup.nodes.Document; import org.jsoup.nodes.Element; import org.jsoup.nodes.Node; import org.jsoup.nodes.TextNode; import org.jsoup.nodes.XmlDeclaration; impo...
org/jsoup/parser/XmlTreeBuilderTest.java
code_ujb_repair_data_88
/* * Copyright 2006 The Closure Compiler Authors. * * 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...
com/google/javascript/jscomp/LooseTypeCheckTest.java
code_ujb_repair_data_89
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/lang3/StringEscapeUtilsTest.java
code_ujb_repair_data_90
/* * Copyright 2006 The Closure Compiler Authors. * * 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...
com/google/javascript/jscomp/TypeCheckTest.java
code_ujb_repair_data_91
package com.fasterxml.jackson.databind.node; import java.math.BigDecimal; import java.util.*; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonValue; import com.fasterxml.jackson.databind.*; import com.fasterxml.jacks...
com/fasterxml/jackson/databind/node/TestObjectNode.java
code_ujb_repair_data_92
package com.fasterxml.jackson.core.util; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.StringWriter; import com.fasterxml.jackson.core.*; public class TestDefaultPrettyPrinter extends BaseTest { private final JsonFactory JSON_F = new JsonFactory(); public void testSyst...
com/fasterxml/jackson/core/util/TestDefaultPrettyPrinter.java
code_ujb_repair_data_93
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/math/stat/FrequencyTest.java
code_ujb_repair_data_94
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/math/analysis/solvers/BracketingNthOrderBrentSolverTest.java
code_ujb_repair_data_95
/* * Copyright 2009 The Closure Compiler Authors. * * 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...
com/google/javascript/jscomp/CommandLineRunnerTest.java
code_ujb_repair_data_96
package org.jsoup.helper; import java.io.File; import java.io.IOException; import java.io.UnsupportedEncodingException; import org.jsoup.Jsoup; import org.jsoup.nodes.Document; import org.jsoup.parser.Parser; import org.junit.Test; import java.nio.ByteBuffer; import java.nio.charset.Charset; import static org.jsoup...
org/jsoup/helper/DataUtilTest.java
code_ujb_repair_data_97
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
org/apache/commons/cli/bug/BugCLI162Test.java
code_ujb_repair_data_98
/* * Copyright 2004 The Closure Compiler Authors. * * 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...
com/google/javascript/jscomp/PeepholeFoldConstantsTest.java
code_ujb_repair_data_99
package com.fasterxml.jackson.databind.node; import java.io.IOException; import java.math.BigDecimal; import java.util.*; import static org.junit.Assert.*; import org.junit.Assert; import com.fasterxml.jackson.annotation.JsonTypeInfo; import com.fasterxml.jackson.core.*; import com.fasterxml.jackson.core.type.Writa...
com/fasterxml/jackson/databind/node/TestConversions.java
code_ujb_repair_data_100
/* * Copyright 2009 The Closure Compiler Authors. * * 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...
com/google/javascript/jscomp/MinimizeExitPointsTest.java