-
I have applied the mixins technique from: https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Mixins.md
I have found a problem with properties with getter and/or setter
If you have th…
-
```
Java enumerations have in general no getter and setter in the line of the
JavaBeans convention. So in iDocIt! the specific values can not be documented,
if an enum is a paramter of an operation.…
-
### What did you do?
Application crash in getter and setter method.
### What did you expect to happen?
Not crash
### What actually happened instead?
Not crash
### Environment
List the s…
-
Is there a way to build a Fabric instance from Buffer object, for example, from the following buffer: ``. I'm passing a buffer (fetched from S3 bucket) from another service/application to my current a…
-
I am defining a test like this:
myObject = mock( MyClass , "myObject" , [] );
given( myObject.myProperty ).willReturn( 5 );
otherObject.testFunction();
verify().that( myObject.myProperty );
I am def…
-
This is a usage / migration from NAN question. With NAN I used the following to determine the invoked property name:
```
NAN_GETTER(ClassName::Getters)
{
...
std::string…
-
### Description of the bug
`BeanPropertySet` is supposed to identify Java bean properties, which are defined by the existence of getter and setter methods.
However, `BeanPropertySet` fails to fi…
-
It seems the API reference generated for "Property" is questionable.
For example, look at the doc here: http://fsprojects.github.io/FSharpx.Collections/reference/fsharpx-collections-experimental-ti…
-
| | |
|------------------|-----------------|
|Previous ID | SR-964 |
|Radar | None |
|Original Reporter | @lilyball …
-
For instance, put getter and setter functions together.