Unchecked call to 'PageInfo(List)' as a member of raw type 'com.github.pagehelper.PageInfo' less... (Ctrl+F1)
Signals places where an unchecked warning is issued by the compiler, for example:
void f(HashMap map) {
map.put("key", "value");
}
Hint: Pass -Xlint:unchecked to javac to get more details.