Changes between Version 3 and Version 4 of Ticket #987


Ignore:
Timestamp:
Apr 10, 2008, 7:31:57 PM (16 years ago)
Author:
Nicklas Nordborg
Comment:

It happens because the functionality in the "Column mappings tab" depends on the presence of a data header. Since no regexp is specified we can of course not find any header. Instead we should fall back to mapping columns by index.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #987

    • Property Summary Annotation importer - error when testing to parse file without Data header regexp but with specified max/min data columnsNullPointerException in "Test with file" function if no "data header regexp" is specified
    • Property Component corepluginsweb
    • Property Priority majorminor
  • Ticket #987 – Description

    v3 v4  
    66
    77----
    8 
     8{{{
    99Unexpected error
    1010java.lang.NullPointerException on page /onk/common/plugin/parse_file.jsp
     
    3333...at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    3434...at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
     35}}}