verifier_policy.ini
来自「是一个加快Java应用程序国际化和本地化开发的工具集。它将大大减少国际化和本地化」· INI 代码 · 共 114 行
INI
114 行
[Constructor][Constructor.File]num=1advice=The file name should not be localized.type=Retrieve methodstatus=Frozenpara=STRING[Constructor.Font]num=3advice=The font name should not be localized.type=Retrieve methodstatus=Finishedpara=STRING;null;null[Constructor.Date.0]num=1advice=Please use DateFormat.parse(String) to construct Datetype=status=Errorpara=String [Constructor.Date.1]num=3advice=Please use Calendar.set(year, month, date) \or GregorianCalendar(year, month, date) to construct Datetype=status=Errorpara=[Constructor.Date.2]num=5advice=Please use Calendar.set(year, month, date, hrs, min)\or GregorianCalendar(year, month, date hrs, min)to construct Date instancetype=status=Errorpara= [Constructor.Date.3]num=6Date.advice=Please use Calendar.set(year, month, date, hrs, min, sec)\or GregorianCalendar(year, month, date, hrs, min, sec) to construct Date instancetype=status=Errorpara=[Method][Method.getDate]num=0advice=Please use Calendar.get(Calendar.DAY_OF_MONTH) to get locale sensitive datetype=status=Errorpara= [Method.getDay]num=0advice=Please use Calendar.get(Calendar.DAY_OF_WEEK) to get locale sensitive Daytype=status=Errorpara=null [Method.getHours]num=0advice=Please use Calendar.get(Calendar.HOUR_OF_DAY) to get locale sensitive timetype=status=Errorpara=null [Method.getMinutes]num=0advice=Please use Calendar.get(Calendar.MINUTE) to get locale sensitive timetype=status=Errorpara=null [Method.getMonth]num=0advice=Please use Calendar.get(Calendar.MONTH) to get locale sensitive monthtype=status=Errorpara=null [Method.getSeconds]num=0advice=Please use Calendar.get(Calendar.SECOND) to get locale sensitive timetype=status=Errorpara=null [Method.getTimezoneOffset]num=0advice=Please use Calendar.get(Calendar.ZONE_OFFSET) + Calendar.get(Calendar.DST_OFFSET)\to get the locale sensitive Time zone offsettype=status=Errorpara=null [Method.getYear]num=0advice=Please use Calendar.get(Calendar.YEAR) to get locale sensitive yeartype=status=Errorpara=null[Method.setSize]num=2advice=Please use Window.pack() to layouts the components to fit the preferred sizetype=Locale sensitive methodstatus=Warningpara=
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?