以前编译的成功的一些程序在1.5环境中报错了,我想问一下如果要想知道1.5中改变了哪些函数,它们是怎么改变的,在哪可以找到比较详细的答案呢,谢谢达人们指教

解决方案 »

  1.   

    比如说:
    Multiple ers at this line
    - Type safety: The expression of type AlphabeticComparator needs 
     unchecked conversion to conform to Comparator<? super T>
    - Type safety: Unchecked invocation sort(Object[], Comparator) of the 
     generic method sort(T[], Comparator<? super T>) of type Arrays