mbuet2ner / JEasyCrypto

A project for educational purposes for the course "Open Source Software Development" at the University of Oulu
GNU General Public License v3.0
2 stars 23 forks source link

Warnings about type safety need to be addressed #16

Closed anttijuu closed 4 years ago

anttijuu commented 5 years ago

In both client and server, when using JSONSimple, there are warnings:

Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized

Code should have no warnings, no errors. Considering this a bug.

Ohiekkar commented 4 years ago

I'll fix this