Example usage for org.eclipse.jdt.internal.compiler.problem DefaultProblemFactory subclass-usage

List of usage examples for org.eclipse.jdt.internal.compiler.problem DefaultProblemFactory subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jdt.internal.compiler.problem DefaultProblemFactory subclass-usage.

Usage

From source file net.sf.j2s.core.builder.ProblemFactory.java

public class ProblemFactory extends DefaultProblemFactory {

    static SimpleLookupTable factories = new SimpleLookupTable(5);

    private ProblemFactory(Locale locale) {
        super(locale);