Google Code Exporter
Google Code Exporter
``` What steps will reproduce the problem? 1. Try to serialize IndexedCollection What is the expected output? What do you see instead? Serializable IndexedCollection What version of the product are...
``` Wildcard support is being added to concurrent-trees: http://code.google.com/p/concurrent-trees/issues/detail?id=3 CQEngine should have an explicit way to perform queries with wildcards. For reference, the following is a workaround to perform waldcard...
``` Incorporate a list of classes which are banned from serialization (such as Thread objects). Throw an informative exception early in the serialization process when such an object is encountered....
``` Add an option to disable remote code loading selectively for some environments. No code changes would be required by apps sending/receiving mobile objects, deployment team could just copy relevant...
``` Add something like: Configuration config = new ConfigurationBuilder() .setDefaultPort(1234) // override default port .setClassLoadingTimeout(5000) // override default class loading timeout .build(); MobilityController controller = MobilityRPC.newController(config); ``` Original issue reported...
``` asdsad ``` Original issue reported on code.google.com by `[email protected]` on 2 Oct 2014 at 2:25 Attachments: - [project.properties.patch](https://storage.googleapis.com/google-code-attachments/nxt-remote-control/issue-5/comment-0/project.properties.patch)
``` Add support for the program with a video camera of another Android device via Wi-Fi ``` Original issue reported on code.google.com by `[email protected]` on 11 Dec 2013 at 3:08...
``` What steps will reproduce the problem?Enter one-line summary 1. with android 2.3.7 all OK very good 2. after upgrade to 4.0.4.buil 6.1.1.B.1.54 the device not connected 3. What is...
``` What steps will reproduce the problem? 1. just trying to get the app to talk to the NXT is resulting in failure. 2. 3. What is the expected output?...
``` What steps will reproduce the problem? 1. Loading the program with bluetooth off causes it to prompt to turn on bluetooth before getting error message while haveing it on...