query stringlengths 8 1.54M | document stringlengths 9 312k | negatives listlengths 19 20 | metadata dict |
|---|---|---|---|
Returns true if the routine permits SQL. | private boolean permitsSQL( RoutineAliasInfo rai )
{
short sqlAllowed = rai.getSQLAllowed();
switch( sqlAllowed )
{
case RoutineAliasInfo.MODIFIES_SQL_DATA:
case RoutineAliasInfo.READS_SQL_DATA:
case RoutineAliasInfo.CONTAINS_SQL:
return true;
... | [
"public static boolean couldBeSQL(TokenSequence seq) {\n String potentialStatement = seq.token().text().toString();\n if (potentialStatement.startsWith(\"\\\"\") || potentialStatement.startsWith(\"'\")) {\n potentialStatement = potentialStatement.substring(1);\n }\n potentialS... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Splits a String using indexOf instead of regex to speed things up. | public static ArrayList<String> split(String str, String delimiter, int expectedNumTokens) {
final ArrayList<String> result = new ArrayList<String>(expectedNumTokens);
int delimiterIdx = -1;
do {
final int tokenStartIdx = delimiterIdx + 1;
delimiterIdx = str.indexOf(del... | [
"String[] splitString(String input);",
"public String[] split(String input);",
"public static String[] split(String str1, String str2)\n\t/* 485: */{\n\t\t/* 486: 731 */return StringUtils.split(str1, str2);\n\t\t/* 487: */}",
"private String[] split(String input) {\n int index = 0;\n ArrayList<S... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ UpdateState(0) for Menu UpdateState(1) for Play | @Override
public void resize(int width, int height) {
} | [
"public void update() {\n\t\t// resume\n\t\tif (resume.activated) {\n\t\t\tgame.data.status = GameState.PLAYING;\n\t\t\tresume.activated = false;\n\t\t}\n\t\t// quit\n\t\tif (mainmenu.activated) {\n\t\t\tgame.data.status = GameState.MAIN_MENU;\n\t\t\tmainmenu.activated = false;\n\t\t}\n\t}",
"public void update()... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Result code is RESULT_OK only if the user selects an Image | public void onActivityResult(int requestCode,int resultCode,Intent data){
if (resultCode == AddActivity.RESULT_OK)
switch (requestCode){
case GALLERY_REQUEST_CODE:
//data.getData return the content URI for the selected Image
Uri selectedVideo =... | [
"public boolean imageSelectedFromGallery(int requestCode, int resultCode) {\n return resultCode == Activity.RESULT_OK && requestCode == IMAGE_PICK_CODE;\n }",
"private void selectImage() {\n\t\tfinal CharSequence[] items = { \"Take Photo\", \"Choose from Library\",\n\t\t\t\t\"Cancel\" };\n\n\t\tAlertDia... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Creates a VersionedAddressBook with an empty initial state. | public VersionedAddressBook() {
super();
version = new LinearHistory<>(new AddressBook());
} | [
"public AddressBook() {\n addressEntryList = new ArrayList<AddressEntry>();\n addressCount = 0;\n }",
"public AddressBook() {\n addressEntryList = new ArrayList<>();\n }",
"public AddressBook() {\n\t\taddressCode = 0;\n\t\tiosAddressCode = null;\n\t\tagentId = null;\n\t\tname = null;\... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ renamed from: a | void m15159a(String str, Exception exception); | [
"public interface C3511a {\n /* renamed from: a */\n void mo29057a(int i);\n }",
"interface C4511c {\n /* renamed from: a */\n void mo29775a();\n }",
"public interface ans {\n /* renamed from: a */\n void mo1174a();\n}",
"public interface C24712af {\n /* renamed from... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Test case number: 11 /Coverage entropy=1.4901762161527465 | @Test(timeout = 4000)
public void test11() throws Throwable {
JSONObject jSONObject0 = new JSONObject();
long long0 = jSONObject0.optLong("kf&tId/u.1");
assertEquals(0L, long0);
Boolean boolean0 = Boolean.FALSE;
String[] stringArray0 = new String[6];
stringArray0[0] = "kf&... | [
"@Test(timeout = 4000)\n public void test147() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDirectoryLoader0.getStructure();\n Evaluation evaluation0 = new Evaluation(instances0, (CostMatrix) null);\n String string0 = ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ renamed from: e | public static boolean m99789e() {
if (C6399b.m19946v()) {
return false;
}
Locale b = C43013ch.m136515b();
if (TextUtils.equals(b.getLanguage(), Locale.CHINESE.getLanguage()) || TextUtils.equals(b.getLanguage(), Locale.ENGLISH.getLanguage())) {
return C7213d.m22500... | [
"@Override protected void process (int e) {\n\t\t}",
"@Override\n\tpublic void eee() {\n\t\t\n\t}",
"public void e() throws c {\n for (i a2 : this.f13971e) {\n a2.e();\n }\n }",
"@Override\n\tpublic void visitEnemigo(Enemigo e) {\n\n\t}",
"public int e() {\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
package private for now; might become public someday | public ByteSequence getEpilogueRaw() {
return epilogue;
} | [
"protected void method_5557() {}",
"protected void mo4791d() {\n }",
"private BaseUtils() {}",
"private FrameworkSupportUtils() {}",
"private ConvertUtils() {\n\t}",
"private InternalReflect() {\n\t\t\t// do nothing\n\t\t}",
"private Helper() {\r\n\t}",
"@Override\n public int utilite() {\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Add a set of data and scroll to last | public void addDataAndScrollToLast(int[] datas) {
if (datas == null) return;
for (int d : datas) {
mEcgDatas.add(d);
}
post(new Runnable() {
@Override
public void run() {
if (getWidth() != 0 && getHeight() != 0) {
if... | [
"private void addEndLessScrolling() {\n listSharks.addOnScrollListener(new RecyclerView.OnScrollListener() {\n @Override\n public void onScrolled(@NonNull RecyclerView recyclerView, int dx, int dy) {\n super.onScrolled(recyclerView, dx, dy);\n if (dy > 0) {... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
.BaseResponse base = 1; | boolean hasBase(); | [
"proto.MmBp.BaseResponse getBaseResponse();",
"public Response() {\n setVersion(\"HTTP/1.0\");\n }",
"public proto.MmBp.BaseResponse getBaseResponse() {\n return baseResponse_;\n }",
"RhythmMmBp.BaseResponseOrBuilder getBaseResponseOrBuilder();",
"@Override\r\n\tpublic void response() {\n\... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Disconnects client form server. | public void disconnect() {
socketWrapper.sendMessage("disconnect");
socketWrapper.disconnect();
} | [
"public void disconnect() {\n serverConnection.disconnect();\n }",
"public void disconnect()\r\n {\r\n setRunning(false);\r\n if(_clientSocket != null)\r\n {\r\n StreamUtils.close(_clientSocket);\r\n }\r\n _disconnected.fireEvent(EventArgs.Empty);\r\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Code to be executed when the ad is displayed. | @Override
public void onAdOpened() {
} | [
"@Override\n public void onAdLoaded() {\n System.out.println(\"------------onAdLoaded-----------------\");\n }",
"@Override\n\t\tpublic void onModalAdDisplayed() {\n\t\t\tLog.i (CLASS_TAG,\"onModalAdDisplayed\");\n\t\t}",
"@Override\n\t\tpublic void onModalAdPreDisplay() {\n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns true if field wineBasicInfoRequest is set (has been assigned a value) and false otherwise | public boolean isSetWineBasicInfoRequest() {
return this.wineBasicInfoRequest != null;
} | [
"public boolean hasRequest() {\n return ((bitField0_ & 0x00000002) == 0x00000002);\n }",
"public boolean hasGetAdditionalInfo() {\n return getAdditionalInfo_ != null;\n }",
"public boolean isSetAuth_request() {\r\n return this.auth_request != null;\r\n }",
"@java.lang.Override\n p... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Implementation of the DisplayAdjustmentListener interface. Invoked when a component or changes the scale. | public void displayAdjustmentValueChanged (DisplayAdjustmentEvent event) {
start_base = event.getStart ();
end_base = event.getEnd ();
width_in_bases = event.getWidthInBases ();
rev_comp_display = event.isRevCompDisplay ();
recalculate_flag = true;
if (event.getType () == DisplayAdjustmentEvent... | [
"@Override\n public void componentResized(final ComponentEvent e) {\n setScale(getScale());\n }",
"@Override\n\t\t\tpublic void adjustmentValueChanged(AdjustmentEvent e) {\n\t\t\t\tif (forwardScollpaneChanges) {\n\t\t\t\t\tm_display.pan(0, lastV - e.getValue());\n\t\t\t\t\tm_display.r... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
TODO Autogenerated method stub | @Override
protected String doInBackground(Object... params) {
List<AchievmentsModel> resList = null;
resList = MessageService.receiveAchievements(
(AchievmentsSearchModel) params[0], MyAchievments.this);
if (resList != null && !resList.isEmpty()
&& !resList.get(0).getFhbz().startsWith("0#")) ... | [
"@Override\n }",
"@Override\n\t\t\t\tpublic void pintate() {\n\t\t\t\t\t\n\t\t\t\t}",
"@Override\n public void extornar() {\n \n }",
"@Override\r\n\tpublic void hablar() {\n\t\t\r\n\t}",
"@Override\n\t\tpublic void kayit1() {\n\t\t\t\n\t\t}",
"@Override\r\n\tpublic void wydaj() {\n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
used by rest get to client | private static String convertStreamToString(InputStream is) {
BufferedReader reader = new BufferedReader(new InputStreamReader(is));
StringBuilder sb = new StringBuilder();
String line = null;
try {
while ((line = reader.readLine()) != null) {
sb.append(line + "\n");
}
} catch (IOException e) {
... | [
"public Object getClient(ClientInfo clientInfo);",
"@Override\n\tprotected int onRestGet() {\n\t\treturn 0;\n\t}",
"private FullHttpResponse onGet() {\n Long id = null;\n\n try {\n id = Long.parseLong(getPathParser().getPathStream().nextToken());\n } catch (NumberFormatException e) {\n append... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
finds customer id by tax id | public static int findCustID(int taxID){
int i;
int tempCustID=0;
for (i=0; i<customerList.size(); i++){
int tempTaxID;
tempTaxID=customerList.get(i).getTaxID();
if (taxID==tempTaxID){
tempCustID=customerList.get(i).getCustID();
}
}
return ... | [
"public Customer getCustomerByTaxId(String taxId)throws Exception{\n\t\tlog.info(\"inside getCustomerByTaxId\");\n\t\tCustomer customer=(Customer) hibernateTemplate.getSessionFactory().getCurrentSession().createCriteria(Customer.class)\n\t\t\t\t.add(Restrictions.eq(\"taxId\",taxId)).list().get(0);\n\t\tif(null!=cus... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
TODO Autogenerated method stub | @Override
public String findPage(RoleQo roleQo, Integer index, Integer size) {
return null;
} | [
"@Override\n }",
"@Override\n\t\t\t\tpublic void pintate() {\n\t\t\t\t\t\n\t\t\t\t}",
"@Override\n public void extornar() {\n \n }",
"@Override\r\n\tpublic void hablar() {\n\t\t\r\n\t}",
"@Override\n\t\tpublic void kayit1() {\n\t\t\t\n\t\t}",
"@Override\r\n\tpublic void wydaj() {\n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Inflate the layout for this fragment | @Override
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
View view = inflater.inflate(R.layout.fragment_profile_followers_following_info, container, false);
return view;
} | [
"@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup parent, Bundle savedInstanceState) {\n // Defines the xml file for the fragment\n return inflater.inflate(R.layout.movie_statistic_layout, parent, false);\n }",
"@Override\n\tprotected View initView(LayoutInflater inflate... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
GETS A PLAYER BY HIS ID | @GetMapping("/{id}")
public ResponseEntity<?> getPlayerById(@PathVariable String id){
Player player = playerService.getPlayerById(id);
return ResponseEntity.ok(player);
} | [
"public Player getPlayerWithId(String playerId);",
"public Player getPlayer(int playerID);",
"public Player getPlayerById(int id){\n for(Player player : GameField.getInstance().getPlayers()){\n if(player.getId() == id){\n return player;\n }\n }\n LOG.err... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
TODO Autogenerated method stub | @Override
protected IBaseDao<Op_ChtypeOperate, String> getEntityDao() {
return op_ChtypeOperateDao;
} | [
"@Override\n }",
"@Override\n\t\t\t\tpublic void pintate() {\n\t\t\t\t\t\n\t\t\t\t}",
"@Override\n public void extornar() {\n \n }",
"@Override\r\n\tpublic void hablar() {\n\t\t\r\n\t}",
"@Override\n\t\tpublic void kayit1() {\n\t\t\t\n\t\t}",
"@Override\r\n\tpublic void wydaj() {\n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This method was generated by MyBatis Generator. This method sets the value of the database column TT_FUNCTION.STATUS | public void setStatus(String status) {
this.status = status;
} | [
"public void setStatus( String status )\n {\n fdf.setString( \"Status\", status );\n }",
"sifnode.oracle.v1.Types.Status getStatus();",
"@Test\n\tpublic void testSetStatus_fixture17_1()\n\t\tthrows Exception {\n\t\tDBTrigger fixture = getFixture17();\n\t\tString status = \"0123456789\";\n\n\t\tfixt... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
prepare configuration and start the service | public boolean startup(); | [
"protected void internal_start() throws ConfigurationException {}",
"public final void runClasspathService() {\n try {\n final Class cClasspath = Class.forName(ClassPathLoaderService.DYNAMIC_CLASS_NAME);\n final IStartService service = (IStartService) cClasspath.newInstance();\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Auto generated setter method | public void setINSDSeq_primaryAccession(java.lang.String param){
localINSDSeq_primaryAccessionTracker = param != null;
this.localINSDSeq_primaryAccession=param;
... | [
"abstract protected void set(Object value);",
"@Override\n protected void doSetValue(Object value) {\n super.doSetValue(value);\n }",
"@Override\n \t\t@SuppressWarnings(\"unchecked\")\n \t\tpublic Object setValue(Object value) {\n \t\t\twrite();\n \t\t\treturn me.setValue( value );\n \t\t}",
... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
map of items to pending runnables, so we can cancel a removal if need be | public TestAdapter() {
ArrayList<Event> events;
DatabaseAccess databaseAccess;
databaseAccess = DatabaseAccess.getInstance(getApplicationContext());
databaseAccess.open();
events = databaseAccess.getFavorites();
databaseAccess.close();
... | [
"private void removeFromPendingItem(TimerNI item) {\n\t\tfinal int count = mPending.size();\n\t\tfor( int i = count-1; i >= 0; i-- ) {\n\t\t\tTimerNI t = mPending.get(i);\n\t\t\tif( t == item ) {\n\t\t\t\tmPending.remove( i );\n\t\t\t}\n\t\t}\n\t\titem.zeroPendingCount();\n\t}",
"@SuppressWarnings(\"rawtypes\")\n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Driver program to test above functions | public static void main(String[] args) {
System.out.println(compareString("road", "doar"));
System.out.println(compareString("road", "door"));
} | [
"private void testing() {\n\t}",
"public void testSample(){\r\n\r\n\t}",
"public static void main(String[] args) {\n\t\n\t\t// Each function here should test a different class.\n\n\t\t// CharLinkedList\n\t\ttestCharLinkedList();\n\n\t\t// SuffixTreeNode\n\t\ttestSuffixTreeNode(); \n/*\n\t\t// longestRepeatedSuf... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Inflate the menu; this adds items to the action bar if it is present. | @Override
public boolean onCreateOptionsMenu(Menu menu) {
getMenuInflater().inflate(R.menu.menu_informacoes, menu);
return true;
} | [
"@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater inflator = getMenuInflater();\n\t\tinflator.inflate(R.menu.activity_action_bar, menu);\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}",
"@Override\r\n public boolean onCreateOptionsMenu( android.view.Menu menu)\r\n {\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Auto generated getter method | public long getDicomSeriesPk(){
return localDicomSeriesPk;
} | [
"public MethodDoc getGetter()\r\n {\r\n return m_jvdGetter;\r\n }",
"public long getGetter() {\n return getter_;\n }",
"public T get() {\n return value;\n }",
"public abstract M get();",
"@Override\n \tpublic String get() {\n \t\treturn null;\n \t}",
"public Object get... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Covers all matches, exact case | @Test
public void testContainingAllExactMatch() {
List<Tweet> containing = Filter.containing(Arrays.asList(tweet1, tweet2), Arrays.asList("talk"));
assertFalse("expected non-empty list", containing.isEmpty());
assertTrue("expected list to contain tweets", containing.containsAll(Arra... | [
"String exactMatch();",
"public void testSmallMatching()\n {\n _testMatching(\"single\");\n _testMatching(\"1\", \"2a\");\n _testMatching(\"first\", \"secondlong\", \"3rd\");\n }",
"LMatchCase createLMatchCase();",
"@Override\n public boolean match(String text) {\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Sets the productname value for this Lbmonitor. | public void setProductname(java.lang.String productname) {
this.productname = productname;
} | [
"private void setProductName(String value) {\n\t\tthis.productName = value;\n\t}",
"public void setProductName(java.lang.CharSequence value) {\n this.product_name = value;\n }",
"public void setProductName(String productName) {\r\n setFieldValue(8, 0, productName, Fit.SUBFIELD_INDEX_MAIN_FIELD);\r\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
check current event in the list | @Override
public boolean accept(AccessibilityEvent t) {
if ((t.getEventType() & mMask) != 0) {
return true;
}
// no match yet
return false;
} | [
"public boolean isEventActive(){\n long currentTime = Calendar.getInstance().getTimeInMillis() / 1000L;\n return currentTime < Long.parseLong(event_details.getTimestamp());\n }",
"private boolean checkEventName(String name) {\n for (Event current : Database.listEvents) {\n if (c... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
TODO Autogenerated method stub | @Override
public void actionPerformed(ActionEvent e) {
Object objetoPulsado = e.getSource();
if (objetoPulsado.equals(mniAltaLibro))
{
new AltaLibro();
}
else if(objetoPulsado.equals(mniBajaLibro)) {
new BajaLibro();
}
else if(objetoPulsado.equals(mniConsultaLibro)) {
new ConsultaLibro();
}
... | [
"@Override\n }",
"@Override\n\t\t\t\tpublic void pintate() {\n\t\t\t\t\t\n\t\t\t\t}",
"@Override\n public void extornar() {\n \n }",
"@Override\r\n\tpublic void hablar() {\n\t\t\r\n\t}",
"@Override\n\t\tpublic void kayit1() {\n\t\t\t\n\t\t}",
"@Override\r\n\tpublic void wydaj() {\n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
repeated float BuyVolume = 7; | public Builder addAllBuyVolume(
java.lang.Iterable<? extends java.lang.Float> values) {
ensureBuyVolumeIsMutable();
super.addAll(values, buyVolume_);
onChanged();
return this;
} | [
"public void increaseVolume()\n {\n\nvolume = volume + 1;\n }",
"double volume();",
"public abstract void setVolume(float f, float f2);",
"public void setVolume( float volume );",
"public void setVolume(int volume){ this.volume = volume; }",
"public static double specificVolume(){\n\t return 0.00... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
For now, we just insert everything one by one | public void insert(Iterator<ImageQALogEntry> entries) {
while (entries.hasNext()) {
ImageQALogEntry entry = entries.next();
MongoImageQALogEntry dbo = new MongoImageQALogEntry(new BasicDBObject());
dbo.setTimestamp(entry.getTimestamp());
dbo.setExecutionTime(entry.getExecutionTime());
dbo.setOrigin... | [
"private static void insert() {\n\t\t\n\t}",
"private void insertData() {\n insertPaymentMethods();\n insertCustomers();\n insertPayment();\n insertOrders();\n insertOrderHistory();\n insertOrderItems();\n }",
"private void insertData() {\n PodamFactory factor... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
GENFIRST:event_cbxpointsubjectItemStateChanged TODO add your handling code here: | private void cbxpointsubjectItemStateChanged(java.awt.event.ItemEvent evt) {
if(cbxpointsubject.getSelectedItem() != null){
String nameclass=cbxpointsubject.getSelectedItem().toString();
Frm0002BLL dsfrm0002 =new Frm0002BLL();
List<StudentClassSubjectDTO>ds= dsfrm0... | [
"void JCheckBoxMenuItem7_itemStateChanged(java.awt.event.ItemEvent event)\r\n\t{\n\t\t\t \r\n\t\tJCheckBoxMenuItem7_itemStateChanged_Interaction1(event);\r\n\t}",
"void JCheckBoxMenuItem9_itemStateChanged(java.awt.event.ItemEvent event)\r\n\t{\n\t\t\t \r\n\t\tJCheckBoxMenuItem9_itemStateChanged_Interaction1(event... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/Check the message from client in Phase5, this message is encrypted with session key, so that server can make sure the client already get the correct session key | private byte[] checkMsgPhase5(byte[] msg) throws Exception {
log.info("Checking the message received from client in Phase5, msg length = " + msg.length);
if(Arrays.equals(msg, LOGIN_FAIL.getBytes())) {
throw new Exception("Server failed to authenticate itself to client..");
}
byte[] deMsg = util.decryptM... | [
"String key_sent_recive(String enc ){\r\n \t try\r\n {\r\n System.out.println(\"Connecting to \" + serverName\r\n + \" on port \" + port);\r\n Socket client = new Socket(serverName, port);\r\n System.out.println(\"Just connected to \"... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Checks for Latin square | public static boolean isLatinSquare(char[][] m) {
for (int i = 0; i < m.length; i++) {
for (int j = 0; j < m[0].length; j++) {
if (!isLatinSquare(i, j, m) || !validLetter(i, j, m)) {
return false;
}
}
}
return true; // array must be latin square... | [
"public static boolean isLatinSquare(char[][] square) {\n //check rows\n for (int row = 0; row < square.length; row++) {\n if (!isLatinLine(square[row]))\n return false;\n }\n for (int j = 0; j < square[0].length; j++) {\n char[] column = new char[squ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Method used to check if Enemy wants to move in forbidden way. | public boolean checkForbiddenDestination()
{
return (actualPosition == null &&(actualDestination == Destination.Up ||
actualDestination == Destination.Down));
} | [
"boolean isMoveLegal() {\n\n\t\tif (canJump() && isRequestedJumpLegal() && isRequestedMoveAJump()\n\t\t\t\t&& !firstMoveNonJump) {\n\t\t\treturn true;\n\t\t}\n\t\tif (!canJump() && isNonJumpMoveLegal() && !isRequestedMoveAJump()) {\n\t\t\treturn true;\n\t\t}\n\t\tfirstPartOfMoveSelected = false;\n\t\tsecondPartOfMo... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
$ANTLR end "rule__ConstantValue__NamedValueAssignment" $ANTLR start "rule__ReferenceTerm__PathAssignment_2" InternalAgreeParser.g:29171:1: rule__ReferenceTerm__PathAssignment_2 : ( ruleContainmentPathElement ) ; | public final void rule__ReferenceTerm__PathAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalAgreeParser.g:29175:1: ( ( ruleContainmentPathElement ) )
// InternalAgreeParser.g:29176:1: ( ruleContainmentPathElement )
... | [
"public final void ruleContainmentPath() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalJsonParser.g:493:2: ( ( ( rule__ContainmentPath__PathAssignment ) ) )\n // InternalJsonParser.g:494:2: ( ( rule__ContainmentPath__PathA... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Return the value associated with the column: bp | public java.lang.String getBp () {
return bp;
} | [
"public String getBPValue () \n\t{\n\t\treturn (String)get_Value(COLUMNNAME_BPValue);\n\t}",
"Value<?> getCellValue(int column, int row);",
"public Object getColumnValue(PazientePresenter pazienteP, int column) {\n if(column == 0) return pazienteP.getFullName();\n else if(column == 1) return pazienteP... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
function to resize the preview image | private void resizePreviewImage() {
// only resize it if there is a preview image to begin with
if (previewIcon != null) {
PreviewImagePanel.initializeBlankImage();
PreviewImagePanel.setImage(previewIcon.getImage());
}
} | [
"public int getPictureSize() {\n return resize;\n }",
"private void resize() {\n int Ho = bm.getHeight();\n int Wo = bm.getWidth();\n if (Ho > Wo) {\n if (Ho > pix_max) {\n int H = pix_max;\n int W = (int) ((double) (Wo) * ((double) (pix_ma... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Unused in the text view | @Override
public void refresh() {
} | [
"public void removeText() {\n\t\t// Update damage area\n\t\tif (owner_ != null && owner_.getWindow() != null && texts_ != null) {\n\t\t\tRegion damage = findRegion(texts_);\n\t\t\towner_.getWindow().updateDamageArea(damage);\n\t\t}\n\n\t\t// Nullify texts\n\t\ttexts_ = null;\n\t}",
"private void setTextViewText(S... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns the total applicable fare for the list of journeys. This method calculates total applicable fare for the list of journeys by grouping then by week, by day and applying weekly and daily cap on the journeys if the conditions meet. | public static double calculateTotalApplicableFare(List<Journey> journey) throws FareException{
double totalApplicableFare = 0.0;
Map<Integer,List<Journey>> groupByWeek = journey.stream()
.collect(Collectors.groupingBy(Journey::getWeekOfMonth));
Map<Integer,Double> weeklyFare = ne... | [
"public int calculateFlightHours(){\r\n int total=0;\r\n for(int i=0;i<this.assignedFlight.size();i++){\r\n total+=this.assignedFlight.get(i).getTime();\r\n }\r\n return total;\r\n }",
"private static List<Appointment> getAppointmentsPerWeek(Map<Integer, List<FacilityFr... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
If the object is compared with itself then return true | @Override
public boolean equals(Object o) {
if (o == this) {
return true;
}
/* Check if "o" is an instance of Complex or not
"null instanceof [type]" also returns false */
if (!(o instanceof Node)) {
return false;
}
// typecast "o" ... | [
"public boolean isSame();",
"boolean isEqual(java.lang.Object toSource, java.lang.Object toNewValue);",
"public boolean equals(Object obj) {\n return compareTo(obj) == 0;\n }",
"boolean areEqual(Object actual, Object other);",
"public boolean equals(Object otherObject)\n {\n \treturn this.comp... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
TODO Autogenerated method stub | public void run() {
try {
HttpClient client = new DefaultHttpClient();
String path = "http://14.63.212.236/index.php/schedule/deleteSchedule";
HttpPost post = new HttpPost(path);
HttpConnectionParams.setConnectionTimeout(client.getParams(), 30000);
List<NameValuePair> params = new ... | [
"@Override\n }",
"@Override\n\t\t\t\tpublic void pintate() {\n\t\t\t\t\t\n\t\t\t\t}",
"@Override\n public void extornar() {\n \n }",
"@Override\r\n\tpublic void hablar() {\n\t\t\r\n\t}",
"@Override\n\t\tpublic void kayit1() {\n\t\t\t\n\t\t}",
"@Override\r\n\tpublic void wydaj() {\n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
LD a d8 = Copy the following byte into the accumulator. | private void _0x3E() {
cycles += 8;
a = mmu.readByte(pc++);
} | [
"public static long pack8(byte[] data, int offset) {\n\t\t// pack a block to long, as LE 8 bytes\n\t\treturn data[offset ] & 0xffL |\n\t\t\t(data[offset + 1] & 0xffL) << 8 |\n \t\t\t(data[offset + 2] & 0xffL) << 16 |\n\t\t\t(data[offset + 3] & 0xffL) << 24 |\n\t\t\t(data[offset + 4] & 0xffL) << 32 |\n\t\... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Retorna um arquivo fixo da pasta /res/raw | public static String getFileString(Resources resources, int raw) throws IOException {
try {
InputStream in = resources.openRawResource(raw);
String s = IOUtils.toString(in);
IOUtils.closeQuietly(in);
return s;
} catch (RuntimeException e) {
Log.e(TAG, e.getMessage(), e);
}
return null;
} | [
"private String getXMLFileFromRaw() {\n\t\t// the target filename in the application path\n\t\tString fileNameWithPath = null;\n\t\tfileNameWithPath = \"idt_unimagcfg_default.xml\";\n\n\t\ttry {\n\t\t\tInputStream in = getResources().openRawResource(\n\t\t\t\t\tR.raw.idt_unimagcfg_default);\n\t\t\tint length = in.a... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Translates xDistance horizontally and yDistance vertically | public void translate(int xDistance, int yDistance); | [
"public void translateX(float distance) {}",
"void translate(double[] distance);",
"private void translate(double x, double y) {\n gc.translate(x, y);\n origin.setX(origin.getX() + x);\n origin.setY(origin.getY() + y);\n }",
"public double distFrom(float x, float y) {\n //System... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ / / / / / / / | private String getText(int param1Int1, int param1Int2) throws BadLocationException {
/* 2959 */ View view = (View)AbstractButton.this.getClientProperty("html");
/* 2960 */ if (view != null) {
/* 2961 */ Document document = view.getDocument();
/* 2962 */ if (document instanceof StyledDocument... | [
"private void calculatePaths() {\n\n\n }",
"public static void main (String arg[]){\n\tSystem.out.println(\" ( ) ( ( \"); \n\n\tSystem.out.println(\" ( )\\\\ ) ( /( ( )\\\\ ) ( )\\\\ ) \");\n\t\n\tSystem.out.println(\... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Using Scanner: Initiated out put | public static void main(String[] args) {
Scanner ab= new Scanner (System.in);
System.out.println("Enter the Value:");
int EmpId = ab.nextInt();
{
// Else and Else If
if(EmpId==10) {
System.out.println("True");
}else {
System.out.println("False");
}
}
} | [
"public TerminalIO() {\n this.scanner = new Scanner(System.in);\n }",
"private void selectOutput() {\r\n\t\tscan = new Scanner(System.in);\r\n\t\tSystem.out.println(\"1 - Logfile output\");\r\n\t\tSystem.out.println(\"2 - Text output\");\r\n\t\tSystem.out.println(\"3 - Both\");\r\n\t\tString input = sca... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns the name of current lec | public String getCurrentLecture() {
CURRENT_CALENDAR = Calendar.getInstance();
Date date = CURRENT_CALENDAR.getTime();
return TIME_TABLE.get(getDayName().toUpperCase() + SEMI_COLON + getTimeInterval(date));
} | [
"public java.lang.CharSequence getLName() {\n return lName;\n }",
"public String getContLname() {\n\t\treturn contLname;\n\t}",
"public String getNameLC()\n {\n return _nameLC != null ? _nameLC : (_nameLC = _name.toLowerCase());\n }",
"public String getName() {\r\n return \"Leitner\";\... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns true if field utilisateur is set (has been assigned a value) and false otherwise | public boolean isSetUtilisateur() {
return this.utilisateur != null;
} | [
"public final boolean isUsuarioDefaultValue() {\r\n return isDefaultValue(getUsuarioAttribute(getMtDatabase()));\r\n }",
"@Transient\r\n\tpublic boolean getIsUserOnly(){\r\n\t\tif(StringUtils.isBlank(getAssignedIdentifier()) && !StringUtils.isBlank(getLoginId())){\r\n\t\t\treturn true;\r\n\t\t}\r\n\t\tr... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
BA.debugLineNum = 6;BA.debugLine="Sub Process_Globals"; BA.debugLineNum = 9;BA.debugLine="Dim server =\" | public static RemoteObject _process_globals() throws Exception{
actlapor._server = BA.ObjectToString("http://b240bd05c3dc.ngrok.io/klik113-master/mobile/");
//BA.debugLineNum = 10;BA.debugLine="Private rp As RuntimePermissions";
actlapor._rp = RemoteObject.createNew ("anywheresoftware.b4a.objects.RuntimePermissions")... | [
"public static String _process_globals() throws Exception{\n_srvr = new anywheresoftware.b4j.object.ServerWrapper();\r\n //BA.debugLineNum = 14;BA.debugLine=\"End Sub\";\r\nreturn \"\";\r\n}",
"public static RemoteObject _process_globals() throws Exception{\nmain._xui = RemoteObject.createNew (\"anywheresoftwar... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns the result of interpreting the object as an instance of 'Activity Relationship'. This implementation returns null; returning a nonnull result will terminate the switch. | public T caseArtefactActivityRelationship(ArtefactActivityRelationship object) {
return null;
} | [
"public T caseActRelationship(ActRelationship object) {\n\t\treturn null;\n\t}",
"public Relationship_type getRelationship() {\n return relationship;\n }",
"public T caseMedicationActivity(MedicationActivity object) {\n\t\treturn null;\n\t}",
"public String getRelationship() {\r\n return rela... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Method for checking a purchase by invoice and purchase date and returning an item within a 15 day return policy | private void ReplaceItem(Customer c) {
String input;
String choice;
Item itemToReplace;
Long invoiceNo;
Invoice enteredInvoice;
System.out.println("Welcome " + c.getEmail() + "!! Your invoice details are:");
showInvoices();
try {
System.out.println("Enter the invoice number.");
input... | [
"public void purchaseItem(String purchaseItem, BigDecimal amount){\n\t\tItem items = itemsMap.get(purchaseItem);\n\t\tif(items == null || items.getCount() == 0){\n\t\t\tSystem.out.println(\"Wrong item selected\");\n\t\t\treturn;\n\t\t}else{\n\t\t\tint returnVal = amount.compareTo(items.getPrice());\n\t\t\tswitch(re... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Look over all data sets on the plot and find the maximum value displayed in the current plot window. | private double[] determineNonTimeMinDataValueCurrentlyDisplayed() {
double[] minAndTime = new double[2];
minAndTime[0] = Double.MAX_VALUE;
minAndTime[1] = 0;
Collection<PlotDataSeries> dataSets = dataManager.dataSeries.values();
for (PlotDataSeries data: dataSets) {
double[] resultForDataSet = data.getM... | [
"public double getMaxValue(int serie)\n/* */ {\n/* 916 */ boolean maximumOfOneSeries = (serie >= 0) && (serie < this.seriesCount);\n/* 917 */ boolean sampleFound = false;\n/* */ \n/* */ \n/* 920 */ double max = -1.7976931348623157E308D;\n/* 921 */ if (maximumOfOneSeries) {\n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
A round is over. Calculate pot/side pot | public void procRoundOver() {
PokerPresence[] actives = activePlayers();
PokerPresence[] allin = allInsNotAdjustedPlayers(marker().pos());
PokerPresence[] folded = foldedPlayers(marker().pos());
if (allin == null || allin.length == 0) { // NO ALL IN PLAYERS
// Collect the money from fold... | [
"double getPot();",
"private int getMoneyPot() {\r\n return playerManager.getPlayer(m_botAction.getBotName(), false).getMoney();\r\n }",
"public double getPot() {\n return pot;\n }",
"private void roundOver()\n {\n while( player2.getPoints() <= 16 )\n {\n P2Roun... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
TODO Autogenerated method stub | @Override
public boolean isCredentialsNonExpired() {
return true;
} | [
"@Override\n }",
"@Override\n\t\t\t\tpublic void pintate() {\n\t\t\t\t\t\n\t\t\t\t}",
"@Override\n public void extornar() {\n \n }",
"@Override\r\n\tpublic void hablar() {\n\t\t\r\n\t}",
"@Override\n\t\tpublic void kayit1() {\n\t\t\t\n\t\t}",
"@Override\r\n\tpublic void wydaj() {\n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
System.out.println("+ " + srcFile); | public void md2class(File srcFile, File destFile) {
try {
// System.out.println("parent: " + destFile.getParent());
if (destFile.getParent().endsWith("ui")) {
// Vygenerovat přes Velocity šablonu.
ClassDefs c = null;
List<String> lines = Files.readAllLines(Paths.get(srcFile.getPath()));
... | [
"String getSourceFile();",
"public String getDescription() {\r\n\treturn \"Source Files\";\r\n}",
"static String test() {\n return src() + File.separator + DIR_TEST;\n }",
"static String main() {\n return src() + File.separator + DIR_MAIN;\n }",
"public String toString() { \n retur... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Checks whether this map ID belongs to an existing image | private static boolean hasMapId(int mapId) {
return MAPS_BY_MAP_ID.containsKey(mapId);
} | [
"@Override\n\tpublic boolean existsImage(ImageDTO img) {\n\t\treturn false;\n\t}",
"public boolean isSetImageId()\n {\n synchronized (monitor())\n {\n check_orphaned();\n return get_store().count_elements(IMAGEID$2) != 0;\n }\n }",
"pu... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Filters all system modules. Deals with a map containing com.sun.appserv.management.j2ee.J2EEModule or Subinterfaces, basically JSR 77 objects Use getDeployedObjects for filtering config objects ie.com.sun.appserv.management.config.ModuleConfig | protected static Map stripOutSystemApps(final Map allModules) {
Map deployedObjects = new HashMap();
for (Iterator it = allModules.values().iterator(); it.hasNext();) {
J2EEManagedObject j2eeModule = (J2EEManagedObject) it.next();
ModuleConfig appConfig = (ModuleConfig) j2eeModul... | [
"Map<Bundle, Module> getModules();",
"public static List<Map<String, String>> shareModules() {\n val modules = new LinkedList<Map<String, String>>();\n\n instance().moduleConfigurations.values().forEach(moduleConfig -> {\n val isActive = instance().isModuleActive(moduleConfig.getConfigPat... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ renamed from: a | public <T extends B> T mo26774a(C6693m<T> mVar, T t) {
throw new UnsupportedOperationException();
} | [
"public interface C3511a {\n /* renamed from: a */\n void mo29057a(int i);\n }",
"interface C4511c {\n /* renamed from: a */\n void mo29775a();\n }",
"public interface ans {\n /* renamed from: a */\n void mo1174a();\n}",
"public interface C24712af {\n /* renamed from... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
method to set the desire dimensions | @Override
public Dimension getPreferredSize() {
return (new Dimension(200,200));
} | [
"public void setDimensions(Dimensions dimensions);",
"public void setDimensions() {\r\n\t\t// By default, do nothing\r\n\t}",
"private void setDim(){\n\t\tcols = mucchio.conta(createDir(\"n\"));\n\t\trows = mucchio.conta(createDir(\"e\"));\n\t}",
"public void setDimensionsX(int x);",
"public abstract void s... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Set an ARCommand to hold the command GPSControllerLongitudeForRun in feature MiniDrone Feature MiniDrone description: All MiniDroneonly commands Class GPS description: GPS related commands Command ControllerLongitudeForRun description: Set the controller longitude for a run. This function reuses the current ARCommand, ... | public ARCOMMANDS_GENERATOR_ERROR_ENUM setMiniDroneGPSControllerLongitudeForRun (double _longitude) {
ARCOMMANDS_GENERATOR_ERROR_ENUM err = ARCOMMANDS_GENERATOR_ERROR_ENUM.ARCOMMANDS_GENERATOR_ERROR;
if (!valid) {
return err;
}
int errInt = nativeSetMiniDroneGPSControllerLong... | [
"public Command getAutonomousCommand4() {\n var autoVoltageConstraint = new DifferentialDriveVoltageConstraint(\n new SimpleMotorFeedforward(Constants.DriveConstants.ksVolts,\n Constants.DriveConstants.kvVoltSecondsPerMeter,\n Constants.DriveConsta... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
$ANTLR end "ruleDependencyRule" $ANTLR start "entryRuleFreeDependencyRule" InternalSpecDSL.g:328:1: entryRuleFreeDependencyRule : ruleFreeDependencyRule EOF ; | public final void entryRuleFreeDependencyRule() throws RecognitionException {
try {
// InternalSpecDSL.g:329:1: ( ruleFreeDependencyRule EOF )
// InternalSpecDSL.g:330:1: ruleFreeDependencyRule EOF
{
before(grammarAccess.getFreeDependencyRuleRule());
... | [
"public final void entryRuleFeature() throws RecognitionException {\n try {\n // ../de.nagarro.nteg.domain.model.ui/src-gen/org/example/domainmodel/ui/contentassist/antlr/internal/InternalDomainmodel.g:315:1: ( ruleFeature EOF )\n // ../de.nagarro.nteg.domain.model.ui/src-gen/org/exampl... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This function is called when the disabled button is hit. You can use it to reset subsystems before shutting down. | public void disabledInit(){
} | [
"@Override\n public void disabledInit() {\n // drivetrain.resetSubsystem();\n // shooter.resetSubsystem();\n // intakeStorage.resetSubsystem();\n }",
"public void disable()\r\n {\r\n \tdisabled = true;\r\n }",
"public void disabled() {\n\t}",
"public void onDisable() {\n // TODO: Pl... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Remove all child Widgets from this container. | public void removeAll()
{
for (int i = 0; i < child.length; i++)
remove(i);
} | [
"public void removeAll()\n {\n getComponent().removeAll();\n for (Widget w : child)\n removeAsParent(w);\n child.clear();\n childLayout.clear();\n invalidateSize();\n }",
"public void removeAllChildren(){\n for (int i=0;i<Constants.NUM_DISPLAY_LAYERS;i++){\n displayList.get... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Return the RectoratDetail TypeCode | public org.omg.CORBA.TypeCode _type()
{
return RectoratDetailHelper.type();
} | [
"java.lang.String getIdentityDocTypeCode();",
"public org.omg.CORBA.TypeCode _type()\n {\n return EtudiantDetailHelper.type();\n }",
"public String getTypeCode();",
"@Override\n\tpublic String getTypeCode() {\n\t\tif (null==this._typeCode) {\n\t\t\tthis._typeCode = this.extractTypeCode();\n\t\t}\... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Test case number: 42 /Coverage entropy=2.14792114965299 | @Test(timeout = 4000)
public void test042() throws Throwable {
StringReader stringReader0 = new StringReader("synchronized");
JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0, 1471, 595, 7);
JavaParserTokenManager javaParserTokenManager0 = new JavaParserTokenManager(javaCharStream... | [
"@Test(timeout = 4000)\n public void test147() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDirectoryLoader0.getStructure();\n Evaluation evaluation0 = new Evaluation(instances0, (CostMatrix) null);\n String string0 = ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
The manual test only has two CacheManagers in the cluster, so there is only ever one other. | protected int expectedPeers() {
return 1;
} | [
"@Test\n public void testRemoteCachePeersDetectsDownCacheManagerSlow() throws InterruptedException {\n List<CacheManager> cluster = createCluster(3);\n try {\n CacheManager manager = cluster.get(0);\n\n Thread.sleep(2000);\n\n //Drop a CacheManager from the cluster\... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
addNewGame Function to add a new game to the database Will return 1 if everything is ok, 0 if not, and 1 if there is a problem in the server | public int addNewGame(String gName)
{
response = "";
int result = 0;
try{
url = new URL(APIURL+"game/addGameToDatabase");
conn = (HttpURLConnection) url.openConnection();
conn.setRequestMethod("POST");
conn.setRequestProperty("Content-type", "a... | [
"public boolean addToDB() {\n final String sqlAddHighScore = \"INSERT INTO Highscore2 (Levelname, Playername, Time, Score, Credits)\" +\n \"VALUES (?, ?, ?, ?, ?);\";\n try {\n pst = conn.prepareStatement(sqlAddHighScore);\n pst.setString(1, levelName);\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
there seems to be no corresponding method on XMLDocumentFilter. just pass it down to the output, if any. | public void skippedEntity(String name) throws SAXException {
if (fContentHandler != null) {
fContentHandler.skippedEntity(name);
}
} | [
"XSLTElementProcessor(){}",
"private static void filter() {\n }",
"public SaxFilterMaker getSaxExtensionFilter()\n { return _xrap; }",
"public XMLFilter newXMLFilter(Source src) \n\tthrows TransformerConfigurationException \n {\n\tTemplates templates = newTemplates(src);\n\tif (templates == null) ret... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
TODO Autogenerated method stub | @SuppressWarnings("unchecked")
@Override
public String getNextAuctionId() {
String result = "";
try {
Date date = new Date();
Calendar cal = Calendar.getInstance();
cal.setTime(date);
int year = cal.get(Calendar.YEAR);
int month = 1 + cal.get(Calendar.MONTH);
String mm = (month + "").length() ==... | [
"@Override\n }",
"@Override\n\t\t\t\tpublic void pintate() {\n\t\t\t\t\t\n\t\t\t\t}",
"@Override\n public void extornar() {\n \n }",
"@Override\r\n\tpublic void hablar() {\n\t\t\r\n\t}",
"@Override\n\t\tpublic void kayit1() {\n\t\t\t\n\t\t}",
"@Override\r\n\tpublic void wydaj() {\n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Assigns the specified color to the snake. | private void chooseColor() {
Color[] colors = {new Color(0,255,127), new Color(250,128,114), new Color(176,224,230), new Color(240,230,140)};
color = colors[position];
} | [
"public Color setStoneColor();",
"public void change_color()\r\n\t{\r\n\t\tint n = rand.nextInt(block.colors.length);\r\n\t\tfor(Circle temp : this.saanp)\r\n\t\t{\r\n\t\t\ttemp.setFill(block.colors[n]);\r\n\t\t}\r\n\t}",
"public void setColour(Color colour){\n whichColour = colour;\n }",
"public vo... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ this is called from GoAnalysis | String[] getReferenceGeneList() {
String listString = referenceList.getText().trim();
if (listString.length() == 0)
return null;
return listString.split(",| ");
} | [
"protected abstract void runAnalysis();",
"public Object analyze();",
"@Override\n\t\tpublic void kayit1() {\n\t\t\t\n\t\t}",
"public void mo17751g() {\n }",
"private static void EX5() {\n\t\t\r\n\t}",
"public void mo28221a() {\n }",
"public void paly() {\n\t\t\n\t}",
"@Override\n\tpubli... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Creates a new instance. | public Builder() {
namesAndValuesBuilder = new ImmutableListMultimap.Builder<>();
} | [
"public Create() {\n\t\t\tsuper();\n\t\t}",
"T createNewInstance();",
"public void create() { }",
"@SuppressWarnings(\"unchecked\")\n\tpublic static JSONObject createInstance() {\n\t\tJSONObject json = new JSONObject();\n\t\ttry {\n\t\t\tjson = makeRequest(URL + \"/instance\", \"POST\");\n\t\t} catch (Excepti... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Since the getAllSubmissionStatuses totally invoke method in persistence, We just use MOCK persistence class to prove it is invoked properly. | public void testGetAllSubmissionStatuses_Accuracy() {
SubmissionStatus submissionStatus = DeliverableTestHelper.getValidToPersistSubmissionStatus();
submissionStatus.setId(2);
try {
assertEquals("getAllUploadStatus doesn't work.", submissionStatus.getId(),
(p... | [
"public void testSubmissionStatusPersistence() throws Exception {\r\n SubmissionStatus[] submissionStatuses = new SubmissionStatus[10];\r\n\r\n for (int i = 0; i < submissionStatuses.length; i++) {\r\n submissionStatuses[i] = new SubmissionStatus();\r\n submissionStatuses[i].setS... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Examines the comboBoxModel state and calculates the prospective value if abbreviations were applied. | public String getAbbreviatedLabel() {
StringBuilder result = new StringBuilder();
for (ComboBoxModel model : models) {
if (result.length() > 0) {
result.append(' ');
}
result.append(model.getSelectedItem());
}
return result.toString();
} | [
"private void comboZip_SelectionChangeCommitted(Object sender, System.EventArgs e) throws Exception {\n textCity.Text = ((ZipCode)ZipCodes.ALFrequent[comboZip.SelectedIndex]).City;\n textState.Text = ((ZipCode)ZipCodes.ALFrequent[comboZip.SelectedIndex]).State;\n textZip.Text = ((ZipCode)ZipCod... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Handle Set request in Q4 | public String q4Set(String tweetid, String seq, String fields, String payloads) {
// add to the seq map if not exist
if (steps.get(tweetid) == null) {
steps.put(tweetid, 1);
}
Integer current = Integer.parseInt(seq);
// start time of block
long start = System.currentTimeMillis();
while (current > steps... | [
"public void setQ(Q newQ);",
"public Reply remoteSetValues(Request request) \n\tthrows ProtocolException\n {\n\tInputStream in = getInputStream(request);\n\t//Get the target resource to act on:\n\tResourceReference rr = lookup(request);\n\ttry {\n\t Resource r = rr.lock();\n\t ResourceDescription de... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
UPDATE THE LEVEL TO FIT THE BACKGROUDN IMAGE SIZE | public void updateBackgroundImage(String newBgImage)
{
level.backgroundImageFileName = newBgImage;
try
{
backgroundImage = ImageIO.read(new File(PATH_LEVELS + level.backgroundImageFileName));
} catch (IOException e) {
}
int levelWidth = ... | [
"public static void stageResized() {\n\t\tdrawStaticGui();\n\t\tcloseStep.setPosition(p.width - stepGUIPadding - 30 - 1, stepGUIPadding + 2);\n\t\thelp.setPosition(p.width - stepGUIPadding - 60 - 1, stepGUIPadding + 2);\n\t}",
"private void adjustGrassImage() {\n\r\n\t\tfinal double SCALE = 0.5;\r\n\t\tfinal doub... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Created by osboxes on 13/09/16. | public interface DnaBitStringGeneric {
/**
* * Fast conversion to Kmer31 family, by same bit representation
* @param from
* @return
*/
public Kmer31 getKmer31(int from);
/**
* Fast conversion to Kmer31 family, by same bit representation
* @param from index of the starting se... | [
"@Override\n public void extornar() {\n \n }",
"@Override\n\t\t\t\tpublic void pintate() {\n\t\t\t\t\t\n\t\t\t\t}",
"private static void EX5() {\n\t\t\r\n\t}",
"@Override\n }",
"@Override\r\n\tpublic void hablar() {\n\t\t\r\n\t}",
"protected void mo4791d() {\n }",
"public void... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
check whether string s exists inside the Trie or not | boolean contains(String s) {
// TODO
TrieNode curr = this.root;
// traverse through the trie
for (int i = 0; i < s.length(); i++) {
char c = s.charAt(i);
int pos = getPos(c);
curr = curr.getChild(pos);
// if node does not exist, trie does n... | [
"public boolean contains(String item) {\n\t\tif (root == null) return false;\n\n\t\tTrieNode current = root;\n\t\tchar charNow;\n\t\twhile(current != null){\n\t\t\t// If we find the string in the Trie, check if it is a terminal\n\t\t\tif(item.length() == 0){\n\t\t\t\tif(current.terminal) return true;\n\t\t\t\tretur... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Task executed to display live images when using a single camera | private Runnable singleCameraLiveTask() {
return new Runnable() {
@Override
public void run() {
if (core_.getRemainingImageCount() == 0) {
return;
}
if (win_.windowClosed()) //check is user closed window
{
... | [
"private void showPhoto() {\n\n\n LocalPhoto localPhoto = mProperty.getLocalPhoto();\n\n if (localPhoto!=null) {\n\n\n Bitmap bitmap = localPhoto.getImageBitmap();\n\n if (bitmap != null) {\n\n// BitmapDrawable bitmap = null;\n\n// Bitmap b = BitmapFactory.d... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns a count of activity notifications in the My Requests table for this user. | public Long countNotificationsMyRequests(UserItem userItem) {
Object[] params = {userItem};
String query = "select count(*) from AccessRequestStatusItem status where status.user = ?"
+ " and status.hasRequestorSeen = false";
Long count = (Long)getHibernateTemplate().find(query, par... | [
"@GET(\"notification/fetchCountForUser/{id}\")\n Call<ResponseBody> getUserNotificationsCount(@Path(\"id\") int user_id);",
"int getToUserCount();",
"public long countNotifications(Long userOid) {\n\t\treturn 0L;\n\t}",
"@Override\n public int countUserRequests(int userId) throws DAOException {\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This tests that the game is not successfully lent when the balance in one of the students' accounts is lower than the replacement cost of the game. | public void scenario4() {
HallEx abh = new HallEx();
abh.setAddress("blah blah");
abh.setFine(0.75);
abh.setName("ABH");
abh.setFineLimit(25.00);
GameEx chess = new GameEx();
chess.setHall(abh);
chess.setName("Chess");
chess.setPrice(10.... | [
"private void checkTransactionFairness(\n int numFirstWinners,\n int numSecondWinners,\n int totalIterations) {\n assertLessThan(\"First Win Too Low\", totalIterations / 4, numFirstWinners);\n assertLessThan(\"Second Win Too Low\", totalIterations / 4, numSecondWinners);\n }",
"@Test\r\n\tpu... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
sets model attribute for inventory | @ModelAttribute("inventory")
public Inventory initInventory(){ return new Inventory(); } | [
"public void setInventory(int value) {\n this.inventory = value;\n }",
"@Override\n\n public void setInventory(Inventory inventory) {\n\n this.inventory = inventory;\n\n }",
"Rental setInventoryId(int inventoryId);",
"public void setModel(InventoryModel model)\n\t{\n\t\t... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise | public boolean isSet(_Fields field) {
if (field == null) {
throw new IllegalArgumentException();
}
switch (field) {
case SUCCESS:
return isSetSuccess();
case ERR:
return isSetErr();
}
throw new IllegalStateException();
} | [
"public boolean isSet(_Fields field) {\n if (field == null) {\n throw new IllegalArgumentException();\n }\n\n switch (field) {\n case ID:\n return isSetId();\n case DATA:\n return isSetData();\n }\n throw new IllegalStateException();\n }",
"public boolean... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
painting a yellow block for tetris piece | public void paintBlock(Graphics g, int row, int col, int blockSize) {
g.setColor(board.getRandomColor());
g.fillRect(col * blockSize, row * blockSize, blockSize, blockSize);
g.setColor(Color.BLACK);
g.drawRect(col * blockSize, row * blockSize, blockSize, blockSize);
} | [
"public void paintComponent(final Graphics the_graphics) {\n \n super.paintComponent(the_graphics);\n final Graphics2D g2d = (Graphics2D) the_graphics;\n g2d.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON);\n g2d.setPaint(Color.LIGHT_GRAY);\n g2d.setStroke(new ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
CRUD RESTful methods below Alta | public Perfil crear(Perfil p) {
log.info("Antes de crear: " + p);
// excepción si la instancia tiene id
// excepción si la instancia no tiene info
em.persist(p);
log.info("Despues de crear: " + p);
return p;
} | [
"public interface BooksClient {\n\n @GET(\"books\")\n Call<List<Book>> all();\n\n @POST(\"books\")\n Call<SimpleResponse> insert(@Body Book book);\n\n}",
"public interface ApiContenedor {\n @GET(\"api/contenedores/get?\")\n Call<List<Contenedor>> getContenedores(@Query(\"id\") String id);\n\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Initializes an instance of TrafficsImpl. | TrafficsImpl(TrafficClientImpl client) {
this.service = RestProxy.create(TrafficsService.class, client.getHttpPipeline(), client.getSerializerAdapter());
this.client = client;
} | [
"public TraceFactoryImpl()\n {\n super();\n }",
"public Traccion() {\r\n\t\t\tsuper();\r\n\t\t}",
"public Trail() {\r\n\t\t// initialise instance variables\r\n\t\tNatureFeature[] features = new NatureFeature[4];\r\n\t}",
"public Tutor() {\n\n\t}",
"void initiate()\n {\n TravelDisutility trave... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
fonction qui renvoit la construction hasardeuse d'un bateau | public ArrayList<String> hasardcontruc(String name) {
String finalpos = null;
ArrayList<String> loca = new ArrayList<String>();
String a = hasard();
if (name.equals("carrier")) {
finalpos = Config.compfonc(a, 5);
if (!Config.isCorrect(finalpos)) {
return hasardcontruc(name);
} else {
loca = Con... | [
"public Bateau(){\n\t\t\n\t}",
"private void inizia() {\n this.braccioVert = this.creaBraccio(true);\n this.braccioOrizz = this.creaBraccio(false);\n }",
"private Birim_Veri_Al(){}",
"@Override\n\t\t\tpublic void afficherPlateau(Plateau plateau) {\n\t\t\t\t\n\t\t\t}",
"private v... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Loads items from query scope and params. | @SuppressWarnings("unchecked")
protected void loadItems() {
try {
APCallback<List<T>> callback = new APCallback<List<T>>() {
@Override
public void finished(final List<T> arg0, Throwable ex) {
if(ex != null) {
ex.printSta... | [
"void loadItems();",
"public void loadItems() {\n if (itemList == null) {\n try {\n updateItems();\n } catch (IOException e) {\n e.printStackTrace();\n } catch (JSONException e) {\n e.printStackTrace();\n }\n }\... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Verify Mon to Sun days are visible | void validateWeekdays(int noOfDays, int currentDate) {
for(int index=1;index<=7;index++) {
driver.findElement(By.xpath(propRead.propRead("weekday"+index))).isDisplayed();
}
// Verify days in month
for(int index=1;index<=noOfDays;index++) {
if(index<currentDate) {
if(index<10)
Assert.assertEquals... | [
"protected void checkWeekDay(){\n Calendar c = Calendar.getInstance();\n int dayOfWeek = c.get(Calendar.DAY_OF_WEEK);\n\n if (Calendar.SATURDAY == dayOfWeek || Calendar.SUNDAY == dayOfWeek) {\n status = \"Libur Kerja\";\n }\n }",
"boolean isSetWednesday();",
"@Test\n\tp... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Util method to write an attribute with the ns prefix | private void writeAttribute(java.lang.String prefix,
java.lang.String namespace, java.lang.String attName,
java.lang.String attValue,
javax.xml.stream.XMLStreamWriter xmlWriter)
throws javax.xml.stream.XMLStreamException {
java.lang.String writerPrefix = xmlWr... | [
"private void writeAttribute(java.lang.String namespace, java.lang.String attName, java.lang.String attValue,\r\n\t\t\tjavax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamException {\r\n\t\tif (namespace.equals(\"\")) {\r\n\t\t\txmlWriter.writeAttribute(attName, attValue);\r\n\t\t} else {\r... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Mandatory empty constructor for the fragment manager to instantiate the fragment (e.g. upon screen orientation changes). | public ShowMyParentFragment() {
} | [
"public ActivityFragment() {}",
"public HrmFragment() {\n super();\n }",
"public _4_1_Fragment () {\n\t\t\n\t}",
"public ExhibitorFragment() {\n }",
"public NewsFragment() {\n }",
"public NewsListFragment() {\n }",
"public MyTodoListFragment() {\n }",
"public InFragment() {\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Create an image file name | File createImageFile() throws IOException {
String timeStamp = new SimpleDateFormat("yyyyMMdd_HHmmss", Locale.ENGLISH).format(new Date());
String imageFileName = "JPEG_" + timeStamp + "_";
File storageDir = getExternalFilesDir(Environment.DIRECTORY_PICTURES);
File image = File.createTe... | [
"private static String createFileName() {\n String filename;\n Date date = new Date(System.currentTimeMillis());\n @SuppressLint(\"SimpleDateFormat\") SimpleDateFormat dateFormat = new SimpleDateFormat(\"'IMG'_yyyyMMdd_HHmmss\");\n filename = dateFormat.format(date) + \".jpg\";\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Inflate the menu; this adds items to the action bar if it is present. | @Override
public boolean onCreateOptionsMenu(Menu menu) {
getMenuInflater().inflate(R.menu.menu_main, menu);
return true;
} | [
"@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater inflator = getMenuInflater();\n\t\tinflator.inflate(R.menu.activity_action_bar, menu);\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}",
"@Override\r\n public boolean onCreateOptionsMenu( android.view.Menu menu)\r\n {\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
The interface show that administrator add user error | public void addUserfail(){
JFmain.getContentPane().remove(JPmanageuser);
JFmain.repaint();
JPadduserfail = new JPanel(new GridLayout(2,1));
JLabel JLadduserfail = new JLabel("Wrong!");
JPanel JPadduserfailback = new JPanel();
JPadduserfail.add(JLadduserfail);
JPadduserfail.add(JPadduserfailback);
JBu... | [
"public int addAdmin() {\n\n\t\tSystem.out.println(\"***********Add New Admin***********\");\n\t\t// take user information as input from user\n\t\tSystem.out.print(\"Enter the Name: \");\n\t\tname = input.nextLine();\n\t\tSystem.out.print(\"Enter the username: \");\n\t\tuser_name = input.nextLine();\n\t\tSystem.out... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
TODO Autogenerated method stub | @Override
public void afterTextChanged(Editable s) {
String enteredQty = edt_count.getText().toString().trim();
int qty = Integer.parseInt(enteredQty.isEmpty() ? "0" : enteredQty);
if (qty <= 0) {
buy_cart.setEnabled(false);
... | [
"@Override\n }",
"@Override\n\t\t\t\tpublic void pintate() {\n\t\t\t\t\t\n\t\t\t\t}",
"@Override\n public void extornar() {\n \n }",
"@Override\r\n\tpublic void hablar() {\n\t\t\r\n\t}",
"@Override\n\t\tpublic void kayit1() {\n\t\t\t\n\t\t}",
"@Override\r\n\tpublic void wydaj() {\n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |