Top "Nested" questions

This tag relates to any of various nested entities or operations in programming.

What's the purpose of the JUnit 5 @Nested annotation

In JUnit 5, there is a new annotation: @Nested. I understand how it work, I understand why we use nested class, …

java unit-testing junit nested junit5
How to do two nested aggregations in elasticsearch?

City and home type are two nested objects in the following document mapping: "mappings" : { "home_index_doc" : { "properties" : { "city" : { "type" : "…

elasticsearch nested aggregation elasticsearch-5
ExtJS 4.1 - Returning Associated Data in Model.Save() Response

I am curious as to why the record contained in the result set of a Model.save() response does not …

extjs nested associations extjs4.1
Horizontal Nested List using CSS

I'm trying to create a horizontal list from a nested list markup, as an example I have the current markup: &…

css list nested horizontallist
Move node in Nested Sets tree

I am working on an adjacency list with mySQL and can not (atleast by myself) do the thinking needed to …

mysql tree nested hierarchical-data nested-sets
How to highlight nested fields in Elasticsearch

Although the Lucene logic structure, I'm trying to make my nested fields to be highlighted when some search result is …

elasticsearch lucene nested nested-query
error C2899: typename cannot be used outside a template declaration

I am trying the following in MSV2010 namespace statismo { template<> struct RepresenterTraits<itk::Image<itk::Vector&…

c++ templates c++11 nested typename
Nested if statements in cobol

I am trying to use nested if statements in Cobol. As far as I can tell I am following the …

if-statement nested cobol gnucobol
Nested preferences.xml

Is it somehow possible to include one preferences.xml into another, like it can be done for layouts with the &…

android include nested preferences android-preferences
How do I combine an if/else expression with angular translate inside an attribute?

I'm using an if/else expression and a translation of the possible values inside the placeholder-Tag of an HTML input-element. …

angularjs nested quotes placeholder angular-translate