Ignore:
Timestamp:
Feb 25, 2019, 1:19:50 PM (5 years ago)
Author:
Nicklas Nordborg
Message:

References #2151: Pre-compile all JSP pages before releases

Getting rid of rawtypes warnings. Most of them are relatively simple by adding a type parameter.

Utility functions that are used with generics are typically a bit harder.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/common/overview/info.jsp

    r7338 r7604  
    436436               
    437437                // Unit and formatter for the values
     438                @SuppressWarnings("rawtypes")
    438439                Formatter formatter = FormatterFactory.getTypeFormatter(sc, at.getValueType());
    439440                Unit unit = snapshot.getActualUnit(dc);
Note: See TracChangeset for help on using the changeset viewer.