mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[java] cleanup of inspection description updates UseOfObsoleteDateTimeApi
GitOrigin-RevId: 1bed53a9af4e066c1a8bb2e96005f728160d2021
This commit is contained in:
committed by
intellij-monorepo-bot
parent
05748c854c
commit
28a84cd911
@@ -1,7 +1,7 @@
|
||||
<html>
|
||||
<body>
|
||||
Reports any uses of <b>java.util.Date</b>, <b>java.util.Calendar</b>, <b>java.util.GregorianCalendar</b>, <b>java.util.TimeZone</b>,
|
||||
and <b>java.util.SimpleTimeZone</b>.
|
||||
Reports any usages of <code>java.util.Date</code>, <code>java.util.Calendar</code>, <code>java.util.GregorianCalendar</code>, <code>java.util.TimeZone</code>,
|
||||
and <code>java.util.SimpleTimeZone</code>.
|
||||
While still supported, these classes were made obsolete by the JDK8 Date-Time API, and should probably
|
||||
not be used in new development.
|
||||
<!-- tooltip end -->
|
||||
|
||||
Reference in New Issue
Block a user