Dieses Dokument enthält eine Aufstellung der Tags im Quellcode. Unten befindet sich eine Zusammenfassung der Vorkommen pro Tag.
Tag Class | Gesamtanzahl der Vorkommen | Tag strings used by tag class |
---|---|---|
Ideas | 0 | maybe, future |
Todo | 12 | todo, fixme |
Jedes Tag wird nachfolgend detailliert aufgelistet:
Anzahl der gefundenen Vorkommen im Quellcode: 12
de.japrost.jabudget.spring.AccountController | Zeile |
---|---|
do not use DomainException in Controller. | 55 |
use HTTP UPDATE? | 80 |
handle result on false 200 (OK) if the response includes an entity describing the status * @return {@link Boolean#TRUE} if the account is removed after this operation. {@link Boolean#FALSE} else. return result; 204 (No Content) if the action has been enacted but the response does not include an entity | 97 |
handle failures while binding | 114 |
de.japrost.jabudget.spring.AccountControllerTest | Zeile |
use a comparison not equal for domain objects. | 48 |
use a comparison not equal for domain objects. | 65 |
create Assertions for DomainException | 85 |
use a comparison not equal for domain objects. | 103 |
use a comparison not equal for domain objects. | 121 |
de.japrost.jabudget.spring.PathMapping | Zeile |
no constants interface? | 6 |
de.japrost.jabudget.spring.PathMappingTest | Zeile |
how / where to put integration tests? | 31 |
de.japrost.jabudget.spring.SerializationController | Zeile |
GET is not the right verb since deserialization changes the whole system. | 42 |