You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- review existing code and comply with existing patterns and idioms
7
7
- include unit tests
8
8
- stick to Rx contracts as defined by the Rx.Net implementation when porting operators (each issue attempts to reference the correct documentation from MSDN)
9
9
10
-
Information about licensing can be found at: [[CONTRIBUTING|https://github.com/ReactiveX/RxJava/blob/1.x/CONTRIBUTING.md]].
10
+
Information about licensing can be found at: [CONTRIBUTING](https://github.com/ReactiveX/RxJava/blob/2.x/CONTRIBUTING.md).
11
11
12
12
## How to import the project into Eclipse
13
13
Two options below:
14
14
15
-
###Import as Eclipse project
15
+
###Import as Eclipse project
16
16
17
17
./gradlew eclipse
18
18
@@ -23,7 +23,7 @@ In Eclipse
23
23
* Right click on the project in Package Explorer, select Properties - Java Compiler - Errors/Warnings - click Enable project specific settings.
24
24
* Still in Errors/Warnings, go to Deprecated and restricted API and set Forbidden reference (access-rules) to Warning.
0 commit comments