query stringlengths 8 1.54M | document stringlengths 9 312k | negatives listlengths 19 20 | metadata dict |
|---|---|---|---|
Sets the new enum lists for this schema. The sets in the provided maps are converted into lists, and sorted according to their natural ordering. | @SuppressWarnings({"rawtypes", "unchecked"})
public void setEnumsSetComparable(Map<String, Set<Comparable>> enums)
{
Preconditions.checkNotNull(enums);
areEnumsUpdated = true;
Map<String, List<Object>> enumsList = Maps.newHashMap();
//Check that all the given keys are valid
Preconditions.check... | [
"public void setEnumsList(Map<String, List<Object>> enums)\n {\n Preconditions.checkNotNull(enums);\n areEnumsUpdated = true;\n\n //Check that all the given keys are valid\n Preconditions.checkArgument(\n configurationSchema.getKeyDescriptor().getFields().getFields().containsAll(enums.keySet()),... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This method validates the security answers for the loaded security questions to retrieve the forgotten password | @RequestMapping(value = "/validateUserSecurityQuestionsandAnswers",method = RequestMethod.POST)
public ModelAndView validateUserSecurityQuestionsandAnswers(Model model,@ModelAttribute("forgotPasswordForm") ForgotPasswordForm forgotPasswordForm,
HttpSession session,final RedirectAttributes redirectAttributes) {
... | [
"@Test(description= \"Forgot password - User has not set security questions\", groups = {\"smoke\"},priority=12)\n\tpublic void forgotPasswordSecurityQuesNotSet() {\n\t\tloginPageObj.clickForgotPass();\t\t\n\t\tloginPageObj.clickRetrieveForgotPass(loginData.get(VALID_USERNAME_SECURITY_QUESTIONS_NOT_SET));\n\t\tlogi... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
$ANTLR end "entryRuleJointConstraint" $ANTLR start "ruleJointConstraint" ../uk.ac.kcl.inf.robotics.rigid_bodies.ui/srcgen/uk/ac/kcl/inf/robotics/ui/contentassist/antlr/internal/InternalRigidBodies.g:1217:1: ruleJointConstraint : ( ( rule__JointConstraint__Group__0 ) ) ; | public final void ruleJointConstraint() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../uk.ac.kcl.inf.robotics.rigid_bodies.ui/src-gen/uk/ac/kcl/inf/robotics/ui/contentassist/antlr/internal/InternalRigidBodies.g:1221:2: ( ( ( rule__JointConstraint__... | [
"public final void rule__JointConstraint__Group__0__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../uk.ac.kcl.inf.robotics.rigid_bodies.ui/src-gen/uk/ac/kcl/inf/robotics/ui/contentassist/antlr/internal/InternalRigidBodies.g:7325:1:... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
repeated uint32 appids = 1 [(.description) = "List of App IDs to grab bookmarks for. Can be empty if using updated_since."]; | int getAppids(int index); | [
"java.util.List<java.lang.Integer> getAppidsList();",
"public java.util.List<java.lang.Integer>\n getAppidsList() {\n return appids_;\n }",
"public java.util.List<java.lang.Integer>\n getAppidsList() {\n return java.util.Collections.unmodifiableList(appids_);\n }",
"java.ut... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Get method for struct member 'temperature_unit'. Field Documentation Blender Python API Unit that will be used to display temperature values | public byte getTemperature_unit() throws IOException
{
if ((__io__pointersize == 8)) {
return __io__block.readByte(__io__address + 11);
} else {
return __io__block.readByte(__io__address + 11);
}
} | [
"uk.me.uohiro.protobuf.model.extras.ex1.Temperature.Units getUnits();",
"double getLoTemperature(TempUnit unit);",
"double getHiTemperature(TempUnit unit);",
"public String getUnit() {\r\n\r\n return data.getUnit();\r\n\r\n }",
"public TempUnit getHighUnit() {\n return highUnit;\n }",
... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
TODO:move to standalone web shell project | private WebShellServer() {
} | [
"public void launchWebGui() {\n webgui = (WebGui) Runtime.create(\"webgui\", \"WebGui\");\r\n webgui.autoStartBrowser(false);\r\n webgui.startService();\r\n webgui.startBrowser(\"http://localhost:8888/#/service/\" + ear.getName());\r\n }",
"public void exec() {\n\n try {\n\n String ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Spring Data repository for the Paypal entity. | @SuppressWarnings("unused")
@Repository
public interface PaypalRepository extends JpaRepository<Paypal, Long> {
} | [
"@Repository\npublic interface IPaymentRepository extends JpaRepository<Payment, Long> {\n}",
"public interface PaymentContextRepository extends CrudRepository<PaymentContext, Long> {\n\n}",
"public interface SellerPaymentsTypeRepositrory extends CrudRepository<SellerPaymentsType, Integer> {\n\t\n\t\n\t/**\n\t ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Set numDecimals to numDecimals. | public void setNumDecimals(int numDecimals) {
this.numDecimals = numDecimals;
} | [
"public void setNoOfDecimals(int value) {\n this.noOfDecimals = value;\n }",
"public void setNumDecimalPlaces(int num) {\n m_numDecimalPlaces = num;\n }",
"public void setDecimals(int decimals) {\n this.converter.decimalsProperty().set(decimals);\n }",
"public void setDecimals(JTextFie... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Matches sets of modifiers that have None of these modifiers | public static $modifiers not(Collection<Modifier> mods ){
$modifiers $mods = new $modifiers();
$mods.mustExclude.addAll(mods);
return $mods;
} | [
"public MethodPredicate withoutModifiers(Collection<Integer> modifiers) {\n this.withoutModifiers = new ArrayList<>(modifiers);\n return this;\n }",
"public FieldPredicate withoutModifiers(Collection<Integer> modifiers) {\n this.withoutModifiers = new ArrayList<>(modifiers)... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns the result of interpreting the object as an instance of 'Or'. This implementation returns null; returning a nonnull result will terminate the switch. | public T caseOr(Or object) {
return null;
} | [
"public T caseOr(Or object)\n {\n return null;\n }",
"public T caseLogicalOrExpression(LogicalOrExpression object)\n {\n return null;\n }",
"public T caseOrExpression(OrExpression object)\n {\n return null;\n }",
"public T caseORNodeExpression(ORNodeExpression object)\n {\n return null;\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This method was generated by MyBatis Generator. This method sets the value of the database column trade_order.shipping_id | public void setShippingId(Integer shippingId) {
this.shippingId = shippingId;
} | [
"public void setShippingId(Integer shippingId) {\n this.shippingId = shippingId;\n }",
"public void setShipping_id(Byte shipping_id) {\n this.shipping_id = shipping_id;\n }",
"public Integer getShippingId() {\r\n return shippingId;\r\n }",
"public Integer getShippingId() {\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
method to insert user defined stock list or update | void insertOrUpdate(StockList stockList) throws Exception; | [
"org.datacontract.schemas._2004._07.cdiscount_service_marketplace_api_external_contract_data_product.ArrayOfProductStock addNewProductStockList();",
"public void addStock(Stock stock);",
"stockFilePT102.StockDocument.Stock insertNewStock(int i);",
"public void UpdateNewStock(ArrayList<StockData> newUpdStockDa... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
The general contract of a Publisher | interface Publisher {
public void add(Subscriber sub);
public void publish(String message);
} | [
"public interface Publisher {\n\t// Publishes new message to PubSubService\n\tvoid publish(Message message, PubSubService pubSubService);\n}",
"public void subscribe(Publisher pub);",
"public interface Publisher {\n\n\tMap<String, String> publish(String description, boolean uploadLogs) throws PublisherException... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Test for method void java.util.Hashtable.clear() | @Test
public void test_clear() {
Hashtable<String, String> h = hashtableClone(htfull);
h.clear();
assertEquals("Hashtable was not cleared", 0, h.size());
Enumeration<String> el = h.elements();
Enumeration<String> keys = h.keys();
assertTrue("Hashtable improperly clear... | [
"@Test\n void testClear() {\n HashTable table = new HashTable();\n table.put(\"key\", \"value\");\n table.put(\"key2\", \"value2\");\n table.clear();\n assertEquals(0, table.size());\n table.clear();\n assertEquals(0, table.size());\n }",
"@org.junit.Test\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Add to the list of emotes | public void addEmote(EmoteAndIndices emoteSet)
{
emotes.put(emoteSet.getBegin(), emoteSet);
} | [
"void addEmotion(Emotion emotion) {\n // Get the stored emotions and add the emotion passed in the parameter\n getStoredEmotions().addEmotion(emotion);\n }",
"public Map<Integer, EmoteAndIndices> getEmotes()\n {\n return emotes;\n }",
"public void attachEvidences(List<Evidence> evi... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns true if the given Edge Position is directed, otherwise false | public boolean isDirected(Position ep) throws InvalidPositionException; | [
"boolean isDirected();",
"public boolean isEdge();",
"public abstract boolean isUsing(Edge graphEdge);",
"public boolean isEdgeVisible(Object edge);",
"public abstract boolean hasEdge(int from, int to);",
"public boolean isAdjacent(final Edge<E, V> edge) {\n return (!isDirected() && source().isOutIncid... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
handles a player clicking yes by calling the respective consumer | @Override
protected void onYes(final Player player) {
if(this.onYes != null) {
this.onYes.accept(player);
}
} | [
"void yesPressed();",
"public void yesClick(View view){\n showAnswerResults(game.checkAnswer(1));\n }",
"private void yesClicked(ActionEvent ae) {\n synchronized (this) {\n lastClicked = true;\n notifyAll();\n }\n }",
"void onYesClicked(int position);",
"publ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Get the MenuFactory which will create the menus for this plugin | public MenuBuilder getMenuFactory() {
if (menuBuilder == null) {
menuBuilder = lookupMenuBuilder();
}
return menuBuilder;
} | [
"IMenuFactory getMenuFactory();",
"@Override\r\n\tprotected MenuManager createMenuManager() {\r\n\t\tMenuManager menuManager = new MenuManager(\"menu\");\r\n\t\treturn menuManager;\r\n\t}",
"MenuEntry.Factory getMenuEntryFactory();",
"protected MenuManager createMenuManager() {\n\t\tMenuManager mm = new MenuM... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns a set containing all leaf operators from the operator tree in this work. | public Set<Operator<?>> getAllLeafOperators() {
Set<Operator<?>> returnSet = new LinkedHashSet<Operator<?>>();
Set<Operator<?>> opSet = getAllRootOperators();
Stack<Operator<?>> opStack = new Stack<Operator<?>>();
// add all children
opStack.addAll(opSet);
while (!opStack.empty()) {
Oper... | [
"public List<OperatorImpl> getChildOperators() {\n\t\treturn Collections.emptyList();\n\t}",
"public Collection<IOperator> getAllOperators()\r\n\t{\r\n\t\treturn expressionRegistry.getAllOperators();\r\n\t}",
"public List<Operation> getAllLeafOperations()\n\t{\n\t\tList<Operation> myData = new ArrayList<Operati... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
checks whether this Sprite's hitbox is at least partially inside the canvas TODO: technically this returns true even if circular Sprite is just outside at the corners, and false if a tilted rectangular Sprite's edge crosses a corner with endpoints outside | boolean isInsideScreen() {
if (_hitbox.length == 1) {
float r = _hitbox[0].x;
PVector c = _getCenter();
return 0 <= c.x + r && c.x - r < width && 0 <= c.y + r && c.y - r < height;
}
PVector[] points = this._getPoints();
for(PVector p : points) {
if(0 <= p.x && p.x < width && 0 ... | [
"boolean insideSprite(Sprite s){\n if (s._hitbox.length == 1) {\n if (_hitbox.length == 1) {\n return PVector.dist(s._getCenter(),this._getCenter()) <\n s._hitbox[0].x - this._hitbox[0].x;\n }\n return _insideCirc(_getPoints(), s._getCenter(), s._hitbox[0].x);\n }\n if (... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
print a list of movies whose genre include 14 | public String genre14(){
String genre14MovieTitle = " ";
for(int i = 0; i < results.length; i++){
if(results[i].genre()) {
genre14MovieTitle += results[i].getTitle() + "\n";
}
}
System.out.println(genre14MovieTitle);
return genre14MovieTitl... | [
"public void showGenre(Genre genre) {\n for (Record r : cataloue) {\n if (r.getGenre() == genre) {\n System.out.println(r);\n }\n }\n\n }",
"public void printByGenre() {\n if(emptyArray(albums)){\n System.out.println(\"The collection is empty!\");\n }else {\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Add game to game list. | public void addGameToGameList(Game game) throws RemoteException, SQLException
{
boolean hasCopy = false;
for(int i =0; i < availableGames.size(); i++)
{
if(availableGames.get(i).getId() == game.getId())
hasCopy = true;
}
if(!hasCopy){
availableGames.add(game);
}
... | [
"public void addGame(Game game) {\n if (!games.contains(game))\n games.add(game);\n }",
"private static void addGameToItemList(GameItem newGame)\n {\n ItemList.add(convertGameToItem(newGame));\n }",
"public void addGame(Game game) {\n System.out.println(\"here\");\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
$ANTLR end "rule__XFeatureCall__Group_1_2__0" $ANTLR start "rule__XFeatureCall__Group_1_2__0__Impl" ../org.xtext.mongobeans.ui/srcgen/org/xtext/mongobeans/ui/contentassist/antlr/internal/InternalMongoBeans.g:12108:1: rule__XFeatureCall__Group_1_2__0__Impl : ( ',' ) ; | public final void rule__XFeatureCall__Group_1_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.xtext.mongobeans.ui/src-gen/org/xtext/mongobeans/ui/contentassist/antlr/internal/InternalMongoBeans.g:12112:1: ( ( ',' ) )
// ... | [
"public final void rule__XFeatureCall__Group_1_2__0__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.xtext.guicemodules.ui/src-gen/org/xtext/guicemodules/ui/contentassist/antlr/internal/InternalGuiceModules.g:13009:1: ( ( ',' )... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Test the add of the second person. | @Test
public void addPerson2() throws SQLException {
Person p;
directoryDAO.addPerson(person2);
p = directoryDAO.findPerson(person2.getId());
Assert.assertEquals(p.getId(), person2.getId());
Assert.assertEquals(p.getBirthdate(), person2.getBirthdate());
Assert.assertEquals(p.getFirstName(), person2.getFirs... | [
"@Test\n void addPersonTest(){\n\n testAddressBook.add(testPerson);\n testAddressBook.add(testPerson2);\n\n assertEquals(testPerson, testAddressBook.get(0));\n assertEquals(testPerson2, testAddressBook.get(1));\n }",
"@Test\r\n public void testAddPers2() {\r\n assertEqu... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Actualizar valores de un Predio | public static void update(Predio _predio) {
ContentValues values = getContentValues(_predio);
getContext().getContentResolver().update(AppContentProvider.CONTENT_URI_PREDIO, values, null, null);
} | [
"void actualizarAsistencia(Asistencia asistencia);",
"void actualizar(Prestamo prestamo);",
"private void alterarServico(){\n int codigo = Integer.parseInt(tfCod.getText());\n String descricao = tfSerDescricao.getText();\n String tecnico = tfSerTecnico.getText();\n double valor = Con... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Kills the agent named agName as a requested by byAg. Agent.stopAg() method is called before the agent is removed. | public boolean killAgent(String agName, String byAg, int deadline); | [
"private void stopAgent()\r\n\t{\r\n\t\tString sMethod = \"stopAgent\";\r\n\t\ttry {\r\n\t\t\t_systemLogger.log(Level.INFO, MODULE, sMethod, \"Stopping Agent...\");\r\n\t\t\t// stop agent\r\n\t\t\t_oASelectAgent.destroy();\r\n\t\t\t// clean GUI recourses\r\n\t\t\t_oASelectAgent.destroyGui();\r\n\t\t\t_oASelectAgent... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Delete k8s artifacts from k8s cluster in a given directory. | public static int deleteK8s(Path sourceDirectory) throws InterruptedException, IOException {
ProcessBuilder pb = new ProcessBuilder(KUBECTL, "delete", "-f", sourceDirectory
.toAbsolutePath().toString());
log.info("Deleting resources" + sourceDirectory.normalize());
log.debug(EXEC... | [
"CacheCluster deleteCacheCluster(DeleteCacheClusterRequest deleteCacheClusterRequest);",
"private void deleteAllArtifact() throws IOException {\n HttpRequestConfig requestConfig = getHttpRequestConfig();\n URL url = getRouterBaseUri().resolve(String.format(\"/v3/namespaces/default/artifacts\")).toURL();\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
// setActivity // // Assign a new current activity and notify all observers | public void setActivity (Activity activity)
{
this.activity = activity;
setChanged();
notifyObservers();
} | [
"public void setActivity(Activity activity) {this.activity = activity;}",
"public final void setActivity(final Activity<ProcessContext> theActivity) {\n\t\tthis.activity = theActivity;\n\t}",
"public void setActivity(Activity activity) {\n lastNeuron().setActivity(activity);\n }",
"public void setAc... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Checks if a the given operation is allowed on the group. On local groups every operation is allowed, on remote groups none. On public group only the managment of its members is allowed. | public boolean isOperationForbidden(Group g, String operation) {
boolean allowed = false;
if (g.getNode().getId().equals(nodeService.getLocalNode().getId())) {
allowed = true;
}
if (g.getNode().getPublicNode()) {
if (operation.equals(OPERATIONNAME_MANAGE_MEMBERS))... | [
"boolean hasGroupOperateMessageRequest();",
"private void checkAccessRights(final String operation, final String id,\n final String username, final Profile myProfile,\n final String myUserId, final List<GroupElem> userGroups,\n final UserGroupRepository groupRepository) { Before w... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Set interval of emitting particles from particle source. Example: _source setDropInterval 0.05 | public native static void setDropInterval(GameObject oper1, float oper2); | [
"void setSamplingIntervalMs(long ms);",
"public Duration emitInterval() {\n return emitInterval;\n }",
"public void setSampleRate(float rate)\n {\n samplingDelay = (int)(ONE_SECOND/rate);\n }",
"@Generated\n @Selector(\"setMagnetometerUpdateInterval:\")\n public native void setMagnetometerU... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Sets the name of the input u (eastwest) velocity file | public void setInputUFile(String inputUFile) {
this.inputUFile = inputUFile;
} | [
"public void setFileName( String name ) {\n\tfilename = name;\n }",
"public void setName(String name){\n\t\tthis.name=name;\n\t\tinPath=rootPath+name+File.separator;\n\t\tbuildPaths();\n\t}",
"public void setDateiName(String v) {\r\n\tthis.dateiName = getPath() + v;\r\n\tinitVector();\r\n }",
"public v... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Clicks on the increase button for adults in the travellers panel. | public void clickTravellersAdultsInc() {
travellersAdultInc.click();
} | [
"public void clickTravellersAdultsDec() {\n\t\ttravellersAdultDec.click();\n\t}",
"public void clickTravellersInfantsInc() {\n\t\ttravellersInfantsInc.click();\n\t}",
"public void clickTravellersChildrenInc() {\n\t\ttravellersChildInc.click();\n\t}",
"public void addAdult()\r\n {\r\n adults++; // Addi... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Set the property determining whether this LevelElement is affected by gravity. | void setGravity(boolean gravity); | [
"public void setGravity(double gravity)\r\n {\r\n this.gravity = gravity;\r\n }",
"public void setGravity ( boolean gravity ) {\n\t\tinvokeSafe ( \"setGravity\" , gravity );\n\t}",
"public void setGravity(final int gravity) {\n this.gravity = gravity;\n requestRepaint();\n }",
"publ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ Add a MSG_REPORT_PROCESS_OPEN to the outbound queue. This method is called while region is in the queue of regions to process and then while the region is being opened, it is called from the Worker thread that is running the region open. | protected void addProcessingMessage(final HRegionInfo hri) {
getOutboundMsgs().add(new HMsg(HMsg.Type.MSG_REPORT_PROCESS_OPEN, hri));
} | [
"private void OpenQueueForWriting() throws MQException, IOException {\n\t\t\n\t\tint openOptions = MQConstants.MQOO_FAIL_IF_QUIESCING \n\t\t\t\t\t\t+ MQConstants.MQOO_OUTPUT;\n\n\t\tif (Log()) {\n\t\t\tSystem.out.println(\"PRODUCER: \" + ThreadName() + \" , Opening Queue for output : \" + QueueName());\n\t\t}\n\t\t... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Condition 1 of rule constructDeeperUnderstanding02_PATH_2_GOAL_8_COMPONENT_txtResp_22. The original expression was: action.getGoal().getPath().getId().equals(2) | private boolean constructDeeperUnderstanding02_PATH_2_GOAL_8_COMPONENT_txtResp_22_cond_1() {
return (module_entity_Action_1.getGoal().getPath().getId().equals(2));
} | [
"private boolean constructDeeperUnderstanding03_PATH_2_GOAL_6_COMPONENT_txtOp_18_cond_1() {\r\n return (module_entity_Action_1.getGoal().getPath().getId().equals(2));\r\n }",
"private boolean constructDeeperUnderstanding02_PATH_2_GOAL_6_COMPONENT_txtOp_16_cond_1() {\r\n return (module_entity_Acti... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Gets a total number of checkpoints to keep in the WAL history. | public int getWalHistorySize() {
return walHistSize <= 0 ? DFLT_WAL_HISTORY_SIZE : walHistSize;
} | [
"public int getHistoryCount() {\n String countQuery = \"SELECT * FROM \" + TABLE_HISTORY;\n SQLiteDatabase db = this.getReadableDatabase();\n Cursor cursor = db.rawQuery(countQuery, null);\n int count = cursor.getCount();\n cursor.close();\n\n // return count\n retu... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
$ANTLR end "rule__RTCTL__Group_7__0" $ANTLR start "rule__RTCTL__Group_7__0__Impl" InternalDsl.g:18050:1: rule__RTCTL__Group_7__0__Impl : ( ( rule__RTCTL__OpAssignment_7_0 ) ) ; | public final void rule__RTCTL__Group_7__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalDsl.g:18054:1: ( ( ( rule__RTCTL__OpAssignment_7_0 ) ) )
// InternalDsl.g:18055:1: ( ( rule__RTCTL__OpAssignment_7_0 ) )
{
... | [
"public final void rule__RTCTL__Group_6__0__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalDsl.g:17973:1: ( ( ( rule__RTCTL__OpAssignment_6_0 ) ) )\n // InternalDsl.g:17974:1: ( ( rule__RTCTL__OpAssignment_6_0 ) )\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Swap two locations i and j in ArrayList a. | private static <E> void swap(ArrayList<E> a, int i, int j) {
E t = a.get(i);
a.set(i, a.get(j));
a.set(j, t);
} | [
"private static void interchange( int i, int j, ArrayList< String > a ) {\n\t\tString temp = a.get( i );\n\t\ta.set( i, a.get( j ) );\n\t\ta.set( j, temp );\n\t}",
"private static <T extends Comparable<? super T>> void Swap(List<T> list, int i, int j) {\n T t = list.get(i);\n list.set(i,list.get(j))... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns the builder for the settings used for calls to updateVolume. | public UnaryCallSettings.Builder<UpdateVolumeRequest, Operation> updateVolumeSettings() {
return updateVolumeSettings;
} | [
"public UnaryCallSettings.Builder<GetVolumeRequest, Volume> getVolumeSettings() {\n return getVolumeSettings;\n }",
"public google.maps.fleetengine.v1.DeviceSettings.Builder getDeviceSettingsBuilder() {\n \n onChanged();\n return getDeviceSettingsFieldBuilder().getBuilder();\n }",
"pub... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Controls whether blending calculations can be used. If blending is turned off, simple color replacement occurs and alpha transparency is ignored. Obviously, this is usually a bad thing for 2D graphics. | public static void blending(boolean enable)
{
if (enable)
glEnable(GL_BLEND);
else
glDisable(GL_BLEND);
} | [
"public void enableBlending() {\n if (!blendingDisabled)\n return;\n renderMesh();\n blendingDisabled = false;\n }",
"public static void enableBlend()\n\t{\n\t\tenable(Blend.BLEND);\n\t}",
"public void disableBlending() {\n if (blendingDisabled)\n return;\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This class allows the user to move to the Next Transaction (of the same Transaction Type) in the list. | public void editNextTransaction(View view) {
Intent intent = new Intent(this, EditAddTransaction.class);
int newIndex;
//Find the next transaction with a matching type.
for(newIndex = _transIndex + 1; newIndex < Reserve.get_transactionList().size(); newIndex++){
if (Reserve.... | [
"public void editPrevTransaction(View view) {\n Intent intent = new Intent(this, EditAddTransaction.class);\n int newIndex;\n\n //Find the next transaction with a matching type.\n for(newIndex = _transIndex - 1; newIndex >= 0; newIndex--){\n if (Reserve.get_transactionList().g... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Test of run method, of class BuffaloGroup. | @Test
public void testGroupRun() {
//System.out.println("run");
BuffaloGroup.create();
BuffaloGroup.run();
// TODO review the generated test code and remove the default call to fail.
assertTrue(true);
} | [
"public void run() {\n Exception exception = null;\n try {\n // Loop through all the chunks of this group\n for (Invoker invoker : group.chunks) {\n // Run the chunk\n Optional<T... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This method was generated by MyBatis Generator. This method sets the value of the database column IMAL141_DEV_O18.S_CONTROL_PARAM.ADD_DATE2_PROTECTED | public void setADD_DATE2_PROTECTED(String ADD_DATE2_PROTECTED) {
this.ADD_DATE2_PROTECTED = ADD_DATE2_PROTECTED == null ? null : ADD_DATE2_PROTECTED.trim();
} | [
"public String getADD_DATE2_PROTECTED() {\r\n return ADD_DATE2_PROTECTED;\r\n }",
"public void setADD_NUMBER2_PROTECTED(String ADD_NUMBER2_PROTECTED) {\r\n this.ADD_NUMBER2_PROTECTED = ADD_NUMBER2_PROTECTED == null ? null : ADD_NUMBER2_PROTECTED.trim();\r\n }",
"public String getADD_DATE1_PR... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Sets the value of the ExternallyManaged field. | public void setExternallyManaged(java.lang.Boolean value); | [
"public void setExternallyOwned(java.lang.Boolean value);",
"void setIsManaged(boolean isManaged);",
"void xsetIsManaged(org.apache.xmlbeans.XmlBoolean isManaged);",
"void setNilIsManaged();",
"@gw.internal.gosu.parser.ExtendedProperty\n public java.lang.Boolean isExternallyManaged();",
"public Builder s... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
$ANTLR end "rule__ECapabilityAssignment__Group__3__Impl" $ANTLR start "rule__ECapabilityAssignment__Group__4" InternalAADMParser.g:5283:1: rule__ECapabilityAssignment__Group__4 : rule__ECapabilityAssignment__Group__4__Impl ; | public final void rule__ECapabilityAssignment__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalAADMParser.g:5287:1: ( rule__ECapabilityAssignment__Group__4__Impl )
// InternalAADMParser.g:5288:2: rule__ECapabilityAssignment_... | [
"public final void rule__ECapabilityAssignment__Group__4__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalAADMParser.g:5298:1: ( ( RULE_END ) )\n // InternalAADMParser.g:5299:1: ( RULE_END )\n {\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Return a set of SWRL by finding individual rules added in the rule XML | public Set<SWRLRule> translate() throws Exception {
NodeList nodeList = doc.getElementsByTagName("rule");
if (nodeList == null) {
throw new Exception("No rule tag in xml file");
}
Set<SWRLRule> ruleSwrl = new HashSet<SWRLRule>();
for (int i = 0; i < nodeList.getLength... | [
"public RuleSet buildRules(Set<OWLAxiom> axioms);",
"private Set<Condition> getConditions(List<RuleInstance> rules)\n{\n Set<Condition> conds = new HashSet<Condition>();\n\n getTimeConditions(rules,conds);\n getSensorConditions(rules,conds);\n getCalendarConditions(rules,conds);\n\n return null;\n}",
... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
The list of alternate ids of the entity. | @XmlElement (name="alternateId")
@JsonProperty ("alternateIds")
@JsonName ("alternateIds")
public List<AlternateId> getAlternateIds() {
return alternateIds;
} | [
"@Override\n public ExternalIdBundle getAlternateIds() {\n return _alternateIds;\n }",
"public String getIds() {\n return ids;\n }",
"public java.lang.String[] getIds() {\n return ids;\n }",
"List<Identifier> getSecondaryIdentifiers();",
"public String getRightIdentityIdsString() {\... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ Tries to get rid of noisy data from the coursesVectors flag values: 0 unsorted data 2 for Stanford | public static void cleanData(Vector<CourseSubject> corrupted, int flag){
// for berkeley
if(flag == 3){
corrupted.remove(0);
corrupted.remove(0);
corrupted.remove(corrupted.size()-1);
}
if(flag == 2){
for(int i = 0 ; i < 9; ++i){
if( i < 5 )
corrupted.remove(corrupted.size()-1);
co... | [
"public void clearLearned()\n {\n ccmap.clear();\n learning = false;\n setLearningCC(false);\n }",
"public void removeNonUsefulClassifiers(){\r\n \tfor (int i=0; i<macroClSum; i++){\r\n \t\tif (!set[i].getUseful()){\r\n\t\t\tdeleteClassifier(i); \t\t\t\t\r\n \t\t\ti--;\r... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
If no item is selected in the list of scene objects, disable the Edit and Remove buttons, otherwise enable them. | private void enableOrDisableItemButtons()
{
int selectedIndex = sceneObjectsList.getSelectedIndex();
if (selectedIndex == -1)
{
// No selection, disable relevant buttons
editButton.setEnabled(false);
duplicateButton.setEnabled(false);
removeButton.setEnabled(false);
visibleCheckBox.setEna... | [
"private void disableModificationButtons() {\n this.edit.setDisable(true);\n this.delete.setDisable(true);\n this.unindex.setDisable(true);\n }",
"private void disableAllItem( )\n\t{\n\t\taddNewGroup.setEnabled( false );\n\t\taddNewClass.setEnabled( false );\n\t\taddNewField.setEnabled( fa... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
ge_maps To get all data filtered by Year and Position column | public List<GEMaps> findGEMapPositionsForYears(int year, int ga_no, int position) {
logger.info(" inside getAEMapPositionsForStatsYears() of AssemblyElectionsRepository class ..");
return mongoTemplate.find(
query(where("year").is(Integer.valueOf(year)).and("ga_no").is(Integer.valueOf(ga_no)).and("position").i... | [
"public List<GEMaps> findGEMapByYear(int year, int ga_no) {\n\t\tlogger.info(\" inside findGEMapByYear() of GeneralElectionsRepository class ..\" + year);\n\n\t\tQuery query = new Query();\n\t\tquery.addCriteria(Criteria.where(\"year\").is(year).and(\"ga_no\").is(ga_no));\n\t\treturn mongoTemplate.find(query, GEMap... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This method updates element's offset (shifts it above offset gap if necessary) before adding the element to the list. This method should be called before (or after) the element is physically added to the list. If the element is added below the offset gap then calling of this method is not necessary. | protected void updateElementOffsetAdd(E elem) {
int rawOffset = elementRawOffset(elem);
if (rawOffset >= offsetGapStart) {
setElementRawOffset(elem, rawOffset + offsetGapLength);
}
} | [
"protected void updateElementOffsetRemove(E elem) {\n int rawOffset = elementRawOffset(elem);\n if (rawOffset >= offsetGapStart) {\n setElementRawOffset(elem, rawOffset - offsetGapLength);\n }\n }",
"public void addToOffsets(entity.TransactionOffset element) {\n __getIntern... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Activity uses the activity_welcome.xml layout Initializes the navigation tabs on the bottom of the screen | @Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_welcome);
appColors.setActionBarColor("#000000");
appColors.setActionBarTextColor("#05e5ee");
getDrawable(android.R.drawable.ic_popup_reminder... | [
"public void createNewWelcomeTab() {\n mTabManager.setTabIntention(new Intention(Type.I_Welcome));\n \n // fade in the control menu after 100ms\n // If mHideHomeScreen is set to true don't show HomeScreen\n // This is required for running gpu benchmarks.\n if (!BrowserActivit... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Overriden by children: Search for cheese in the given maze. If no path to any cheese exists, return null. | public abstract List<Direction> searchForCheese(Maze maze); | [
"public List<Direction> searchForCheese(Maze maze) {\n AStack<Direction> path = new AStack<Direction>(); //initialize stack\n Coord start = maze.getMouseLocation(); //first start\n maze.setFlag(start); //flag the starting position so that we don't go over it again\n if (recursiveSearch(maze, path, start... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This method returns a String for a range of dates for show_week | private static String getRangeOfWeek(Task startOfWeekTask,
Task endOfWeekTask) {
return String.format(Constants.MSG_RANGE_OF_WEEK,
getDayOfWeek(startOfWeekTask.getDate()),
startOfWeekTask.getDate(),
getDayOfWeek(endOfWeekTask.getDate()),
endOfWeekTask.getDate());
} | [
"@Override\n public String dateRange() {\n StringBuilder frag = new StringBuilder();\n DateFormat df = DateFormat.getDateInstance();\n\n frag.append(\"<div class=\\\"reportDate\\\">\");\n if (start != null) {\n frag.append(df.format(start));\n } else {\n f... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Setter for the deliverable flag | public void setDeliverable(boolean deliverable) {
this.deliverable = deliverable;
} | [
"public void setDelivered(boolean b);",
"public boolean isDeliverable() {\r\n return deliverable;\r\n }",
"public void setDelivery(boolean deliver){\r\n this.delivery = deliver;\r\n }",
"public void setGuaranteedDelivery(boolean value) {\r\n this.guaranteedDelivery = value;\... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Method to read an external library file, given its name as stored on disk. Attempts to find the file in many different ways, including asking the user. | protected Library readExternalLibraryFromFilename(String theFileName, FileType defaultType)
{
// get the path to the library file
String legalLibName = TextUtils.getFileNameWithoutExtension(theFileName);
// Checking if the library is already open
Library elib = Library.findLibrary(legalLibName);
... | [
"private URL getLibrary(String libFileName, String originalPath, StringBuffer errmsg, boolean checkElectricLib)\n {\n // library does not exist: see if file is in the same directory as the main file\n \t\tURL firstURL = TextUtils.makeURLToFile(mainLibDirectory + libFileName);\n boolean exists = ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
PosttranslationalUIGets a string of | public String getUIText(String str) {
String result = propLang.getProperty(str);
if(result == null) {
result = propLangDefault.getProperty(str, str);
}
return result;
} | [
"private String getString(String stringToTranslate) {\n\t\treturn parent.getTranslation(stringToTranslate);\n\t}",
"public String _gettext() throws Exception{\nif (true) return _toasttextlabel.getText();\n //BA.debugLineNum = 300;BA.debugLine=\"End Sub\";\nreturn \"\";\n}",
"private static String getString(St... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ Packet buffers Reads a fluid ingredient from the packet buffer | public static FluidIngredient read(FriendlyByteBuf buffer) {
int count = buffer.readInt();
FluidIngredient[] ingredients = new FluidIngredient[count];
for (int i = 0; i < count; i++) {
Fluid fluid = ForgeRegistries.FLUIDS.getValue(new ResourceLocation(buffer.readUtf(32767)));
if (fluid == null) ... | [
"protected void readPayload() throws IOException {\n _data_stream.skipBytes(PushCacheProtocol.COMMAND_LEN);\n int rlen = _data_stream.readInt();\n if (rlen == 0) {\n return;\n }\n _text_buffer = new byte[rlen];\n int sofar = 0;\n int toread = rlen;\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns the value of the 'Compare And Put' attribute. If the meaning of the 'Compare And Put' attribute isn't clear, there really should be more of a description here... | boolean isCompareAndPut(); | [
"public String getCompare() {\r\n\t\treturn compare; \r\n\t}",
"public String getValueWithWhichCompare() {\n return valueWithWhichCompare;\n }",
"public String getValueToCompare() {\n return valueToCompare;\n }",
"java.lang.String getCompare();",
"public String getCompareString() {\r\n\t... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Run the char hw1_1000LOC21method4(short,String,hw1_1000LOC16,char,byte) method test. | @Test
public void testHw1_1000LOC21method4_1()
throws Exception {
short var0 = (short) 1;
String var1 = "";
hw1_1000LOC16 var2 = new hw1_1000LOC16();
char var3 = '';
byte var4 = (byte) 1;
char result = hw1_1000LOC21.hw1_1000LOC21method4(var0, var1, var2, var3, var4);
// add additional test code here... | [
"@Test\n\tpublic void testHw1_1000LOC21method4_4()\n\t\tthrows Exception {\n\t\tshort var0 = (short) 1;\n\t\tString var1 = \"\";\n\t\thw1_1000LOC16 var2 = new hw1_1000LOC16();\n\t\tchar var3 = '\u0001';\n\t\tbyte var4 = (byte) 1;\n\n\t\tchar result = hw1_1000LOC21.hw1_1000LOC21method4(var0, var1, var2, var3, var4);... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Cleanup method invoked when all tasks for the current bundle have completed. | @Override
protected void cleanup() {
bundle.setParameter(BundleParameter.NODE_BUNDLE_ELAPSED_PARAM, accumulatedElapsed.get());
this.dataProvider = null;
usedClassLoader.dispose();
usedClassLoader = null;
//taskNotificationDispatcher.setBundle(this.bundle = null);
this.taskList = null;
this... | [
"public void cleanupMultiTask() {\n\t\tjobReturnCode = RC_SUCCESS;\n\t\tsetJobStatus(STATUS_IDLE);\n\t\tmFeedFiles = null;\n\t\treportWarnList = null;\n\t\treportErrorList = null;\n\t\tlockedAssetList = null;\n\t}",
"public static void cleanupTasks()\n {\n TaskReaper.getReaper().clear();\n }",
"pri... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Gets the headerName value for this SmmCriteria. | public java.lang.String getHeaderName() {
return headerName;
} | [
"public String getHeaderName() {\n\t\treturn this.headerName;\n\t}",
"String getHeaderName();",
"public java.lang.String getSenderHeaderName()\n {\n synchronized (monitor())\n {\n check_orphaned();\n org.apache.xmlbeans.SimpleValue target = null;\n target = (org... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
1. TODO: Invoke the databaseusing class that you want to test, passing to it the test database via testDb.getDataSource() or testDb.getSqlConnection() ex.: new MyUserDao(testDb.getDataSource()).save(new User("Jakub", "Holy")); 2. Verify the results ... Here we use a checker to check the content of the my_test_table loa... | @Test
public void should_execute_onSetup_automatically() throws Exception {
testDb.createCheckerForSelect("select some_text from my_test_schema.my_test_table")
.withErrorMessage("No data found => onSetup wasn't executed as expected")
.assertRowCount(1)
.as... | [
"@Test\n public void testDatabase() {\n // Initializes Test Data\n Account mainTestUser = new Account(\"User\");\n Group mainTestGroup = new Group(mainTestUser, \"TestGroup\");\n\n // Begins Testing\n Database testData = new Database();\n testData.addGroup(mainTestGroup)... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This adds a property descriptor for the Speed feature. | protected void addSpeedPropertyDescriptor(Object object) {
itemPropertyDescriptors.add
(createItemPropertyDescriptor
(((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
getResourceLocator(),
getString("_UI_UbqProxima_speed_feature"),
getString("_UI_PropertyDescriptor_desc... | [
"public DoubleProperty getMySpeed() {\n\t\treturn mySpeed;\n\t}",
"public void setSpeed(float val) {speed = val;}",
"public void setSpeed(double speed);",
"public double get_speed(){\n return this.speed;\n }",
"void setSpeed(double speed);",
"public float getSpeed() {\n return this.speedV... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Release the semaphore. This has no effect if the semaphore has already been released | public void release() {
mutex.acquireUninterruptibly();
//Check the number of permits available
if (sem.availablePermits()==0) {
sem.release(); //there aren't any, and this won't change...
//Hence, release the semaphore!
}
mutex.release(); //Let the next person in
} | [
"synchronized void tryReleaseSemaphore() {\n if (!released && semaphore != null) {\n semaphore.release();\n released = true;\n }\n }",
"public synchronized void release() {\r\n\t\tcount++;\r\n\t\tif (count>initialCount)\r\n\t\t\tthrow new RuntimeException(\"Semaphore exception: release ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
========================================================================= Parse synthetic nonterminal functions.ID$$Star1. | private Result pID$$Star1(final int yyStart) throws IOException {
functionsColumn yyColumn = (functionsColumn)column(yyStart);
if (null == yyColumn.fID$$Star1)
yyColumn.fID$$Star1 = pID$$Star1$1(yyStart);
return yyColumn.fID$$Star1;
} | [
"private Result pNCName$$Star1(final int yyStart) throws IOException {\n xmlColumn yyColumn = (xmlColumn)column(yyStart);\n if (null == yyColumn.chunk1) yyColumn.chunk1 = new Chunk1();\n if (null == yyColumn.chunk1.fNCName$$Star1) \n yyColumn.chunk1.fNCName$$Star1 = pNCName$$Star1$1(yyStart);\n ret... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns the header with the specified name if exists, null if not. | public Header getHeader(String name) {
for (Header h : headers) {
if (h.getName().contains(name)) {
return h;
}
}
return null;
} | [
"public Header getRequestHeader(String headerName) {\n if (headerName == null) {\n return null;\n } else {\n return getRequestHeaderGroup().getCondensedHeader(headerName);\n }\n }",
"public Header getResponseHeader(String headerName) { \n if (headerName ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Sets the serviceOfferingDescription value for this BpValidationResponse. | public void setServiceOfferingDescription(com.mgipaypal.ac1211.client.TextTranslation[] serviceOfferingDescription) {
this.serviceOfferingDescription = serviceOfferingDescription;
} | [
"public void setServiceOffering(java.lang.String serviceOffering) {\r\n this.serviceOffering = serviceOffering;\r\n }",
"public ProductOffering description(String description) {\n this.description = description;\n return this;\n }",
"public void setBookOffering(java.lang.String value);",
"pub... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Sets the amount of time to hold on to a ProxyGrantingTicket if its never been retrieved. | public ProxyGrantingTicketStorageImpl(final long timeout) {
this.timeout = timeout;
} | [
"public void grant(Object proxy) {\n storedProxy = proxy;\n if (grantTrap != null) {\n throw grantTrap;\n }\n\tsuper.grant(proxy);\n }",
"LockRequest setTimeOut(int timeout);",
"public void cleanUp() {\n for (final Map.Entry<String, ProxyGrantingTicketHolder> holder : t... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns true if at least one field is edited. | public boolean isAnyFieldEdited() {
return CollectionUtil.isAnyNonNull(tags, tagsToAdd, tagsToDelete);
} | [
"boolean isAnyFieldEdited();",
"public boolean isAnyFieldEdited() {\n return CollectionUtil.isAnyNonNull(this.company, this.department, this.title);\n }",
"public boolean isAnyFieldEdited() {\n return CollectionUtil.isAnyNonNull(name, email, tags, roomNumber);\n }",
"public... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Get previous time from (current time hours) | public static String getPrevTime(int hours) throws ParseException {
int MILLIS_IN_HOUR = 1000 * 60 * 60;
Date date = new Date();
SimpleDateFormat dateFormat = new SimpleDateFormat(
"yyyy-MM-dd hh:mm:ss");
String prevTime = dateFormat.format(date.getTime() - MILLIS_IN_HOUR
* hours);
return prevTime;
... | [
"long getPreviousTimestamp();",
"public Date getPreviousFireTime();",
"public long getPreviousUserTime() {\n\n return pPreviousUserTime;\n }",
"public long elapsedHours(){\n if(isRunning){\n return ((System.currentTimeMillis() - t0) / 3600000L);\n }else{\n return ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Pre: an object needs to be created to control and run the game of gin rummy Post: an object is created that will control and run the game of gin rummy by communicating with the model and view components | public RunGame(){
model = new ModelCommunication();
view = new ViewCommunication();
} | [
"Main ()\n\t{\n\t\tview = new View ();\t\t\n\t\tmodel = new Model(view);\n\t\tcontroller = new Controller(model, view);\n\t}",
"private void setUpGame() {\n // TODO: Implement.\n\n // addWallToView\n delayNumber = 0;\n gamePaused = false;\n addWallToView();\n\n // Create ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Gets all project collaborators by project id | @Operation(summary = "Get all projectCollaborators by project id", security = { @SecurityRequirement(name = "bearer-key")})
@ApiResponses(value = {
@ApiResponse(responseCode = "200", description = "Got all projectCollaborators by project id",
content = { @Content(mediaType = "applica... | [
"@Operation(summary = \"Get a projectCollaborator by its id\", security = { @SecurityRequirement(name = \"bearer-key\")})\n @ApiResponses(value = {\n @ApiResponse(responseCode = \"200\", description = \"Found the projectCollaborator\",\n content = { @Content(mediaType = \"applicatio... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Gets the color for the inside of the circle of the given player | private int getInsideColorForPlayer(int player) {
if (player == GameLogic.PLAYER_ONE) {
return playerOneInsideColor;
} else {
return playerTwoInsideColor;
}
} | [
"private Color getPlayerColor(int player){\n\t\tColor pColor;\n\t\tswitch (this.groups[player]){ // adjust color based on what group of balls they're hitting\n\t\t\tcase Ball.TYPE_RED: pColor = new Color(200, 7, 23); break;\n\t\t\tcase Ball.TYPE_BLUE: pColor = new Color(10, 7, 200); break;\n\t\t\tcase 3: pColor = n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Utility function to get a header value as a specified type. Returns null if the header does not exist. | protected final <T extends Object> T getHeaderAs(final String header, final Class<T> type) {
Object headerValue = getHeaders().get(header);
if (headerValue == null) {
return null;
} else if (type.isAssignableFrom(headerValue.getClass())) {
return type.cast(headerValue);
... | [
"com.github.jtendermint.jabci.types.Types.Header getHeader();",
"com.didiyun.base.v1.Header getHeader();",
"java.lang.String getHeader();",
"public String getHeader(String name) {\n\t\tHeader header = response.getFirstHeader(name);\n\t\tif (header == null) {\n\t\t\treturn null;\n\t\t}\n\t\treturn header.getVa... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This method was generated by Apache iBATIS ibator. This method sets the value of the database column t_sys_dictionary.dic_key | public void setDicKey(String dicKey) {
this.dicKey = dicKey;
} | [
"public void setDictKey(Long dictKey) {\r\n\t\tthis.dictKey = dictKey;\r\n\t}",
"public void setDictionaryKey(Integer dictionaryKey) {\n this.dictionaryKey = dictionaryKey;\n }",
"public int updateDictData(SysDictData dictData);",
"public void setInvoiceDictionaryKey(Long invoiceDictionaryKey) {\r\n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
The Keyword Plan ad group to which this keyword belongs. .google.protobuf.StringValue keyword_plan_ad_group = 2; | com.google.protobuf.StringValue getKeywordPlanAdGroup(); | [
"com.google.protobuf.StringValueOrBuilder getKeywordPlanAdGroupOrBuilder();",
"com.google.ads.googleads.v6.resources.KeywordPlanAdGroup getKeywordPlanAdGroup();",
"com.google.ads.googleads.v1.resources.KeywordPlanAdGroup getKeywordPlanAdGroup();",
"com.google.ads.googleads.v6.resources.KeywordPlanAdGroupOrBui... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Gets the deliveryID value for this MessageDeliveryStatus. | public java.lang.Long getDeliveryID() {
return deliveryID;
} | [
"public Integer getDelivery_id() {\n return delivery_id;\n }",
"public Long getDeliveryAddrId() {\n return deliveryAddrId;\n }",
"@JsonGetter(\"deliveryId\")\r\n public int getDeliveryId ( ) { \r\n return this.deliveryId;\r\n }",
"public java.lang.String getDeliveryStatus() {\... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Updates the new section. | public int update (Section section) throws DataAccessException; | [
"public abstract void addSection();",
"private void updateSection() {\n String mySurname = this.surnameCombo.getSelectedItem().toString();\n if (this.forenameCombo.getSelectedItem() != null) {\n String myForename = this.forenameCombo.getSelectedItem().toString();\n //Clear the ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Click on Invoice Link. | public zoho clickInvoiceLink() {
invoice.click();
return this;
} | [
"public void navigateToInvoicePage()\r\n\t{\r\n\t\tinvoiceLnk.click();\r\n\t}",
"public void clickAwaitingInvoiceOnRCTI() {\r\n\t\tAwaitingInvoice_Link_RCTI.click();\r\n\t}",
"public void clickPaidInvoicesOnRCTI() {\r\n\t\tPaidInvoices_Link_RCTI.click();\r\n\t}",
"public void clickInvoicePreviewOnRCTI() {\r\n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns the value of the 'Outer id' attribute. If the meaning of the 'Outer id' attribute isn't clear, there really should be more of a description here... | String getOuter_id(); | [
"@Nonnegative\n\tpublic int getInnerId() {\n\t\tassert isInner() : \"Only inner nodes have valid inner node ids\";\n\t\treturn typeId;\n\t}",
"public java.lang.String getOuterContextId() {\n java.lang.Object ref = outerContextId_;\n if (ref instanceof java.lang.String) {\n return (java.lang.String) ref... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
When zoom level is greater than zero, paints a small indicator at the bottom center of the screen showing the location of the zoom window within the overall DFT results window | private void paintZoomIndicator( Graphics2D graphics )
{
if( mZoom != 0 )
{
int width = getWidth() / 4;
int x = ( getWidth() / 2 ) - ( width / 2 );
//Draw the outer window
graphics.drawRect( x, getHeight() - 12, width, 10 );
int zoomWidth = width / getZoomMultiplier();
int windowO... | [
"public void zoomOUT() {\r\n if (zoomCounter > -1)\r\n zoomCounter--;\r\n animalMainWindow.zoom(false);\r\n\r\n if (generatorDemo != null) {\r\n generatorDemo.zoom(false);\r\n }\r\n\r\n if (scriptInputWindow != null) {\r\n scriptInputWindow.zoom(false);\r\n }\r\n\r\n }",
"public ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
$ANTLR end "rule__XListLiteral__ElementsAssignment_3_0" $ANTLR start "rule__XListLiteral__ElementsAssignment_3_1_1" ../org.xtext.example.helloxcore.ui/srcgen/org/xtext/example/helloxcore/ui/contentassist/antlr/internal/InternalHelloXcore.g:15798:1: rule__XListLiteral__ElementsAssignment_3_1_1 : ( ruleXExpression ) ; | public final void rule__XListLiteral__ElementsAssignment_3_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.xtext.example.helloxcore.ui/src-gen/org/xtext/example/helloxcore/ui/contentassist/antlr/internal/InternalHelloXcore.g:15802:1: ( ( r... | [
"public final void rule__XListLiteral__ElementsAssignment_3_0() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.xtext.example.helloxcore.ui/src-gen/org/xtext/example/helloxcore/ui/contentassist/antlr/internal/InternalHelloXcore.g:1578... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns the marker ID. | public String getMarkerId() {
return markerId;
} | [
"public int getMarker() {\n return this.marker;\n }",
"public int getMarker() {\r\n\t\treturn this.marker;\r\n\t}",
"private static int generateMarkerId(){\n return snextMarkerId.incrementAndGet();\n\n }",
"public String getMarker() {\n return marker;\n }",
"long getMapId();",
"int... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
$ANTLR end "grammarSpec" $ANTLR start "actions" C:/dev/antlr.github/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/DefineGrammarItemsWalker.g:158:1: actions : ( action )+ ; | public final void actions() throws RecognitionException {
try {
// C:/dev/antlr.github/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/DefineGrammarItemsWalker.g:159:2: ( ( action )+ )
// C:/dev/antlr.github/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/DefineGrammarItemsWalker.g:15... | [
"public final void ruleAction(Rule r) throws RecognitionException {\r\n GrammarAST amp=null;\r\n GrammarAST id=null;\r\n GrammarAST a=null;\r\n\r\n try {\r\n // C:/dev/antlr.github/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/DefineGrammarItemsWalker.g:264:2: ( ^(amp= AMPER... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Will compress an older renaming, by removing infrequent items. Contained arrays (except closure) will refer new item IDs | public int[] compressSortRenaming(int[] olderReverseRenaming) {
if (olderReverseRenaming == null) {
olderReverseRenaming = this.reverseRenaming;
}
this.rebasedDistinctTransactionsCounts = new int[this.nbFrequents];
this.rebasedSupportCounts = new int[this.nbFrequents];
this.reverseRenaming = new int[this.n... | [
"public int[] compressRenaming(int[] olderReverseRenaming) {\n\t\tif (olderReverseRenaming == null) {\n\t\t\tolderReverseRenaming = this.reverseRenaming;\n\t\t}\n\t\tthis.rebasedDistinctTransactionsCounts = new int[this.nbFrequents];\n\t\tthis.rebasedSupportCounts = new int[this.nbFrequents];\n\t\tint[] renaming = ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Sets the request converters of the annotated service object. | public AnnotatedServiceRegistrationBean setRequestConverters(
Collection<? extends RequestConverterFunction> requestConverters) {
this.requestConverters = requestConverters;
return this;
} | [
"public AnnotatedServiceRegistrationBean setRequestConverters(\n RequestConverterFunction... requestConverters) {\n return setRequestConverters(ImmutableList.copyOf(requestConverters));\n }",
"public Collection<? extends RequestConverterFunction> getRequestConverters() {\n return reque... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Fetch records that have sourceLongitude IN (values) | public List<models.garaDB.tables.pojos.Ride> fetchBySourcelongitude(Double... values) {
return fetch(Ride.RIDE.SOURCELONGITUDE, values);
} | [
"public List<models.garaDB.tables.pojos.Ride> fetchBySourcelatitude(Double... values) {\n return fetch(Ride.RIDE.SOURCELATITUDE, values);\n }",
"List<Spatial> findSpatialsByLatBetweenAndLonBetweenAndTimestampAfter(double latStart,double latEnd, double lonStart, double lonEnd,long timestamp);",
"public... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
2. WAP to print following output: I am Batman 1 I am Batman 2 I am Batman 3 I am Batman 4 I am Batman 5 I am Batman 6 I am Batman 7 I am Batman 8 I am Batman 9 | public static void main(String[] args) {
for(int i=1; i<=9; i++) {
System.out.println("I am Batman " +i);
}
System.out.println("***********************************************");
// WAP to print following output: I am Batman
// *
// * I am Batman
// * I am Batman
// * I am Batman
// * I... | [
"private void printNumbers()\n {\n System.out.print(\" \" + \" \" + \" 1 \");\n for (int i = 2; i <= size; i++)\n {\n System.out.print(i + \" \");\n }\n System.out.println();\n }",
"public static void m13() {\r\n\tfor(int i=1;i<=4;i++) {\r\n\t\tfor(int j =1;j<... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Delete car brand by id from database | @Override
public void deleteCarBrand(Long id) {
LOG.info("Delete car brand with id == " + id + " ....");
String deleteUserById = "DELETE FROM car_brand where id=" + id;
try (Statement stmt = CONNECT.createStatement();) {
stmt.executeUpdate(deleteUserById);
LOG.info("C... | [
"public void deleteBrand(Integer id);",
"@Test\n public void deleteBrandTest() throws ApiException {\n Integer brandId = null;\n api.deleteBrand(brandId);\n // TODO: test validations\n }",
"@Override\n public void delete(String id) {\n log.debug(\"Request to delete Brand : {... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Visit a list node of members | public Object visit(MemberList node) {
for (ASTNode child : node)
child.accept(this);
return null;
} | [
"ListIterator<IMember> members();",
"java.util.List<SSIT.proto.Unetmgr.MemberInfo> \n getMemberListList();",
"List<S> memberOf(String memberUuid);",
"List<? extends ManagerDeviceMemberElement> listDeviceMembers() throws Exception;",
"public io.etcd.jetcd.api.MemberListResponse memberList(io.etcd.jetc... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This method was generated by MyBatis Generator. This method returns the value of the database column x_user.unionid | public String getUnionid() {
return unionid;
} | [
"public String getUnionId() {\n return unionId;\n }",
"public void setUnionId(String unionId) {\n this.unionId = unionId;\n }",
"public int getUnionidAccountid() {\n return unionidAccountid_;\n }",
"int getUnionidAccountid();",
"public int getUnionidAccountid() {\n return ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Releases the object and puts it back to the pool. The mechanism of putting the object back to the pool is generally asynchronous, however future implementations might differ. | void release(PooledObject<T> t); | [
"public void release() {\n pool.add(instance);\n leases.remove(this);\n }",
"void release(Object o);",
"public void release()\n\t{\n\t\tsynchronized(reserved){\n\t\t\treserved = Boolean.TRUE;\n\t\t\towner = null;\n\t\t}\n\t\tdispatchResourceEvent(false);\n\t}",
"public void release(T data) {\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns a new object of class 'Twitter Primitive Type Declaration'. | TwitterPrimitiveTypeDeclaration createTwitterPrimitiveTypeDeclaration(); | [
"TwitterTypeDeclaration createTwitterTypeDeclaration();",
"TwitterObjectTypeDeclaration createTwitterObjectTypeDeclaration();",
"public interface TwitterPrimitiveTypeDeclaration extends TwitterTypeDeclaration {\n}",
"TwitterFieldDeclaration createTwitterFieldDeclaration();",
"BasicType createBasicType();",
... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Checks and sets landscapeoffset integer preference | private static int checkAndStoreLandscapeOffsetPref( Context context )
{
return _checkAndStoreIntPref( context,
R.string.drawing_landscape_offset_key,
DRAWING_LANDSCAPE_OFFSET_INT_KEY,
R.string.drawing_landscape_offset_default,
R.integer.dr... | [
"void setLandscape(boolean ls);",
"private void setOffset(int offset) {\n\t\tif(offset < 0) {\n\t\t\toffset *= -1;\n\t\t}\n\t\tthis.offset = (offset > 120) ? 120 : offset;\n\t}",
"boolean getLandscape();",
"void setLandscapeMode(boolean portrait);",
"public void setOrientation(int ori);",
"private static ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Concatenate elements with empty text but skip null objects. On every object will be called toString(). | public static <E> String concatElementsSkipNulls(Elements<E> elements) {
return concatElementsSkipNulls(elements.asList(), EMPTY);
} | [
"public static <E> String concatElementsSkipNulls(Collection<E> collection) {\n return concatElementsSkipNulls(collection, EMPTY);\n }",
"public static <E> String concatElementsSkipNulls(Collection<E> collection, String joinText) {\n return concatElementsSkipNulls(collection, Object::toString, jo... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Find the name of the algorithm used to compress the specified compressed buffer. | public String getAlgorithmName(byte[] compressedBuffer, int compressedBufferOffset, int compressedDataSize) {
BaseCompression.verifyCompressedBuffer(compressedBuffer, compressedBufferOffset, compressedDataSize);
// The first byte is the version. Skip the version to reach the algorithm name.
int algorithmNa... | [
"java.lang.String getAlgorithm();",
"private String getInternalCompressorName(String name) {\n for (String key : allSupportedCompressors.keySet()) {\n if (key.equalsIgnoreCase(name)) {\n return key;\n }\n }\n return null;\n }",
"public String algorithmName();",
"protected abstract S... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This method was generated by MyBatis Generator. This method sets the value of the database column FreeHost_ServerCDNlist.orderbyid | public void setOrderbyid(Integer orderbyid) {
this.orderbyid = orderbyid;
} | [
"public static void setOrderBy (String columnList){\n fetchAllOrderBy=columnList;\n }",
"public void setRcdOrderBy( Long rcdOrderBy ) {\n this.rcdOrderBy = rcdOrderBy;\n }",
"public void orderById() {\n Collections.sort(customers, new Comparator() {\n\n public int compare(O... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
$ANTLR end "STRING" $ANTLR start "DATE_YEAR_MONTH_DAY" | public final void mDATE_YEAR_MONTH_DAY() throws RecognitionException {
try {
int _type = DATE_YEAR_MONTH_DAY;
int _channel = DEFAULT_TOKEN_CHANNEL;
// /home/chinaski/programming/agile_workspace/ExplorerCat/src/main/antlr3/net/explorercat/compactcat/parser/CompactCatDictionary... | [
"public final void mDATE() throws RecognitionException {\n try {\n int _type = DATE;\n int _channel = DEFAULT_TOKEN_CHANNEL;\n // C:\\\\Documents and Settings\\\\D043530\\\\runtime-workspace\\\\com.sap.ap.cts.editor\\\\generated\\\\generated\\\\Binding.g:2967:6: ( DIGIT DIGIT... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Test of getNAD198310TMAEPForest method, of class NationalGridsCanada. | @Test
public void testNAD198310TMAEPForest() {
testToWGS84AndBack(PROJ.getNAD198310TMAEPForest());
} | [
"@Test\n public void testNAD192710TMAEPForest() {\n testToWGS84AndBack(PROJ.getNAD192710TMAEPForest());\n }",
"@Test\n public void testNAD198310TMAEPResource() {\n testToWGS84AndBack(PROJ.getNAD198310TMAEPResource());\n }",
"@Test\n public void testNAD192710TMAEPResource() {\n testToWGS84AndBack(P... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |