Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 188796 | Differences between
and this patch

Collapse All | Expand All

(-)org/eclipse/jdt/internal/compiler/tool/Archive.java (+3 lines)
Lines 85-90 Link Here
85
	
85
	
86
	public ArrayList<String> getTypes(String packageName) {
86
	public ArrayList<String> getTypes(String packageName) {
87
		// package name is expected to ends with '/'
87
		// package name is expected to ends with '/'
88
		if (this.packagesCache == null) {
89
			this.initialize();
90
		}
88
		return this.packagesCache.get(packageName);
91
		return this.packagesCache.get(packageName);
89
	}
92
	}
90
	
93
	

Return to bug 188796