-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6095 from HSLdevcom/null-annotation-conventions
- Loading branch information
Showing
20 changed files
with
88 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
@ParametersAreNonnullByDefault | ||
package org.opentripplanner; | ||
|
||
import javax.annotation.ParametersAreNonnullByDefault; |
8 changes: 0 additions & 8 deletions
8
application/src/ext/java/org/opentripplanner/ext/datastore/gs/package-info.java
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
application/src/ext/java/org/opentripplanner/ext/datastore/gs/package-info.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Google cloud storage integration | ||
|
||
Add support for Google Cloud Storage, getting all input files and storing the graph.obj in the | ||
cloud. | ||
|
||
This implementation will use the existing OtpConfigLoader to load config from the local disk. |
5 changes: 0 additions & 5 deletions
5
application/src/ext/java/org/opentripplanner/ext/restapi/resources/package-info.java
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
application/src/ext/java/org/opentripplanner/ext/restapi/resources/package-info.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# JAX-RS-annotated REST resource classes | ||
|
||
This package contains the JAX-RS-annotated REST resource classes for the OpenTripPlanner public | ||
API, i.e. the Jersey REST endpoints. |
6 changes: 0 additions & 6 deletions
6
application/src/main/java/org/opentripplanner/api/parameter/package-info.java
This file was deleted.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
application/src/main/java/org/opentripplanner/api/parameter/package-info.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# HTTP query parameters | ||
|
||
This package contains classes which interpret incoming HTTP query parameters. Query parameters | ||
arrive as Strings, and Jersey will automatically call constructors with a single String | ||
argument. |
7 changes: 0 additions & 7 deletions
7
application/src/main/java/org/opentripplanner/graph_builder/issues/package-info.java
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
application/src/main/java/org/opentripplanner/graph_builder/issues/package-info.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Graph building issues | ||
|
||
Graph builder data import issues represent errors or exceptional conditions encountered during | ||
the graph building process. They contain descriptive messages and potentially references to the | ||
objects in the graph that they annotate which facilitate visualization and cataloging/mapping of | ||
problems. |
2 changes: 0 additions & 2 deletions
2
application/src/main/java/org/opentripplanner/netex/loader/parser/package-info.java
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
...rc/main/java/org/opentripplanner/routing/algorithm/transferoptimization/package-info.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 0 additions & 6 deletions
6
application/src/main/java/org/opentripplanner/visualizer/package-info.java
This file was deleted.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
application/src/main/java/org/opentripplanner/visualizer/package-info.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Graph visualizer | ||
|
||
This package contains classes used for visualizing OpenTripPlanner graphs. This graph visualizer | ||
is intended for debugging purposes and may therefore have arcane developer-oriented features and | ||
grow new UI components as needed. |
File renamed without changes.
21 changes: 0 additions & 21 deletions
21
application/src/test/java/org/opentripplanner/mmri/package-info.java
This file was deleted.
Oops, something went wrong.
19 changes: 19 additions & 0 deletions
19
application/src/test/java/org/opentripplanner/mmri/package-info.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# MMRI ("MultiModale ReisInformatie" => "multimodal travel information") | ||
|
||
What is this package doing here? | ||
|
||
In 2013, significant improvements were made to OTP as part of a precommercial procurement project | ||
in The Netherlands called MMRI ("MultiModale ReisInformatie" => "multimodal travel information"). | ||
This project is itself part of a larger project called "Better Benutten" => "better utilization". | ||
Most effort concentrated on the implementation of GTFS-RT updates and related improvements to the | ||
architecture of OTP. Additionally, a testing module was developed to verify that all the planners | ||
that were involved in the project (not just OTP) met a minimum set of requirements. OTP was first | ||
to pass all tests, ahead of two different solutions. Unfortunately, having two sets of tests does | ||
not make it simpler to continuously verify that OTP still functions correctly, which is why these | ||
MMRI tests have now been added to OTP's own test suite. These versions are intended to be a close | ||
approximation of reality, but several minor shortcuts have been taken, like applying trip updates | ||
directly to the graph instead of going through the thread-safe graph writer framework. Given that | ||
thread-safety is a technical issue and not a functional one, this is considered to be | ||
acceptable. | ||
|
||
The test cases are described [here](https://github.com/plannerstack/testset) and [here](./MMRI_Testdocument.pdf) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters