OBEROn - Bug Trace - Oberon Platform
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
124 | Java SDK | major | have not tried | 2014-10-06 21:51 | 2014-10-06 21:57 |
|
|||||
Reporter: | administrator | Platform: | |||
Assigned To: | administrator | OS: | |||
Priority: | normal | OS Version: | |||
Status: | resolved | Product Version: | 4.2 - DB build 0072 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 5.0 - DB build 0075 | ||
|
|||||
Summary: | 0000124: Avoid generic types in SDK methods | ||||
Description: |
Before Java 5 generics did not exist. From Java 5 onwards, the use of a generic class as a raw type is strongly discouraged, but is permitted as a temporary solution that allows you to compile code written even before the introduction of generics. New OBEROn versions should abandon the compatibility with old java versions and introduce the typization for SDK methods public Vector<ObjectFile> getFiles(Framework framework) { .. } |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: | |||||
|
|||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2014-10-06 21:51 | administrator | New Issue | |||
2014-10-06 21:52 | administrator | Fixed in Version | => 5.0 - DB build 0075 | ||
2014-10-06 21:52 | administrator | Target Version | => 5.0 - DB build 0075 | ||
2014-10-06 21:57 | administrator | Status | new => resolved | ||
2014-10-06 21:57 | administrator | Resolution | open => fixed | ||
2014-10-06 21:57 | administrator | Assigned To | => administrator |
There are no notes attached to this issue. |