query
stringlengths
7
33.1k
document
stringlengths
7
335k
metadata
dict
negatives
listlengths
3
101
negative_scores
listlengths
3
101
document_score
stringlengths
3
10
document_rank
stringclasses
102 values
Liefert das aktuelle Level zurueck
public int getLevel(){ return level; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public int level();", "@Override\n\tdouble updateLevel() {\n\t\treturn 0;\n\t}", "protected int getLevel(){\r\n return this.level;\r\n }", "public void setLevel(Level level) { this.currentLevel = level; }", "public void setLevel(int newlevel)\n {\n level = newlevel; \n }", "int g...
[ "0.77523774", "0.7724051", "0.7654023", "0.7602714", "0.7576333", "0.75512034", "0.7490934", "0.74028033", "0.7393845", "0.7393845", "0.7393845", "0.7393845", "0.7393845", "0.7373755", "0.73688686", "0.73688686", "0.7359191", "0.7359191", "0.73585236", "0.73225373", "0.732253...
0.7187509
45
Gibt die aktuelle Karte zurueck
public MapDisplay getMap(){ return map; //gibt die Karte zurück }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n\tpublic void recreo() {\n\n\t}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\n public voi...
[ "0.6090002", "0.60071063", "0.59937936", "0.5989082", "0.59870523", "0.5871796", "0.5763809", "0.5718594", "0.5683764", "0.5670764", "0.5667304", "0.56426936", "0.5639131", "0.56367654", "0.5633479", "0.5607375", "0.5601829", "0.55969197", "0.55959207", "0.55942637", "0.55905...
0.0
-1
Gibt die aktuelle Raumnummre zurueck
public int getRoom(){ return room; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void remplirPrestaraireData() {\n\t}", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "private void remplirMaterielData() {\n\t}", "public void verarbeite() {\n\t\t\r\n\t}", "@Override\n\tpublic void recreo() {\n\n\t}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "publi...
[ "0.6395082", "0.630426", "0.6281887", "0.61840427", "0.6182822", "0.5930717", "0.58458453", "0.5840765", "0.581775", "0.5763571", "0.57482165", "0.57457876", "0.5743309", "0.57257175", "0.57200366", "0.5704247", "0.5697638", "0.56918055", "0.5680945", "0.56718993", "0.5626676...
0.0
-1
TODO Autogenerated method stub
@Override public Object getItem(int position) { return null; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExr...
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.608016...
0.0
-1
TODO Autogenerated method stub
@Override public long getItemId(int position) { return 0; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExr...
[ "0.66713095", "0.6567948", "0.652319", "0.648097", "0.64770466", "0.64586824", "0.64132667", "0.6376419", "0.62759", "0.62545097", "0.62371093", "0.62237984", "0.6201738", "0.619477", "0.619477", "0.61924416", "0.61872935", "0.6173417", "0.613289", "0.6127952", "0.6080854", ...
0.0
-1
Build the ProcInfo data structure for each processor.
protected boolean init() { this.mProcInfo = new ProcInfo(); this.mProcInfo.ml = this.mMediaLocator; try { System.err.println("- Create processor for: " + this.mMediaLocator); this.mProcInfo.p = Manager.createProcessor(this.mMediaLocator); } catch (Exception e) { System.err.println("Yikes! Cann...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public IngestInfo(StreamInput in) throws IOException {\n processors = new TreeSet<>();\n final int size = in.readVInt();\n for (int i = 0; i < size; i++) {\n processors.add(new ProcessorInfo(in));\n }\n }", "public Map<Integer, AwareProcessBaseInfo> getAllProcessBaseInfo...
[ "0.5466452", "0.5191561", "0.5172078", "0.51384646", "0.50308037", "0.5028454", "0.5012853", "0.49505657", "0.49159732", "0.48950619", "0.4871593", "0.48617834", "0.48583788", "0.4856609", "0.48190904", "0.47481847", "0.474199", "0.46849418", "0.46782872", "0.4661068", "0.463...
0.49291393
8
Find the currently focused view, so we can grab the correct window token from it.
public static void hideKeyboard(Activity activity) { View view = activity.getCurrentFocus(); //If no view currently has focus, create a new one, just so we can grab a window token from it if(view != null) { InputMethodManager inputMethodManager = (InputMethodManager) acti...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public WindowState findFocusedWindow() {\n this.mTmpWindow = null;\n forAllWindows(this.mFindFocusedWindow, true);\n WindowState windowState = this.mTmpWindow;\n if (windowState != null) {\n return windowState;\n }\n if (WindowManagerDebugConfig.DEBUG_FOCUS_LIGH...
[ "0.7066463", "0.67699844", "0.6748136", "0.64797264", "0.631731", "0.622552", "0.6117491", "0.61073565", "0.5949267", "0.58931005", "0.58265775", "0.5805743", "0.57466483", "0.57177", "0.56153166", "0.55268365", "0.5525313", "0.5509909", "0.5488023", "0.54734576", "0.54725176...
0.0
-1
System.out.println("requesting layerRemaining : " + this.layerRemaining);
public int getLayerRemaining(){ return this.layerRemaining; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void incrementLayer () {\n layer++;\n }", "@Override\n public int getTotalLayers() {\n return this.layers.size();\n }", "public int getLayer()\n\t{\n\t\treturn layer;\n\t}", "public int getLayerCount() {\n\t\treturn layers.length;\n\t}", "public int getLayer() {\r\n\t\treturn ...
[ "0.650719", "0.6506197", "0.64159036", "0.6292624", "0.6268512", "0.6248313", "0.622912", "0.6188339", "0.6170027", "0.5986563", "0.582934", "0.5776219", "0.5760042", "0.5734881", "0.5726249", "0.5724915", "0.56945825", "0.5658701", "0.56463295", "0.56355417", "0.5606008", ...
0.82140106
0
TODO: Warning this method won't work in the case the id fields are not set
@Override public boolean equals(Object object) { if (!(object instanceof Bill)) { return false; } Bill other = (Bill) object; if ((this.id == null && other.id != null) || (this.id != null && !this.id.equals(other.id))) { return false; } return ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void setId(Integer id) { this.id = id; }", "private Integer getId() { return this.id; }", "public void setId(int id){ this.id = id; }", "public void setId(Long id) {this.id = id;}", "public void setId(Long id) {this.id = id;}", "public void setID(String idIn) {this.id = idIn;}", "public void se...
[ "0.6895054", "0.68374", "0.6704317", "0.6640388", "0.6640388", "0.6591309", "0.65775865", "0.65775865", "0.6573139", "0.6573139", "0.6573139", "0.6573139", "0.6573139", "0.6573139", "0.65607315", "0.65607315", "0.6543184", "0.65233654", "0.6514126", "0.6486639", "0.6476104", ...
0.0
-1
Returns the cellids which lie inside the given S2LatLngRect
public static S2CellUnion findCellIds(S2LatLngRect latLngRect) { ConcurrentLinkedQueue<S2CellId> queue = new ConcurrentLinkedQueue<S2CellId>(); ArrayList<S2CellId> cellIds = new ArrayList<S2CellId>(); for (S2CellId c = S2CellId.begin(0); !c.equals(S2CellId.end(0)); c = c.next()) { if (containsGeodataToFind(c...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "List<GridCoordinate> getCoordinates(int cellWidth, int cellHeight);", "public Iterable<Point2D> range(RectHV rect) {\n\n if (rect == null)\n throw new IllegalArgumentException(\"Got null object in range()\");\n \n Queue<Point2D> pointsInside = new Queue<>();\n \n for...
[ "0.6908989", "0.6443821", "0.6441202", "0.64182574", "0.63120466", "0.61784214", "0.6101339", "0.6089345", "0.6080908", "0.6054189", "0.60491943", "0.60304886", "0.60296005", "0.60047", "0.59779614", "0.5967237", "0.5933698", "0.59160435", "0.5850416", "0.58494836", "0.584718...
0.7407997
0
/ access modifiers changed from: 0000 / renamed from: a
public C7059Ec mo22953a(C7231ya yaVar) { return ((C7071Hc) yaVar).mo22762n(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public void func_104112_b() {\n \n }", "public void m23075a() {\n }", "@Override\n\t\t\t\tpublic void a() {\n\n\t\t\t\t}", "public interface C11112n {\n /* renamed from: a */\n void mo38026a();\n }", "public interface C1423a {\n /* renamed from: a */\n ...
[ "0.67132944", "0.65655446", "0.65399784", "0.65144646", "0.6469384", "0.6468396", "0.6461784", "0.6458328", "0.6449518", "0.644272", "0.64330333", "0.64257383", "0.6421159", "0.63868374", "0.6376262", "0.63560826", "0.63305223", "0.6318987", "0.6315042", "0.63145274", "0.6307...
0.0
-1
/ access modifiers changed from: 0000 / renamed from: a
public C7184mb mo22954a(C7059Ec ec) { C7090Mb mb = new C7090Mb(ec, this, this.f13541a); mb.mo22903a(true); return mb; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public void func_104112_b() {\n \n }", "public void m23075a() {\n }", "@Override\n\t\t\t\tpublic void a() {\n\n\t\t\t\t}", "public interface C11112n {\n /* renamed from: a */\n void mo38026a();\n }", "public interface C1423a {\n /* renamed from: a */\n ...
[ "0.67132944", "0.65655446", "0.65399784", "0.65144646", "0.6469384", "0.6468396", "0.6461784", "0.6458328", "0.6449518", "0.644272", "0.64330333", "0.64257383", "0.6421159", "0.63868374", "0.6376262", "0.63560826", "0.63305223", "0.6318987", "0.6315042", "0.63145274", "0.6307...
0.0
-1
/ access modifiers changed from: 0000 / renamed from: a
public void mo22955a() { for (C7059Ec ec : C7059Ec.m14677b(this.f13541a)) { if (!ec.mo22804e()) { mo22964h(ec); } } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public void func_104112_b() {\n \n }", "public void m23075a() {\n }", "@Override\n\t\t\t\tpublic void a() {\n\n\t\t\t\t}", "public interface C11112n {\n /* renamed from: a */\n void mo38026a();\n }", "public /* bridge */ /* synthetic */ void mo55094a() {\n ...
[ "0.6714286", "0.65658224", "0.65416825", "0.6513276", "0.6468388", "0.6468152", "0.64618325", "0.6459187", "0.64499724", "0.6441312", "0.6433308", "0.6425642", "0.6421592", "0.63852054", "0.63751984", "0.63556576", "0.63321835", "0.6319933", "0.6313815", "0.6313002", "0.63084...
0.0
-1
/ renamed from: a
public void mo22816a(C7059Ec ec, int i) { mo23144c(ec, i); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public interface C4521a {\n /* renamed from: a */\n void mo12348a();\n }", "public interface C1423a {\n /* renamed from: a */\n void mo6888a(int i);\n }", "interface bxc {\n /* renamed from: a */\n void mo2508a(bxb bxb);\n}", "interface C33292a {\n /* renamed fr...
[ "0.62497115", "0.6242887", "0.61394435", "0.61176854", "0.6114027", "0.60893", "0.6046901", "0.6024682", "0.60201293", "0.5975212", "0.59482527", "0.59121317", "0.5883635", "0.587841", "0.58703005", "0.5868436", "0.5864884", "0.5857492", "0.58306104", "0.5827752", "0.58272064...
0.0
-1
/ access modifiers changed from: 0000 / renamed from: a
public void mo22956a(Object obj, C7059Ec ec, int i) { if (obj instanceof C7060F) { ((C7060F) obj).mo22816a(ec, i); } if (obj instanceof C7254d) { ((C7254d) obj).failedToReceiveAd(i); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public void func_104112_b() {\n \n }", "public void m23075a() {\n }", "@Override\n\t\t\t\tpublic void a() {\n\n\t\t\t\t}", "public interface C11112n {\n /* renamed from: a */\n void mo38026a();\n }", "public interface C1423a {\n /* renamed from: a */\n ...
[ "0.67132944", "0.65655446", "0.65399784", "0.65144646", "0.6469384", "0.6468396", "0.6461784", "0.6458328", "0.6449518", "0.644272", "0.64330333", "0.64257383", "0.6421159", "0.63868374", "0.6376262", "0.63560826", "0.63305223", "0.6318987", "0.6315042", "0.63145274", "0.6307...
0.0
-1
/ access modifiers changed from: 0000 / renamed from: a
public void mo22957a(Object obj, C7231ya yaVar) { ((C7254d) obj).adReceived((C7251a) yaVar); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public void func_104112_b() {\n \n }", "public void m23075a() {\n }", "@Override\n\t\t\t\tpublic void a() {\n\n\t\t\t\t}", "public interface C11112n {\n /* renamed from: a */\n void mo38026a();\n }", "public interface C1423a {\n /* renamed from: a */\n ...
[ "0.67132944", "0.65655446", "0.65399784", "0.65144646", "0.6469384", "0.6468396", "0.6461784", "0.6458328", "0.6449518", "0.644272", "0.64330333", "0.64257383", "0.6421159", "0.63868374", "0.6376262", "0.63560826", "0.63305223", "0.6318987", "0.6315042", "0.63145274", "0.6307...
0.0
-1
/ renamed from: a
public /* bridge */ /* synthetic */ void mo22958a(LinkedHashSet linkedHashSet) { super.mo22958a(linkedHashSet); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public interface C4521a {\n /* renamed from: a */\n void mo12348a();\n }", "public interface C1423a {\n /* renamed from: a */\n void mo6888a(int i);\n }", "interface bxc {\n /* renamed from: a */\n void mo2508a(bxb bxb);\n}", "interface C33292a {\n /* renamed fr...
[ "0.62497115", "0.6242887", "0.61394435", "0.61176854", "0.6114027", "0.60893", "0.6046901", "0.6024682", "0.60201293", "0.5975212", "0.59482527", "0.59121317", "0.5883635", "0.587841", "0.58703005", "0.5868436", "0.5864884", "0.5857492", "0.58306104", "0.5827752", "0.58272064...
0.0
-1
/ renamed from: a
public /* bridge */ /* synthetic */ boolean mo23140a(C7059Ec ec, Object obj) { return super.mo23140a(ec, obj); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public interface C4521a {\n /* renamed from: a */\n void mo12348a();\n }", "public interface C1423a {\n /* renamed from: a */\n void mo6888a(int i);\n }", "interface bxc {\n /* renamed from: a */\n void mo2508a(bxb bxb);\n}", "interface C33292a {\n /* renamed fr...
[ "0.62497115", "0.6242887", "0.61394435", "0.61176854", "0.6114027", "0.60893", "0.6046901", "0.6024682", "0.60201293", "0.5975212", "0.59482527", "0.59121317", "0.5883635", "0.587841", "0.58703005", "0.5868436", "0.5864884", "0.5857492", "0.58306104", "0.5827752", "0.58272064...
0.0
-1
/ renamed from: b
public /* bridge */ /* synthetic */ void mo22959b(C7059Ec ec, int i) { super.mo22959b(ec, i); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "void mo2508a(bxb bxb);", "@Override\n public void func_104112_b() {\n \n }", "@Override\n public void b() {\n }", "public interface C19351a {\n /* renamed from: b */\n void mo30633b(int i, String str, byte[] bArr);\n }", "@Override\n\tpublic void b2() {\n\t\t\n\t}", "v...
[ "0.64558864", "0.6283203", "0.6252635", "0.6250949", "0.6244743", "0.6216273", "0.6194491", "0.6193556", "0.61641675", "0.6140157", "0.60993093", "0.60974354", "0.6077849", "0.6001867", "0.5997364", "0.59737104", "0.59737104", "0.5905105", "0.5904295", "0.58908087", "0.588663...
0.0
-1
/ renamed from: b
public /* bridge */ /* synthetic */ void mo22960b(C7059Ec ec, Object obj) { super.mo22960b(ec, obj); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "void mo2508a(bxb bxb);", "@Override\n public void func_104112_b() {\n \n }", "@Override\n public void b() {\n }", "public interface C19351a {\n /* renamed from: b */\n void mo30633b(int i, String str, byte[] bArr);\n }", "@Override\n\tpublic void b2() {\n\t\t\n\t}", "v...
[ "0.64558864", "0.6283203", "0.6252635", "0.6250949", "0.6244743", "0.6216273", "0.6194491", "0.6193556", "0.61641675", "0.6140157", "0.60993093", "0.60974354", "0.6077849", "0.6001867", "0.5997364", "0.59737104", "0.59737104", "0.5905105", "0.5904295", "0.58908087", "0.588663...
0.0
-1
/ renamed from: b
public /* bridge */ /* synthetic */ boolean mo23142b(C7059Ec ec) { return super.mo23142b(ec); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "void mo2508a(bxb bxb);", "@Override\n public void func_104112_b() {\n \n }", "@Override\n public void b() {\n }", "public interface C19351a {\n /* renamed from: b */\n void mo30633b(int i, String str, byte[] bArr);\n }", "@Override\n\tpublic void b2() {\n\t\t\n\t}", "v...
[ "0.64558864", "0.6283203", "0.6252635", "0.6250949", "0.6244743", "0.6216273", "0.6194491", "0.6193556", "0.61641675", "0.6140157", "0.60993093", "0.60974354", "0.6077849", "0.6001867", "0.5997364", "0.59737104", "0.59737104", "0.5905105", "0.5904295", "0.58908087", "0.588663...
0.0
-1
/ renamed from: c
public /* bridge */ /* synthetic */ C7231ya mo23143c(C7059Ec ec) { return super.mo23143c(ec); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "void mo5289a(C5102c c5102c);", "public static void c0() {\n\t}", "void mo57278c();", "private static void cajas() {\n\t\t\n\t}", "void mo5290b(C5102c c5102c);", "void mo80457c();", "void mo12638c();", "void mo28717a(zzc zzc);", "void mo21072c();", "@Override\n\tpublic void ccc() {\n\t\t\n\t}", ...
[ "0.64592767", "0.644052", "0.6431582", "0.6418656", "0.64118475", "0.6397491", "0.6250796", "0.62470585", "0.6244832", "0.6232792", "0.618864", "0.61662376", "0.6152657", "0.61496663", "0.6138441", "0.6137171", "0.6131197", "0.6103783", "0.60983956", "0.6077118", "0.6061723",...
0.0
-1
/ renamed from: d
public /* bridge */ /* synthetic */ C7231ya mo23146d(C7059Ec ec) { return super.mo23146d(ec); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void d() {\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int d()\r\n/* 79: */ {\r\n/* 80:82 */ return this.d;\r\n/* 81: */ }", "public String d_()\r\n/* 445: */ {\r\n/* 446:459 */ return \"container.inventor...
[ "0.63810617", "0.616207", "0.6071929", "0.59959275", "0.5877492", "0.58719957", "0.5825175", "0.57585526", "0.5701679", "0.5661244", "0.5651699", "0.56362265", "0.562437", "0.5615328", "0.56114155", "0.56114155", "0.5605659", "0.56001145", "0.5589302", "0.5571578", "0.5559222...
0.0
-1
/ renamed from: e
public /* bridge */ /* synthetic */ C7231ya mo22961e(C7059Ec ec) { return super.mo22961e(ec); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n\tpublic void e() {\n\n\t}", "public void e() {\n }", "@Override\n\tpublic void processEvent(Event e) {\n\n\t}", "@Override\n public void e(String TAG, String msg) {\n }", "public String toString()\r\n {\r\n return e.toString();\r\n }", "@Override\n\t\t\t\...
[ "0.72328156", "0.66032064", "0.6412127", "0.6362734", "0.633999", "0.62543726", "0.6232265", "0.6159535", "0.61226326", "0.61226326", "0.60798717", "0.6049423", "0.60396963", "0.60011584", "0.5998842", "0.59709895", "0.59551716", "0.5937381", "0.58854383", "0.5870234", "0.586...
0.0
-1
/ renamed from: f
public /* bridge */ /* synthetic */ boolean mo22962f(C7059Ec ec) { return super.mo22962f(ec); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void func_70305_f() {}", "public static Forca get_f(){\n\t\treturn f;\n\t}", "void mo84656a(float f);", "public final void mo8765a(float f) {\n }", "@Override\n public int f() {\n return 0;\n }", "public void f() {\n }", "void mo9704b(float f, float f2, int i);", "void mo56155...
[ "0.7323683", "0.65213245", "0.649907", "0.64541733", "0.6415534", "0.63602704", "0.6325114", "0.63194084", "0.630473", "0.62578535", "0.62211406", "0.6209556", "0.6173324", "0.61725706", "0.61682224", "0.6135272", "0.6130462", "0.6092916", "0.6089471", "0.6073019", "0.6069227...
0.0
-1
/ renamed from: g
public /* bridge */ /* synthetic */ void mo22963g(C7059Ec ec) { super.mo22963g(ec); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void g() {\n }", "public void gored() {\n\t\t\n\t}", "public boolean g()\r\n/* 94: */ {\r\n/* 95:94 */ return this.g;\r\n/* 96: */ }", "public int g()\r\n/* 173: */ {\r\n/* 174:198 */ return 0;\r\n/* 175: */ }", "public void stg() {\n\n\t}", "public xm n()\r\n/* 274: ...
[ "0.678414", "0.67709124", "0.6522526", "0.64709187", "0.6450875", "0.62853396", "0.6246107", "0.6244691", "0.6212993", "0.61974055", "0.61380696", "0.6138033", "0.6105423", "0.6057178", "0.60355175", "0.60195917", "0.59741", "0.596904", "0.59063077", "0.58127505", "0.58101356...
0.0
-1
/ renamed from: h
public /* bridge */ /* synthetic */ void mo22964h(C7059Ec ec) { super.mo22964h(ec); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected void h() {}", "public void h() {\n }", "public abstract long h();", "float getH() {\n return _h;\n }", "H1 createH1();", "@Override\n public String toString() {\n return \"H\";\n }", "public void add2Hash( Hashtable h, String source ) {\n \n AstCursor c = new Ast...
[ "0.7006457", "0.6376803", "0.6152193", "0.6099337", "0.599903", "0.5976422", "0.5881053", "0.5878019", "0.5851139", "0.5840173", "0.58104765", "0.57935345", "0.5784397", "0.577195", "0.5760394", "0.5758641", "0.57195157", "0.5717094", "0.5712681", "0.57083744", "0.5691357", ...
0.0
-1
/ renamed from: i
public /* bridge */ /* synthetic */ void mo22965i(C7059Ec ec) { super.mo22965i(ec); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "void mo17022c(int i);", "public final void mo5394iy(int i) {\n }", "void mo88773a(int i);", "void mo32046rn(int i);", "void mo54447l(int i);", "public final void mo91727g(int i) {\n }", "void mo1761g(int i);", "void mo54406a(int i);", "void mo23327tY(int i);", "void mo1753b(int i);", "@Ov...
[ "0.6814251", "0.6791054", "0.67141014", "0.67082477", "0.6697361", "0.6696495", "0.66768324", "0.66522545", "0.66506225", "0.66473114", "0.6642119", "0.66363925", "0.6592755", "0.65895766", "0.65869564", "0.65632737", "0.6560748", "0.65470266", "0.6536829", "0.65297914", "0.6...
0.0
-1
This controller is used to create a new payment or add new payment and redirects it to the service layer
@PostMapping("/payment") public ResponseEntity<Payment> addPayment(@Valid @RequestBody Payment payment) { logger.info("Adding new Payment"); payService.addPayment(payment); return ResponseEntity.ok(payment); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@PostMapping(\"/payments\")\n public ResponseEntity<Payment> createPayment(@Valid @RequestBody Payment payment) throws URISyntaxException {\n log.debug(\"REST request to save Payment : {}\", payment);\n if (payment.getId() != null) {\n throw new BadRequestAlertException(\"A new payment ...
[ "0.7013316", "0.6945476", "0.6855047", "0.6153608", "0.6099737", "0.60763794", "0.6008605", "0.59343946", "0.58917904", "0.5843519", "0.5842606", "0.58401", "0.5839382", "0.5822001", "0.58080953", "0.5770616", "0.5766972", "0.57497734", "0.574661", "0.57431287", "0.57345814",...
0.68656003
2
This controller is used to get a specific payment on basis of ID
@GetMapping("/payment/{id}") public ResponseEntity<Payment> viewPayment(@PathVariable("id") int paymentId) { logger.info("Viewing Payment"); if (payService.viewPayment(paymentId) == null) { throw new PaymentNotFoundException("Payment not found with given id: " + paymentId); } Payment payment = payService.vi...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@GetMapping(\"/payments/{id}\")\n public ResponseEntity<Payment> getPayment(@PathVariable Long id) {\n log.debug(\"REST request to get Payment : {}\", id);\n Optional<Payment> payment = paymentRepository.findById(id);\n return ResponseUtil.wrapOrNotFound(payment);\n }", "@PreAuthorize(...
[ "0.8133686", "0.78822136", "0.78557783", "0.7814854", "0.76286167", "0.7506299", "0.7488141", "0.7480975", "0.74796987", "0.72583157", "0.7147596", "0.71254617", "0.70290726", "0.702147", "0.7001465", "0.68043685", "0.6683266", "0.66795295", "0.66737974", "0.66562253", "0.652...
0.7717844
4
this controller function perform cancelation of a specific given payment and request the service to perform the action and returns the message as canceled else throw exception
@DeleteMapping("/payment/{id}") public ResponseEntity<Payment> cancelPayment(@PathVariable("id") int paymentId) { logger.info("Cancel Payment"); if (payService.cancelPayment(paymentId) == null) { throw new PaymentNotFoundException("Payment not found with id: " + paymentId); } return ResponseEntity.ok().body...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "CancelPaymentResponse cancelPayment(Integer paymentId) throws ResourceNotFoundException, BadInputException;", "CancelOrderResponse cancelOrder(CancelOrderRequest cancelOrderRequest);", "TransactionResponseDTO cancelTransaction(TransactionRequestDTO transactionRequestDTO);", "CancelPaymentResponse getCancelPa...
[ "0.7490617", "0.70925456", "0.6991994", "0.6874421", "0.6412214", "0.6403321", "0.6397076", "0.63839763", "0.6317437", "0.6313888", "0.6312509", "0.6294619", "0.6218631", "0.6201026", "0.6198591", "0.61851555", "0.6151486", "0.6127579", "0.6118467", "0.6107373", "0.6101707", ...
0.6716057
4
This controller is used to return and list all the payments by vehicle found in the database and request to the service to perform the action
@GetMapping("/vehicle1") public ResponseEntity<List<Payment>> viewAllPayments(Vehicle vehicle) { logger.info("View all Payments by Vehicle"); return ResponseEntity.ok().body(payService.viewAllPayments(vehicle)); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@GetMapping(\"/payments\")\n public List<Payment> getAllPayments() {\n log.debug(\"REST request to get all Payments\");\n return paymentRepository.findAll();\n }", "@GetMapping(\"/payment\")\n\tpublic ResponseEntity<List<Payment>> viewAllPayments() {\n\t\tlogger.info(\"View all Payments\");\n...
[ "0.71704614", "0.6973412", "0.6446214", "0.633036", "0.6240562", "0.61244106", "0.611042", "0.608317", "0.6045027", "0.6034322", "0.60252666", "0.59811544", "0.5969455", "0.5943113", "0.58776706", "0.5787119", "0.5779724", "0.57749724", "0.56906044", "0.567967", "0.56726784",...
0.7787708
0
This controller is used to return and list all the payments found in the database and request to the service to perform the action
@GetMapping("/payment") public ResponseEntity<List<Payment>> viewAllPayments() { logger.info("View all Payments"); return ResponseEntity.ok().body(payService.viewAllPayments()); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@GetMapping(\"/payments\")\n public List<Payment> getAllPayments() {\n log.debug(\"REST request to get all Payments\");\n return paymentRepository.findAll();\n }", "@GetMapping(\"/payment-infos\")\n @Timed\n public List<PaymentInfoDTO> getAllPaymentInfos() {\n log.debug(\"REST re...
[ "0.817525", "0.7449535", "0.72091955", "0.70089686", "0.6951501", "0.6932597", "0.68314165", "0.68263435", "0.6816823", "0.68128526", "0.67907584", "0.67132133", "0.6528894", "0.6509251", "0.6382305", "0.63422084", "0.6327421", "0.6266258", "0.624425", "0.6220025", "0.6194948...
0.8075025
1
This function is used to update a specific payment status on basis of given payment id and returns exception if given payment id is not found.
@PatchMapping("/payment/{id}") public ResponseEntity<Payment> updatePaymentStatus(@PathVariable("id") int paymentId, @RequestBody Payment payment) { logger.info("Update Payment Status"); if (payService.updatePaymentStatus(paymentId, payment) == null) { throw new PaymentNotFoundException("Payment not found with ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "Transfer updateStatus(Long id, Payment.Status status);", "@Override\n\tpublic int updatePaymentstatus(long transactionid) {\n\t\treturn paydao.modifyPaymentStatus(transactionid);\n\t}", "public OrderPayments updateInvoicePayment(OrderPayments payment, String invoiceNo, String companyId) throws EntityException\...
[ "0.7555997", "0.7212731", "0.64737266", "0.646782", "0.6287483", "0.62816685", "0.6261991", "0.6192767", "0.6192767", "0.6183443", "0.6165121", "0.6135703", "0.61144143", "0.606476", "0.6058572", "0.6048773", "0.59902954", "0.5982927", "0.5941852", "0.59099704", "0.5906718", ...
0.7476005
1
This function is used to Calculate Monthly Revenue on the basis of given payment date range and returns exception if payment is not found within the given date range.
@GetMapping("/payment/localdate1/{localdate1}/localdate2/{localdate2}") public ResponseEntity<Double> calculateMonthlyRevenue( @PathVariable("localdate1") @DateTimeFormat(iso = DateTimeFormat.ISO.DATE_TIME) LocalDate d1, @PathVariable("localdate2") @DateTimeFormat(iso = DateTimeFormat.ISO.DATE_TIME) LocalDate d2...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic double getTotalRevenueBetween(Date fromDate, Date toDate) {\r\n\t\t\r\n\t\t//get invoice details for sales in given period\r\n\t\tList<Invoice> invoiceDetails=invoiceService.getInvoiceDetailsBetweenDates(fromDate, toDate);\r\n\t\t//get product return details, if present, for given period\r\n\...
[ "0.6349934", "0.556583", "0.54603106", "0.5456613", "0.5406294", "0.5368103", "0.53236705", "0.5313194", "0.53111666", "0.5295251", "0.52092844", "0.5183209", "0.5176464", "0.5135041", "0.50933605", "0.50799316", "0.50734407", "0.5048822", "0.5030854", "0.50259465", "0.502138...
0.65990674
0
This function is used to Calculate Total Booking Cost on the basis of given payment ID, distance and vehicle parameters such as charges per km, fixed charges. It returns exception if given payment id is not found.
@PatchMapping("/payment/paymentId/{paymentId}/distance/{distance}/vehicle") public ResponseEntity<Booking> calculateTotalBookingCost(@PathVariable("paymentId") int paymentId, @PathVariable("distance") double distance, Vehicle vehicle) { logger.info("Calculate Total Booking Cost"); if (payService.calculateTotalB...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "PriceCalculationModel calculateLeasePrice(Long leaseId);", "@GetMapping(\"/booking/id1/{id1}/id2/{id2}\")\n\tpublic ResponseEntity<Double> calculateTotalPayment(@PathVariable(\"id1\") int bookingStartId,\n\t\t\t@PathVariable(\"id2\") int bookingEndId) {\n\t\tlogger.info(\"Calculate Total Payment\");\n\t\tif (pay...
[ "0.57798874", "0.57381153", "0.55910456", "0.5517007", "0.5431212", "0.5230422", "0.5205815", "0.52026427", "0.5176158", "0.51641667", "0.51576185", "0.51128465", "0.50601053", "0.5037123", "0.50211304", "0.49841765", "0.4974409", "0.49576196", "0.4938944", "0.49316", "0.4926...
0.7788658
0
This function is used to Calculate Total Payment on the basis of given booking id range and returns exception if payment is not found within the given booking id range.
@GetMapping("/booking/id1/{id1}/id2/{id2}") public ResponseEntity<Double> calculateTotalPayment(@PathVariable("id1") int bookingStartId, @PathVariable("id2") int bookingEndId) { logger.info("Calculate Total Payment"); if (payService.calculateTotalPayment(bookingStartId, bookingEndId) == 0) { throw new Paymen...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static double getPaymentAmountDue(Payment payment, HashMap requestParams, accVendorPaymentDAO accVendorPaymentobj) throws ServiceException, ParseException {\n boolean isOpeningPayment = false;\n boolean isAdvancePaymentToVendor = false;\n boolean isRefundPaymentToCustomer = false;\n ...
[ "0.57897377", "0.54541016", "0.54132026", "0.5238926", "0.5218244", "0.5189879", "0.5177861", "0.49713796", "0.49666646", "0.49303403", "0.48455447", "0.4843598", "0.4840077", "0.48147607", "0.48140857", "0.47951767", "0.4778936", "0.47420686", "0.4737789", "0.47345236", "0.4...
0.7031286
0
Data Transfer Object (DTO) interface for service registry grouped.
@DtoReadableAs(JSON) @DtoWritableAs(JSON) public interface ServiceRegistryGrouped { AutoCompleteData autoCompleteData(); List<ServiceGroup> servicesGroupedByServiceDefinition(); List<SystemGroup> servicesGroupedBySystems(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public interface DeviceService {\n\n DataWrapper<DeviceGroupInfoEntity> addGroup(DeviceGroupInfoEntity deviceGroup);\n\n DataWrapper<Void> delete(int deviceGroupId);\n\n DataWrapper<DeviceEntity> update(DeviceGroupInfoEntity deviceGroup);\n\n DataWrapper<List<DeviceGroupInfoEntity>> groupList(Page page...
[ "0.5976583", "0.59271884", "0.5911394", "0.58672273", "0.5801347", "0.5801347", "0.57264423", "0.5675933", "0.56402755", "0.5561464", "0.5517691", "0.55011064", "0.54983056", "0.5477082", "0.54174435", "0.53813744", "0.53479147", "0.5343281", "0.53382903", "0.5337174", "0.528...
0.77338445
0
/ private List indexes; private List numbers; private int count;
public RandomGrid() { random = new Random(System.currentTimeMillis()); /* indexes = new LinkedList<>(); for (int i = 0; i < 81; i++) { indexes.add(i); } numbers = new ArrayList<>(9); for (int i = 1; i <= 9; i++) { numbers.add(i); } ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "int getBlockNumbers(int index);", "public abstract int getNumIndexes();", "int getIndexesCount();", "int getIndicesCount();", "int getBlockNums(int index);", "int getBlockNums(int index);", "java.util.List<java.lang.Integer> getBlockNumbersList();", "int getBlockNumbersCount();", "java.util.List<ja...
[ "0.6845861", "0.68411624", "0.66323155", "0.64633155", "0.62941384", "0.62941384", "0.6149071", "0.60663015", "0.6058086", "0.6058086", "0.58472526", "0.58355963", "0.5832685", "0.581574", "0.5801147", "0.57479626", "0.57479626", "0.5747613", "0.56924015", "0.56588846", "0.56...
0.0
-1
/ Verifica che non ci siano duplicati nella stessa regione.
private boolean noConflictInSubgrid(int rowIndex, int columnIndex, int number) { /* * Siccome ci sono 9 sotto matrici, disposte su 3 righe e 3 colonne, questo metodo * calcola l'indice di riga e di colonna della sotto matrice. */ int r = rowIndex / 3; int c = columnInd...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Test (timeout=180000)\n public void testDupeRegion() throws Exception {\n TableName table =\n TableName.valueOf(\"tableDupeRegion\");\n try {\n setupTable(table);\n assertNoErrors(doFsck(conf, false));\n assertEquals(ROWKEYS.length, countRows());\n\n // Now let's mess it up, by a...
[ "0.6507908", "0.6089179", "0.5938182", "0.5897357", "0.5799882", "0.57974315", "0.5694268", "0.5658859", "0.5632121", "0.5623217", "0.5569758", "0.55621195", "0.55230445", "0.5514387", "0.5505289", "0.54918194", "0.547486", "0.5470325", "0.5454785", "0.5452212", "0.54233366",...
0.0
-1
/ Restituisce un numero casuale compreso tra 0 e 80 (estremi inclusi). Questo numero identifica univocamente le 81 celle della griglia. Attenzione, il metodo restituisce un numero diverso ad ogni chiamata.
private int newIndex() { //return indexes.remove(0); return random.nextInt(81); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public int Div(int num){\n\tint count01 ;\n\tint count02 ;\n\tint aux03 ;\n\n\tcount01 = 0 ;\n\tcount02 = 0 ;\n\taux03 = num - 1 ;\n\twhile (count02 < aux03) {\n\t count01 = count01 + 1 ;\n\t count02 = count02 + 2 ;\n\t}\n\treturn count01 ;\t\n }", "public int Div(int num){\n\tint count01 ;\n\tint count...
[ "0.63415724", "0.63415724", "0.63415724", "0.63415724", "0.63415724", "0.63415724", "0.63415724", "0.63415724", "0.63415724", "0.63415724", "0.63415724", "0.63415724", "0.63415724", "0.63415724", "0.63415724", "0.63415724", "0.63415724", "0.63415724", "0.63415724", "0.63415724"...
0.0
-1
/ Calcola l'indice di riga dal numero intero.
private int getRow(int number) { return number / 9; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public int getIncrementoInteligencia() {\n\t\treturn incrementoInteligencia;\n\t}", "public void calcularIndicePlasticidad(){\r\n\t\tindicePlasticidad = limiteLiquido - limitePlastico;\r\n\t}", "public int alturaInterativa() {\n if (this.esArbolVacio()) {\n return 0;\n }\n int a...
[ "0.6420427", "0.6287661", "0.62576663", "0.6229318", "0.61437637", "0.6137264", "0.6086055", "0.6077776", "0.60749686", "0.60444313", "0.6023242", "0.60168046", "0.6000662", "0.59905547", "0.59823734", "0.5979952", "0.5974237", "0.5969399", "0.593398", "0.5901794", "0.5890671...
0.0
-1
/ Calcola l'indice di colonna dal numero intero.
private int getColumn(int number) { return number % 9; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public int obtenirColonne() {\n return this.colonne;\n }", "int getNombreColonnesPlateau();", "int nbColonnes();", "public Coup(int ligne, int colonne) {\n this.ligne = ligne;\n this.colonne = colonne;\n }", "public int intip() {\r\n return elemen[ukuran - 1];\r\n }", "private ...
[ "0.6984189", "0.6604831", "0.6290538", "0.5914201", "0.5662446", "0.55756783", "0.55476856", "0.544035", "0.54236746", "0.54021674", "0.53840786", "0.5378635", "0.5370725", "0.53403425", "0.5339859", "0.53320163", "0.5305849", "0.52953357", "0.52727103", "0.52690357", "0.5243...
0.0
-1
/ Verifica che non ci siano duplicati nella stessa riga.
private boolean noConflictInRow(int rowIndex, int number) { for (int i = 0; i < 9; i++) { if (grid[rowIndex][i] == number) { return false; } } return true; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void duplicate() {\n System.out.println(\"Je bent al in bezit van deze vragenlijst!\");\n }", "public boolean isUnique();", "protected boolean isDuplicate(ELesxUseCase useCase) {\n return false;\n }", "@objid (\"ef9777b4-ed2a-4341-bb22-67675cddb70a\")\n boolean isIsUnique();", "stat...
[ "0.6953723", "0.67356616", "0.6706715", "0.67039746", "0.66582596", "0.64683133", "0.6442203", "0.64135593", "0.6411177", "0.6403151", "0.6374651", "0.632027", "0.6239048", "0.6222856", "0.6182953", "0.618277", "0.6141363", "0.61088246", "0.60379714", "0.60159975", "0.5992759...
0.0
-1
/ Verifica che non ci siano duplicati nella stessa colonna.
private boolean noConflictInColumn(int columnIndex, int number) { for (int i = 0; i < 9; i++) { if (grid[i][columnIndex] == number) { return false; } } return true; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void duplicate() {\n System.out.println(\"Je bent al in bezit van deze vragenlijst!\");\n }", "public boolean colonne(int c){\n\tint l=0;\n\tboolean trouve=false;\n\tObject tmp='@';\n\twhile(l<5 && !trouve){\n\t\tif(gc[l][c]==tmp)\n\t\t\ttrouve=true;\n\t\telse\n\t\t\tl++;\n\t}\n\treturn trouve;\...
[ "0.613315", "0.59352165", "0.58287925", "0.56951255", "0.560655", "0.55390614", "0.5495393", "0.5490162", "0.54494566", "0.54217345", "0.54182655", "0.5338787", "0.5330687", "0.5326944", "0.5318223", "0.53112435", "0.5282022", "0.52698004", "0.5260429", "0.5259285", "0.524289...
0.0
-1
Returns an iterator for all serializable fields for some class
public Iterator serializableFieldsFor(Class cls) { return buildMap(cls, true).values().iterator(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Iterator serializableFieldsFor(Class cls) {\n return buildMap(cls, true).values().iterator();\n }", "public Iterator<Field> iterator()\n\t{\n\t\treturn fieldList.iterator();\n\t}", "private void findFields() {\n for(Class<?> clazz=getObject().getClass();clazz != null; clazz=clazz.getS...
[ "0.8220291", "0.6680851", "0.6071511", "0.5996325", "0.5936199", "0.58033603", "0.56604564", "0.5647544", "0.5631141", "0.5621958", "0.56143576", "0.56098723", "0.5590536", "0.55677783", "0.5533479", "0.55255663", "0.547447", "0.54624015", "0.54413235", "0.54089355", "0.53870...
0.82130384
1
Returns an specific field of some class. If definedIn is null, it searchs for the field named 'name' inside the class cls. If definedIn is different than null, tries to find the specified field name in the specified class cls which should be defined in class definedIn (either equals cls or a one of it's superclasses)
public Field field(Class cls, String name, Class definedIn) { Map fields = buildMap(cls, definedIn != null); Field field = (Field) fields.get(definedIn != null ? (Object) new FieldKey(name, definedIn, 0) : (Object) name); if (field == null) { throw new ObjectAccessException("No such ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Field field(Class cls, String name, Class definedIn) {\n Map fields = buildMap(cls, definedIn != null);\n Field field = (Field)fields.get(definedIn != null ? (Object)new FieldKey(\n name, definedIn, 0) : (Object)name);\n if (field == null) {\n throw new Object...
[ "0.7747627", "0.6291131", "0.6193785", "0.61877984", "0.5832251", "0.57991177", "0.57859343", "0.570936", "0.5689922", "0.5644339", "0.5632895", "0.5632895", "0.55703837", "0.55703837", "0.55703837", "0.55703837", "0.55703837", "0.55703837", "0.55703837", "0.55703837", "0.557...
0.77354455
1
init the drive sdk witch application Context and HwId Account info(uid,countryCode,at), register a AccessMethod to get a new accessToken while accessToken is expired.
public int init(String unionID, String at, DriveCredential.AccessMethod refreshAT) { if (StringUtils.isNullOrEmpty(unionID) || StringUtils.isNullOrEmpty(at)) { return DriveCode.ERROR; } DriveCredential.Builder builder = new DriveCredential.Builder(unionID, refreshAT); mCreden...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private Drive authentication() throws IOException {\n\t\t// Request a new access token using the refresh token.\n\t\tGoogleCredential credential = new GoogleCredential.Builder()\n\t\t\t\t.setTransport(HTTP_TRANSPORT)\n\t\t\t\t.setJsonFactory(JSON_FACTORY)\n\t\t\t\t.setClientSecrets(CLIENT_ID, CLIENT_SECRET).build(...
[ "0.6239601", "0.58521", "0.5705975", "0.53912824", "0.53596514", "0.5258948", "0.5246383", "0.52323234", "0.5213994", "0.52012545", "0.51980615", "0.51916194", "0.51906127", "0.5187923", "0.5186814", "0.5157621", "0.5137095", "0.51338035", "0.51293665", "0.5119494", "0.510643...
0.5558477
3
Exit the Drive and clear all cache information during Drive usage.
public void exit(Context context) { // clear cache deleteFile(context.getCacheDir()); deleteFile(context.getFilesDir()); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void exit() {\n\t\tRobot.SUB_DRIVE.setDriveValue(0, 0);\r\n\t}", "public void clearDiskCache()\n {\n clearCache(cacheDirectory);\n }", "public void shutdown()\n {\n valid = false;\n quitSafely();\n\n synchronized (loading) {\n loading.clear();\n }\...
[ "0.6852799", "0.6615086", "0.64498514", "0.6435805", "0.63149846", "0.6274767", "0.61769176", "0.61135507", "0.6063187", "0.6058047", "0.6035547", "0.6017455", "0.60108", "0.5990274", "0.5977717", "0.5971577", "0.59694093", "0.5947134", "0.59441787", "0.59146976", "0.58983153...
0.6060253
9
The method to simulate the corresponding method in the view.
@Override public void showMultiPlayerGame() { calledMethods.add("showMultiPlayerGame"); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public abstract void mo8519a(View view);", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "public abstract View mo2155b();", "void mo12147a(View view);", "public abstract void viewRun();", "public void execute(VirtualView virtualView){\n /...
[ "0.65891445", "0.6542304", "0.6511353", "0.6436543", "0.6384433", "0.635176", "0.62377805", "0.6196423", "0.6196423", "0.6196423", "0.6159732", "0.61458987", "0.61458987", "0.60510576", "0.6040804", "0.59966624", "0.59754556", "0.5973136", "0.594647", "0.5939329", "0.59389347...
0.0
-1
The method to simulate the corresponding method in the view.
@Override public void showSinglePlayerGame() { calledMethods.add("showSinglePlayerGame"); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public abstract void mo8519a(View view);", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "public abstract View mo2155b();", "void mo12147a(View view);", "public abstract void viewRun();", "public void execute(VirtualView virtualView){\n /...
[ "0.65891445", "0.6542304", "0.6511353", "0.6436543", "0.6384433", "0.635176", "0.62377805", "0.6196423", "0.6196423", "0.6196423", "0.6159732", "0.61458987", "0.61458987", "0.60510576", "0.6040804", "0.59966624", "0.59754556", "0.5973136", "0.594647", "0.5939329", "0.59389347...
0.0
-1
The method to simulate the corresponding method in the view.
@Override public void showError(String error) { calledMethods.add("showError: " + error); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public abstract void mo8519a(View view);", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "public abstract View mo2155b();", "void mo12147a(View view);", "public abstract void viewRun();", "public void execute(VirtualView virtualView){\n /...
[ "0.65891445", "0.6542304", "0.6511353", "0.6436543", "0.6384433", "0.635176", "0.62377805", "0.6196423", "0.6196423", "0.6196423", "0.6159732", "0.61458987", "0.61458987", "0.60510576", "0.6040804", "0.59966624", "0.59754556", "0.5973136", "0.594647", "0.5939329", "0.59389347...
0.0
-1
The method to simulate the corresponding method in the view.
@Override public void showPatternSelection() { calledMethods.add("showPatternSelection"); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public abstract void mo8519a(View view);", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "public abstract View mo2155b();", "void mo12147a(View view);", "public abstract void viewRun();", "public void execute(VirtualView virtualView){\n /...
[ "0.6588587", "0.65418404", "0.651035", "0.6435849", "0.6384111", "0.6352338", "0.623875", "0.61960214", "0.61960214", "0.61960214", "0.6159557", "0.6144661", "0.6144661", "0.6050728", "0.6040395", "0.59969884", "0.5974605", "0.59723383", "0.59453255", "0.5939047", "0.59387976...
0.0
-1
The method to simulate the corresponding method in the view.
@Override public void showPrivateObjectiveSelection() { calledMethods.add("showPrivateObjectiveSelection"); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public abstract void mo8519a(View view);", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "public abstract View mo2155b();", "void mo12147a(View view);", "public abstract void viewRun();", "public void execute(VirtualView virtualView){\n /...
[ "0.65891445", "0.6542304", "0.6511353", "0.6436543", "0.6384433", "0.635176", "0.62377805", "0.6196423", "0.6196423", "0.6196423", "0.6159732", "0.61458987", "0.61458987", "0.60510576", "0.6040804", "0.59966624", "0.59754556", "0.5973136", "0.594647", "0.5939329", "0.59389347...
0.0
-1
The method to simulate the corresponding method in the view.
@Override public void showScoreBoard() { calledMethods.add("showScoreBoard"); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public abstract void mo8519a(View view);", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "public abstract View mo2155b();", "void mo12147a(View view);", "public abstract void viewRun();", "public void execute(VirtualView virtualView){\n /...
[ "0.65891445", "0.6542304", "0.6511353", "0.6436543", "0.6384433", "0.635176", "0.62377805", "0.6196423", "0.6196423", "0.6196423", "0.6159732", "0.61458987", "0.61458987", "0.60510576", "0.6040804", "0.59966624", "0.59754556", "0.5973136", "0.594647", "0.5939329", "0.59389347...
0.0
-1
The method to simulate the corresponding method in the view.
@Override public void showDieSelection() { calledMethods.add("showDieSelection"); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public abstract void mo8519a(View view);", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "public abstract View mo2155b();", "void mo12147a(View view);", "public abstract void viewRun();", "public void execute(VirtualView virtualView){\n /...
[ "0.65891445", "0.6542304", "0.6511353", "0.6436543", "0.6384433", "0.635176", "0.62377805", "0.6196423", "0.6196423", "0.6196423", "0.6159732", "0.61458987", "0.61458987", "0.60510576", "0.6040804", "0.59966624", "0.59754556", "0.5973136", "0.594647", "0.5939329", "0.59389347...
0.0
-1
The method to simulate the corresponding method in the view.
@Override public void showMoveSelection(int amount) { calledMethods.add("showMoveSelection" + amount); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public abstract void mo8519a(View view);", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "public abstract View mo2155b();", "void mo12147a(View view);", "public abstract void viewRun();", "public void execute(VirtualView virtualView){\n /...
[ "0.6588587", "0.65418404", "0.651035", "0.6435849", "0.6384111", "0.6352338", "0.623875", "0.61960214", "0.61960214", "0.61960214", "0.6159557", "0.6144661", "0.6144661", "0.6050728", "0.6040395", "0.59969884", "0.5974605", "0.59723383", "0.59453255", "0.5939047", "0.59387976...
0.0
-1
The method to simulate the corresponding method in the view.
@Override public void showDifficultySelection() { calledMethods.add("showDifficultySelection"); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public abstract void mo8519a(View view);", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "public abstract View mo2155b();", "void mo12147a(View view);", "public abstract void viewRun();", "public void execute(VirtualView virtualView){\n /...
[ "0.65891445", "0.6542304", "0.6511353", "0.6436543", "0.6384433", "0.635176", "0.62377805", "0.6196423", "0.6196423", "0.6196423", "0.6159732", "0.61458987", "0.61458987", "0.60510576", "0.6040804", "0.59966624", "0.59754556", "0.5973136", "0.594647", "0.5939329", "0.59389347...
0.0
-1
The method to simulate the corresponding method in the view.
@Override public void showLensCutterSelection() { calledMethods.add("showLensCutterSelection"); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public abstract void mo8519a(View view);", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "public abstract View mo2155b();", "void mo12147a(View view);", "public abstract void viewRun();", "public void execute(VirtualView virtualView){\n /...
[ "0.65891445", "0.6542304", "0.6511353", "0.6436543", "0.6384433", "0.635176", "0.62377805", "0.6196423", "0.6196423", "0.6196423", "0.6159732", "0.61458987", "0.61458987", "0.60510576", "0.6040804", "0.59966624", "0.59754556", "0.5973136", "0.594647", "0.5939329", "0.59389347...
0.0
-1
The method to simulate the corresponding method in the view.
@Override public void showValueDestinationSelection() { calledMethods.add("showValueDestinationSelection"); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public abstract void mo8519a(View view);", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "public abstract View mo2155b();", "void mo12147a(View view);", "public abstract void viewRun();", "public void execute(VirtualView virtualView){\n /...
[ "0.65891445", "0.6542304", "0.6511353", "0.6436543", "0.6384433", "0.635176", "0.62377805", "0.6196423", "0.6196423", "0.6196423", "0.6159732", "0.61458987", "0.61458987", "0.60510576", "0.6040804", "0.59966624", "0.59754556", "0.5973136", "0.594647", "0.5939329", "0.59389347...
0.0
-1
The method to simulate the corresponding method in the view.
@Override public void showPlaceDie() { calledMethods.add("showPlaceDie"); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public abstract void mo8519a(View view);", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "public abstract View mo2155b();", "void mo12147a(View view);", "public abstract void viewRun();", "public void execute(VirtualView virtualView){\n /...
[ "0.6588587", "0.65418404", "0.651035", "0.6435849", "0.6384111", "0.6352338", "0.623875", "0.61960214", "0.61960214", "0.61960214", "0.6159557", "0.6144661", "0.6144661", "0.6050728", "0.6040395", "0.59969884", "0.5974605", "0.59723383", "0.59453255", "0.5939047", "0.59387976...
0.0
-1
The method to simulate the corresponding method in the view.
@Override public void showConfirm() { calledMethods.add("showConfirm"); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public abstract void mo8519a(View view);", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "public abstract View mo2155b();", "void mo12147a(View view);", "public abstract void viewRun();", "public void execute(VirtualView virtualView){\n /...
[ "0.65891445", "0.6542304", "0.6511353", "0.6436543", "0.6384433", "0.635176", "0.62377805", "0.6196423", "0.6196423", "0.6196423", "0.6159732", "0.61458987", "0.61458987", "0.60510576", "0.6040804", "0.59966624", "0.59754556", "0.5973136", "0.594647", "0.5939329", "0.59389347...
0.0
-1
The method to simulate the corresponding method in the view.
@Override public void showLoginView() { calledMethods.add("showLoginView"); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public abstract void mo8519a(View view);", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "public abstract View mo2155b();", "void mo12147a(View view);", "public abstract void viewRun();", "public void execute(VirtualView virtualView){\n /...
[ "0.65891445", "0.6542304", "0.6511353", "0.6436543", "0.6384433", "0.635176", "0.62377805", "0.6196423", "0.6196423", "0.6196423", "0.6159732", "0.61458987", "0.61458987", "0.60510576", "0.6040804", "0.59966624", "0.59754556", "0.5973136", "0.594647", "0.5939329", "0.59389347...
0.5383096
97
The method to simulate the corresponding method in the view.
@Override public void update(ModelUpdate message) { calledMethods.add("update: " + message.getEventType()); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public abstract void mo8519a(View view);", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "public abstract View mo2155b();", "void mo12147a(View view);", "public abstract void viewRun();", "public void execute(VirtualView virtualView){\n /...
[ "0.65891445", "0.6542304", "0.6511353", "0.6436543", "0.6384433", "0.635176", "0.62377805", "0.6196423", "0.6196423", "0.6196423", "0.6159732", "0.61458987", "0.61458987", "0.60510576", "0.6040804", "0.59966624", "0.59754556", "0.5973136", "0.594647", "0.5939329", "0.59389347...
0.0
-1
Creates new form mitigacao
public mitigacao() { initComponents(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "FORM createFORM();", "public static Result newForm() {\n return ok(newForm.render(palletForm, setOfArticleForm));\n }", "public static void create(Formulario form){\n daoFormulario.create(form);\n }", "public String nuevo() {\n\n\t\tLOG.info(\"Submitado formulario, accion nuevo\");\n\t\tS...
[ "0.73733664", "0.7132439", "0.68725705", "0.64955467", "0.6436376", "0.6412475", "0.63836294", "0.63783216", "0.63401854", "0.6309944", "0.62894976", "0.6224014", "0.6216153", "0.6213526", "0.6180426", "0.61456776", "0.6144596", "0.6097569", "0.6085108", "0.60631865", "0.6053...
0.58025014
49
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.
@SuppressWarnings("unchecked") // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents private void initComponents() { jTextFieldNome = new javax.swing.JTextField(); jLabelNome = new javax.swing.JLabel(); jScrollPaneDescricao = new javax.swing.JScrollPa...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Form() {\n initComponents();\n }", "public MainForm() {\n initComponents();\n }", "public MainForm() {\n initComponents();\n }", "public MainForm() {\n initComponents();\n }", "public frmRectangulo() {\n initComponents();\n }", "public form() {\n ...
[ "0.73206544", "0.7291311", "0.7291311", "0.7291311", "0.7286492", "0.7249181", "0.7213362", "0.72085494", "0.71965617", "0.7190475", "0.7184897", "0.7159234", "0.71483016", "0.7094075", "0.7081491", "0.70579433", "0.6987627", "0.69776064", "0.69552463", "0.69549114", "0.69453...
0.0
-1
simple getter for dto.
public String getGebruikersnaam() { return gebruikersnaam; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public PropertyDefDto getDto();", "private static String getStringValueFromGetter(Object dto, PropertyDescriptor propertyDescriptor) {\n Method method = propertyDescriptor.getReadMethod();\n String value = \"\";\n\n try {\n value = (String) method.invoke(dto, new Object[]{});\n ...
[ "0.750052", "0.6922713", "0.6722928", "0.6692394", "0.6610001", "0.6593924", "0.6535411", "0.64553237", "0.6443894", "0.64043105", "0.63509184", "0.63398", "0.630666", "0.62680525", "0.6221788", "0.6196468", "0.6168907", "0.61005807", "0.60247016", "0.6019676", "0.6016837", ...
0.0
-1
simple setter for dto.
public void setGebruikersnaam(String gebruikersnaam) { this.gebruikersnaam = gebruikersnaam; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setDto(PropertyDefDto dto);", "D update(D dto);", "public void setDto(GrupoDTO dto) {\n\t\tthis.dto = dto;\n\t}", "public DTO(DTO other) {\n if (other.isSetDatas()) {\n Map<String,String> __this__datas = new HashMap<String,String>(other.datas);\n this.datas = __this__datas;\n }\n ...
[ "0.76097155", "0.6409665", "0.6349789", "0.6288937", "0.62061846", "0.61044866", "0.59307814", "0.5894473", "0.5876073", "0.586646", "0.5820376", "0.5771962", "0.5750958", "0.5743785", "0.5733695", "0.5695782", "0.5687327", "0.564823", "0.56414926", "0.5637008", "0.5634989", ...
0.0
-1
simple setter for dto.
public void setOmschrijving(String omschrijving) { this.omschrijving = omschrijving; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setDto(PropertyDefDto dto);", "D update(D dto);", "public void setDto(GrupoDTO dto) {\n\t\tthis.dto = dto;\n\t}", "public DTO(DTO other) {\n if (other.isSetDatas()) {\n Map<String,String> __this__datas = new HashMap<String,String>(other.datas);\n this.datas = __this__datas;\n }\n ...
[ "0.76119417", "0.6410523", "0.6352329", "0.629028", "0.62071323", "0.61054677", "0.59315574", "0.5893746", "0.58781576", "0.5864869", "0.581781", "0.57737356", "0.575143", "0.5743864", "0.5732492", "0.5697433", "0.56856525", "0.565059", "0.5640107", "0.56378615", "0.5635913",...
0.0
-1
simple getter for dto.
public String getOmschrijving() { return omschrijving; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public PropertyDefDto getDto();", "private static String getStringValueFromGetter(Object dto, PropertyDescriptor propertyDescriptor) {\n Method method = propertyDescriptor.getReadMethod();\n String value = \"\";\n\n try {\n value = (String) method.invoke(dto, new Object[]{});\n ...
[ "0.750052", "0.6922713", "0.6722928", "0.6692394", "0.6610001", "0.6593924", "0.6535411", "0.64553237", "0.6443894", "0.64043105", "0.63509184", "0.63398", "0.630666", "0.62680525", "0.6221788", "0.6196468", "0.6168907", "0.61005807", "0.60247016", "0.6019676", "0.6016837", ...
0.0
-1
simple getter for dto.
public Date getDatumOpladen() { if (datumOpladen != null) { return (Date) datumOpladen.clone(); } return null; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public PropertyDefDto getDto();", "private static String getStringValueFromGetter(Object dto, PropertyDescriptor propertyDescriptor) {\n Method method = propertyDescriptor.getReadMethod();\n String value = \"\";\n\n try {\n value = (String) method.invoke(dto, new Object[]{});\n ...
[ "0.750052", "0.6922713", "0.6722928", "0.6692394", "0.6610001", "0.6593924", "0.6535411", "0.64553237", "0.6443894", "0.64043105", "0.63509184", "0.63398", "0.630666", "0.62680525", "0.6221788", "0.6196468", "0.6168907", "0.61005807", "0.60247016", "0.6019676", "0.6016837", ...
0.0
-1
simple setter for dto.
public void setDatumOpladen(Date datumOpladen) { this.datumOpladen = null; if (datumOpladen != null) { this.datumOpladen = (Date) datumOpladen.clone(); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setDto(PropertyDefDto dto);", "D update(D dto);", "public void setDto(GrupoDTO dto) {\n\t\tthis.dto = dto;\n\t}", "public DTO(DTO other) {\n if (other.isSetDatas()) {\n Map<String,String> __this__datas = new HashMap<String,String>(other.datas);\n this.datas = __this__datas;\n }\n ...
[ "0.76097155", "0.6409665", "0.6349789", "0.6288937", "0.62061846", "0.61044866", "0.59307814", "0.5894473", "0.5876073", "0.586646", "0.5820376", "0.5771962", "0.5750958", "0.5743785", "0.5733695", "0.5695782", "0.5687327", "0.564823", "0.56414926", "0.5637008", "0.5634989", ...
0.0
-1
simple setter for dto.
public void setDatumProcessed(Date datumProcessed) { this.datumProcessed = null; if (datumProcessed != null) { this.datumProcessed = (Date) datumProcessed.clone(); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setDto(PropertyDefDto dto);", "D update(D dto);", "public void setDto(GrupoDTO dto) {\n\t\tthis.dto = dto;\n\t}", "public DTO(DTO other) {\n if (other.isSetDatas()) {\n Map<String,String> __this__datas = new HashMap<String,String>(other.datas);\n this.datas = __this__datas;\n }\n ...
[ "0.76119417", "0.6410523", "0.6352329", "0.629028", "0.62071323", "0.61054677", "0.59315574", "0.5893746", "0.58781576", "0.5864869", "0.581781", "0.57737356", "0.575143", "0.5743864", "0.5732492", "0.5697433", "0.56856525", "0.565059", "0.5640107", "0.56378615", "0.5635913",...
0.0
-1
simple getter for dto.
public Date getDatumProcessed() { if (datumProcessed != null) { return (Date) datumProcessed.clone(); } return null; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public PropertyDefDto getDto();", "private static String getStringValueFromGetter(Object dto, PropertyDescriptor propertyDescriptor) {\n Method method = propertyDescriptor.getReadMethod();\n String value = \"\";\n\n try {\n value = (String) method.invoke(dto, new Object[]{});\n ...
[ "0.750052", "0.6922713", "0.6722928", "0.6692394", "0.6610001", "0.6593924", "0.6535411", "0.64553237", "0.6443894", "0.64043105", "0.63509184", "0.63398", "0.630666", "0.62680525", "0.6221788", "0.6196468", "0.6168907", "0.61005807", "0.60247016", "0.6019676", "0.6016837", ...
0.0
-1
simple getter for DTO.
public String getPartner() { return partner; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public PropertyDefDto getDto();", "private static String getStringValueFromGetter(Object dto, PropertyDescriptor propertyDescriptor) {\n Method method = propertyDescriptor.getReadMethod();\n String value = \"\";\n\n try {\n value = (String) method.invoke(dto, new Object[]{});\n ...
[ "0.7273436", "0.6823149", "0.65733296", "0.64949", "0.646124", "0.64104265", "0.6381595", "0.6373003", "0.635305", "0.63368684", "0.6306777", "0.63047284", "0.6297499", "0.629366", "0.62362283", "0.61922264", "0.6180639", "0.6154854", "0.61310494", "0.61082697", "0.6084742", ...
0.0
-1
simple getter for dto.
public int getAantalVerwerkt() { return aantalVerwerkt; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public PropertyDefDto getDto();", "private static String getStringValueFromGetter(Object dto, PropertyDescriptor propertyDescriptor) {\n Method method = propertyDescriptor.getReadMethod();\n String value = \"\";\n\n try {\n value = (String) method.invoke(dto, new Object[]{});\n ...
[ "0.750052", "0.6922713", "0.6722928", "0.6692394", "0.6610001", "0.6593924", "0.6535411", "0.64553237", "0.6443894", "0.64043105", "0.63509184", "0.63398", "0.630666", "0.62680525", "0.6221788", "0.6196468", "0.6168907", "0.61005807", "0.60247016", "0.6019676", "0.6016837", ...
0.0
-1
simple setter for dto.
public void setAantalVerwerkt(int aantalVerwerkt) { this.aantalVerwerkt = aantalVerwerkt; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setDto(PropertyDefDto dto);", "D update(D dto);", "public void setDto(GrupoDTO dto) {\n\t\tthis.dto = dto;\n\t}", "public DTO(DTO other) {\n if (other.isSetDatas()) {\n Map<String,String> __this__datas = new HashMap<String,String>(other.datas);\n this.datas = __this__datas;\n }\n ...
[ "0.76119417", "0.6410523", "0.6352329", "0.629028", "0.62071323", "0.61054677", "0.59315574", "0.5893746", "0.58781576", "0.5864869", "0.581781", "0.57737356", "0.575143", "0.5743864", "0.5732492", "0.5697433", "0.56856525", "0.565059", "0.5640107", "0.56378615", "0.5635913",...
0.0
-1
simple getter for dto.
public int getAantalFouten() { return aantalFouten; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public PropertyDefDto getDto();", "private static String getStringValueFromGetter(Object dto, PropertyDescriptor propertyDescriptor) {\n Method method = propertyDescriptor.getReadMethod();\n String value = \"\";\n\n try {\n value = (String) method.invoke(dto, new Object[]{});\n ...
[ "0.750052", "0.6922713", "0.6722928", "0.6692394", "0.6610001", "0.6593924", "0.6535411", "0.64553237", "0.6443894", "0.64043105", "0.63509184", "0.63398", "0.630666", "0.62680525", "0.6221788", "0.6196468", "0.6168907", "0.61005807", "0.60247016", "0.6019676", "0.6016837", ...
0.0
-1
simple setter for dto.
public void setAantalFouten(int aantalFouten) { this.aantalFouten = aantalFouten; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setDto(PropertyDefDto dto);", "D update(D dto);", "public void setDto(GrupoDTO dto) {\n\t\tthis.dto = dto;\n\t}", "public DTO(DTO other) {\n if (other.isSetDatas()) {\n Map<String,String> __this__datas = new HashMap<String,String>(other.datas);\n this.datas = __this__datas;\n }\n ...
[ "0.76097155", "0.6409665", "0.6349789", "0.6288937", "0.62061846", "0.61044866", "0.59307814", "0.5894473", "0.5876073", "0.586646", "0.5820376", "0.5771962", "0.5750958", "0.5743785", "0.5733695", "0.5695782", "0.5687327", "0.564823", "0.56414926", "0.5637008", "0.5634989", ...
0.0
-1
simple setter for dto.
public void setPartner(String partner) { this.partner = partner; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setDto(PropertyDefDto dto);", "D update(D dto);", "public void setDto(GrupoDTO dto) {\n\t\tthis.dto = dto;\n\t}", "public DTO(DTO other) {\n if (other.isSetDatas()) {\n Map<String,String> __this__datas = new HashMap<String,String>(other.datas);\n this.datas = __this__datas;\n }\n ...
[ "0.76097155", "0.6409665", "0.6349789", "0.6288937", "0.62061846", "0.61044866", "0.59307814", "0.5894473", "0.5876073", "0.586646", "0.5820376", "0.5771962", "0.5750958", "0.5743785", "0.5733695", "0.5695782", "0.5687327", "0.564823", "0.56414926", "0.5637008", "0.5634989", ...
0.0
-1
simple getter for dto.
public Set<UploadOption> getOptions() { return options; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public PropertyDefDto getDto();", "private static String getStringValueFromGetter(Object dto, PropertyDescriptor propertyDescriptor) {\n Method method = propertyDescriptor.getReadMethod();\n String value = \"\";\n\n try {\n value = (String) method.invoke(dto, new Object[]{});\n ...
[ "0.750052", "0.6922713", "0.6722928", "0.6692394", "0.6610001", "0.6593924", "0.6535411", "0.64553237", "0.6443894", "0.64043105", "0.63509184", "0.63398", "0.630666", "0.62680525", "0.6221788", "0.6196468", "0.6168907", "0.61005807", "0.60247016", "0.6019676", "0.6016837", ...
0.0
-1
simple setter for dto.
public void setOptions(Set<UploadOption> options) { this.options = options; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setDto(PropertyDefDto dto);", "D update(D dto);", "public void setDto(GrupoDTO dto) {\n\t\tthis.dto = dto;\n\t}", "public DTO(DTO other) {\n if (other.isSetDatas()) {\n Map<String,String> __this__datas = new HashMap<String,String>(other.datas);\n this.datas = __this__datas;\n }\n ...
[ "0.76097155", "0.6409665", "0.6349789", "0.6288937", "0.62061846", "0.61044866", "0.59307814", "0.5894473", "0.5876073", "0.586646", "0.5820376", "0.5771962", "0.5750958", "0.5743785", "0.5733695", "0.5695782", "0.5687327", "0.564823", "0.56414926", "0.5637008", "0.5634989", ...
0.0
-1
Interface of a logger.
public interface FsmLogger { /** * Get name of the logger. * * @return the name */ public String getName(); /** * Log a fatal message. * * @param message * the message */ public void fatal(String message); /** * Log a fatal message. * * @param message * the mess...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public interface Logger {\n\tpublic void log(String msg);\n}", "public interface Logger {\n void enable(boolean enabled);\n\n void d(String s, Object... args);\n\n void i(String s, Object... args);\n\n void w(String s, Object... args);\n\n void e(Throwable e, String s, Object... args);\n}", "pub...
[ "0.79877454", "0.7763398", "0.76721615", "0.7584038", "0.7533612", "0.7478999", "0.7375903", "0.7363596", "0.73580813", "0.73320675", "0.72168684", "0.7154477", "0.713506", "0.70857525", "0.70414376", "0.703421", "0.69909984", "0.69588804", "0.6933954", "0.6875652", "0.682115...
0.7311788
10
Get name of the logger.
public String getName();
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String getName() {\n return _loggerName;\n }", "public String getLoggerName()\n\t{\n\t\treturn this.loggerName;\n\t}", "public String getLogName() {\n return logName;\n }", "public String getLoggerName() {\n return \"test\";\n }", "private String getLoggerName(LoggingEv...
[ "0.85540026", "0.8115927", "0.7860853", "0.6878371", "0.6838655", "0.66326004", "0.6630427", "0.6306265", "0.6295197", "0.6255923", "0.62264335", "0.62224686", "0.6184863", "0.6099853", "0.6094876", "0.6090193", "0.6067248", "0.6064006", "0.60502154", "0.6004553", "0.5970482"...
0.0
-1
Log a fatal message.
public void fatal(String message);
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void fatal(Object message)\n/* */ {\n/* 226 */ if (message != null) {\n/* 227 */ getLogger().fatalError(String.valueOf(message));\n/* */ }\n/* */ }", "public void fatal(Object message) {\n this.logger.fatal(message);\n }", "public void fatal(String msg) {\n LOGGE...
[ "0.7926948", "0.7853887", "0.77242464", "0.7682788", "0.749842", "0.7474795", "0.7472548", "0.744769", "0.74000794", "0.7398591", "0.73871577", "0.736794", "0.73433214", "0.7325589", "0.7275268", "0.7263381", "0.72470564", "0.72328466", "0.7218676", "0.72092605", "0.7195811",...
0.79528576
0
Log a fatal message.
public void fatal(String message, Throwable throwable);
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void fatal(String message);", "public void fatal(Object message)\n/* */ {\n/* 226 */ if (message != null) {\n/* 227 */ getLogger().fatalError(String.valueOf(message));\n/* */ }\n/* */ }", "public void fatal(Object message) {\n this.logger.fatal(message);\n }", "public...
[ "0.7954724", "0.79288745", "0.7854892", "0.7725741", "0.76847464", "0.74768996", "0.7474354", "0.74495023", "0.7401742", "0.7400655", "0.7389108", "0.7370739", "0.73455834", "0.73270583", "0.72770905", "0.7264529", "0.7248417", "0.7235027", "0.72205544", "0.7211149", "0.71977...
0.7499565
5
Log an error message.
public void error(String message);
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static void logError(String message)\n {\n log(IStatus.ERROR, message);\n }", "public static void error(String message) {\n LOGGER.error(message);\n }", "public void logError(String message) {\n logger.logError(\"[\" + game.getName() + \"] \" + message);\n }", "public void err...
[ "0.78905684", "0.7639495", "0.76330507", "0.75811774", "0.75328207", "0.7524984", "0.7520672", "0.7459643", "0.73893225", "0.7343585", "0.7299026", "0.72383183", "0.71921194", "0.71620923", "0.7133454", "0.7107638", "0.70884156", "0.7066316", "0.7055182", "0.70504934", "0.704...
0.72407347
11
Log an error message.
public void error(String message, Throwable throwable);
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static void logError(String message)\n {\n log(IStatus.ERROR, message);\n }", "public static void error(String message) {\n LOGGER.error(message);\n }", "public void logError(String message) {\n logger.logError(\"[\" + game.getName() + \"] \" + message);\n }", "public void err...
[ "0.78905684", "0.7639495", "0.76330507", "0.75811774", "0.75328207", "0.7524984", "0.7520672", "0.7459643", "0.73893225", "0.7343585", "0.7299026", "0.72407347", "0.72383183", "0.71921194", "0.71620923", "0.7133454", "0.7107638", "0.70884156", "0.7066316", "0.7055182", "0.705...
0.701221
24
Log a warning message.
public void warn(String message);
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static void logWarning(String message)\n {\n log(IStatus.WARNING, message);\n }", "public void warning(String msg) {\n log(WARNING, msg);\n }", "public void warning(String msg) {\n log(Level.WARNING, msg, null);\n }", "abstract void logWarn(String warning);", "public final static ...
[ "0.81072766", "0.8049061", "0.7985493", "0.789403", "0.78059804", "0.7790736", "0.7777809", "0.77707595", "0.7666365", "0.76551396", "0.752203", "0.7498524", "0.74940217", "0.7476736", "0.73636776", "0.7359198", "0.7328419", "0.73241854", "0.73032326", "0.72547597", "0.725333...
0.80708724
2
Log a warning message.
public void warn(String message, Throwable throwable);
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static void logWarning(String message)\n {\n log(IStatus.WARNING, message);\n }", "public void warn(String message);", "public void warn(String message);", "public void warning(String msg) {\n log(WARNING, msg);\n }", "public void warning(String msg) {\n log(Level.WARNING, msg, nul...
[ "0.81059027", "0.8069007", "0.8069007", "0.8047658", "0.79839283", "0.7893339", "0.7804682", "0.7790578", "0.77773434", "0.7769322", "0.7663716", "0.76537234", "0.75200456", "0.7496759", "0.74934614", "0.74753267", "0.7361271", "0.73592836", "0.7326528", "0.73227125", "0.7300...
0.6891143
48
Log an info message.
public void info(String message);
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static void logInfo(String message)\n {\n log(IStatus.INFO, message);\n }", "public static void info(String message) {\n\n\t\tlog(message);\n\t}", "void info(String message);", "public void info(String msg) {\n log(INFO, msg);\n }", "public void info(String msg) {\n log(Level.INFO,...
[ "0.79360044", "0.78609395", "0.77637", "0.77475", "0.77326", "0.76444757", "0.7619475", "0.75693303", "0.75193083", "0.75120866", "0.7497078", "0.7483485", "0.7461141", "0.74582756", "0.74524796", "0.7431944", "0.74077666", "0.7388424", "0.73623824", "0.7358267", "0.73510146"...
0.7885352
2
Log an info message.
public void info(String message, Throwable throwable);
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static void logInfo(String message)\n {\n log(IStatus.INFO, message);\n }", "public void info(String message);", "public void info(String message);", "public static void info(String message) {\n\n\t\tlog(message);\n\t}", "void info(String message);", "public void info(String msg) {\n l...
[ "0.79360044", "0.7885352", "0.7885352", "0.78609395", "0.77637", "0.77475", "0.77326", "0.76444757", "0.7619475", "0.75693303", "0.75193083", "0.75120866", "0.7497078", "0.7483485", "0.7461141", "0.74582756", "0.74524796", "0.7431944", "0.74077666", "0.7388424", "0.73623824",...
0.0
-1
Log a debug message.
public void debug(String message);
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void debug(String msg);", "public void debug(Object message)\n/* */ {\n/* 118 */ if (message != null) {\n/* 119 */ getLogger().debug(String.valueOf(message));\n/* */ }\n/* */ }", "public static void debug(String message) {\n if (mDebug)\n print(message);\n...
[ "0.81372494", "0.7851507", "0.77660936", "0.7752024", "0.77496475", "0.77193063", "0.7664952", "0.76617193", "0.76330006", "0.7631736", "0.7547774", "0.75389946", "0.7533819", "0.7495498", "0.74675703", "0.7442567", "0.7424068", "0.7402492", "0.73933077", "0.73923737", "0.739...
0.8372781
0
Log a debug message.
public void debug(String message, Throwable throwable);
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void debug(String message);", "public void debug(String msg);", "public void debug(Object message)\n/* */ {\n/* 118 */ if (message != null) {\n/* 119 */ getLogger().debug(String.valueOf(message));\n/* */ }\n/* */ }", "public static void debug(String message) {\n if...
[ "0.8371931", "0.81362504", "0.78516614", "0.7766306", "0.775326", "0.77497405", "0.7718122", "0.7664878", "0.7662333", "0.7633824", "0.7631141", "0.75472933", "0.75380856", "0.75335866", "0.74951196", "0.74658763", "0.7442552", "0.74241316", "0.74016553", "0.7393541", "0.7393...
0.7258374
28
Log a trace message.
public void trace(String message);
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void trace(Object message)\n/* */ {\n/* 141 */ this.logger.trace(message);\n/* */ }", "public void trace(Object message, Throwable t)\n/* */ {\n/* 130 */ this.logger.trace(message, t);\n/* */ }", "public static void trace(String message) {\n\t\tif (logger != null) {\n\t\t...
[ "0.7668938", "0.7466041", "0.72826564", "0.72448176", "0.7210092", "0.7199515", "0.717623", "0.7117515", "0.7077223", "0.7065174", "0.70197904", "0.6987777", "0.69804937", "0.69574696", "0.6924459", "0.6919893", "0.6876459", "0.68427795", "0.6832238", "0.68019456", "0.6782250...
0.7979523
1
Log a trace message.
public void trace(String message, Throwable throwable);
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void trace(String message);", "public void trace(String message);", "public void trace(Object message)\n/* */ {\n/* 141 */ this.logger.trace(message);\n/* */ }", "public void trace(Object message, Throwable t)\n/* */ {\n/* 130 */ this.logger.trace(message, t);\n/* */ }"...
[ "0.7979523", "0.7979523", "0.7668938", "0.7466041", "0.72826564", "0.72448176", "0.7210092", "0.7199515", "0.717623", "0.7117515", "0.7077223", "0.7065174", "0.70197904", "0.6987777", "0.69804937", "0.69574696", "0.6924459", "0.6919893", "0.68427795", "0.6832238", "0.68019456...
0.6876459
18
Get status of info messages logging in this logger.
public boolean isInfoEnabled();
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public boolean logInfo()\r\n {\r\n return infoLevelHandler.getBoolean();\r\n }", "public String getStatusInfoDetails() {\r\n return statusInfoDetails;\r\n }", "public StatusLogger getStatusLogger();", "public boolean isInfoLoggable() {\n return logger.isLoggable(Level.INFO);\n }", ...
[ "0.6931155", "0.64609116", "0.6435914", "0.6404514", "0.62208426", "0.6210232", "0.6089287", "0.6044886", "0.6018952", "0.6017917", "0.59893703", "0.5908121", "0.58891463", "0.58755666", "0.58486706", "0.5838971", "0.5826278", "0.58221084", "0.5806671", "0.58037794", "0.57938...
0.0
-1
Get status of debug messages logging in this logger.
public boolean isDebugEnabled();
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public boolean getDebugStatus() {\r\n return DEBUG;\r\n }", "public final DebugLogger Debug() {\n return system.Debug();\n }", "public final boolean isDebugOn()\n {\n return this.getPropertyValue(GUILoggerSeverityProperty.DEBUG);\n }", "public boolean getDebug() {\n return d...
[ "0.7213785", "0.6957903", "0.6670937", "0.6255996", "0.6255996", "0.6223465", "0.61763316", "0.61763316", "0.61257803", "0.60268366", "0.5981848", "0.59633", "0.59004146", "0.5891663", "0.5891663", "0.58771753", "0.5846837", "0.5840157", "0.58297044", "0.58093965", "0.5784765...
0.5766103
23
Get status of trace messages logging in this logger.
public boolean isTraceEnabled();
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String getStatusOfTrace(String traceId) {\n //First, check if the trace exist in the trace_status index\n QueryBuilder qb = QueryBuilders.termQuery(\"traceId\", traceId);\n SearchResponse response = client.prepareSearch(Const.TRACE_STATUS_INDEX)\n .setTypes(Const.TRACE_ST...
[ "0.659209", "0.64424455", "0.6322273", "0.6218757", "0.61957383", "0.6133402", "0.6117456", "0.607296", "0.59906113", "0.5925965", "0.5879257", "0.58205426", "0.57998544", "0.5788233", "0.57785803", "0.57777536", "0.5774808", "0.5773299", "0.5768732", "0.5738256", "0.57367384...
0.59476805
9
TODO Autogenerated method stub
@Override public String toString() { return staffType; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExr...
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.608016...
0.0
-1