Project

General

Profile

Actions

bug #9210

closed

invalid format string usage in MediaAutoInitializer

Added by Andreas Kohlbecker over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Highest
Category:
cdmlib
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:
Severity:
normal
Found in Version:

Description

The format string as being used in

String.format(" LEFT JOIN FETCH %s.representations LEFT JOIN FETCH %s.titles r LEFT JOIN FETCH r.mediaRepresentationParts ", beanAlias)

refers to two arguments but only one is given.

This leads to exceptions in the AdvancedBeanInitializer (found in the cdm-vaadin test log)

15:36:40,479 ERROR AdvancedBeanInitializer:606 - java.util.MissingFormatArgumentException: Format specifier '%s'
Actions #1

Updated by Andreas Kohlbecker over 3 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 50
Actions #2

Updated by Andreas Kohlbecker over 3 years ago

  • Status changed from Resolved to Closed
  • % Done changed from 50 to 100
Actions

Also available in: Atom PDF