[
https://issues.apache.org/jira/browse/NETBEANS-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16840387#comment-16840387
]
Tony Wiriyanto commented on NETBEANS-2549:
------------------------------------------
This is a snapshot of 'ant build' command (right after 'ant clean' which seems
to have deleted all previous build files).
[nb-javac] Compiling 31 source files to
C:\Java\Netbeans\src\platform\openide.util.lookup\build\classes
[repeat] warning: [options] bootstrap class path not set in conjunction with
-source 1.7
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:112:
warning: [rawtypes] found raw type: R
[repeat] Collection<Reference<R>> arr;
[repeat] ^
[repeat] missing type arguments for generic class R<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class R
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:117:
warning: [rawtypes] found raw type: Result
[repeat] Map<Result,LookupListener> toRemove = new
IdentityHashMap<Lookup.Result, LookupListener>();
[repeat] ^
[repeat] missing type arguments for generic class Result<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class Result
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:117:
warning: [rawtypes] found raw type: Result
[repeat] Map<Result,LookupListener> toRemove = new
IdentityHashMap<Lookup.Result, LookupListener>();
[repeat] ^
[repeat] missing type arguments for generic class Result<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class Result
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:118:
warning: [rawtypes] found raw type: Result
[repeat] Map<Result,LookupListener> toAdd = new IdentityHashMap<Lookup.Result,
LookupListener>();
[repeat] ^
[repeat] missing type arguments for generic class Result<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class Result
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:118:
warning: [rawtypes] found raw type: Result
[repeat] Map<Result,LookupListener> toAdd = new IdentityHashMap<Lookup.Result,
LookupListener>();
[repeat] ^
[repeat] missing type arguments for generic class Result<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class Result
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:131:
warning: [rawtypes] found raw type: Result
[repeat] for (Map.Entry<Result, LookupListener> e : toRemove.entrySet()) {
[repeat] ^
[repeat] missing type arguments for generic class Result<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class Result
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:134:
warning: [rawtypes] found raw type: Result
[repeat] for (Map.Entry<Result, LookupListener> e : toAdd.entrySet()) {
[repeat] ^
[repeat] missing type arguments for generic class Result<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class Result
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:141:
warning: [rawtypes] found raw type: R
[repeat] for (Reference<R> ref : arr) {
[repeat] ^
[repeat] missing type arguments for generic class R<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class R
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:150:
warning: [rawtypes] found raw type: Iterator
[repeat] Iterator it = evAndListeners.iterator();
[repeat] ^
[repeat] missing type arguments for generic class Iterator<E>
[repeat] where E is a type-variable:
[repeat] E extends Object declared in interface Iterator
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:228:
warning: [rawtypes] found raw type: R
[repeat] private static <T> R<T> convertResult(R r) {
[repeat] ^
[repeat] missing type arguments for generic class R<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class R
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:260:
warning: [rawtypes] found raw type: Result
[repeat] Map<Result,LookupListener> toAdd, Map<Result,LookupListener> toRemove
[repeat] ^
[repeat] missing type arguments for generic class Result<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class Result
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:260:
warning: [rawtypes] found raw type: Result
[repeat] Map<Result,LookupListener> toAdd, Map<Result,LookupListener> toRemove
[repeat] ^
[repeat] missing type arguments for generic class Result<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class Result
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:258:
warning: [rawtypes] found raw type: R
[repeat] private Collection<Reference<R>> setData(
[repeat] ^
[repeat] missing type arguments for generic class R<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class R
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:277:
warning: [rawtypes] found raw type: R
[repeat] Collection<Reference<R>> arr = newData.references();
[repeat] ^
[repeat] missing type arguments for generic class R<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class R
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:285:
warning: [rawtypes] found raw type: R
[repeat] for (Reference<R> ref : arr) {
[repeat] ^
[repeat] missing type arguments for generic class R<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class R
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:296:
warning: [rawtypes] found raw type: R
[repeat] for (Reference<R> ref : arr) {
[repeat] ^
[repeat] missing type arguments for generic class R<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class R
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\WaitableResult.java:32:
warning: [rawtypes] found raw type: Template
[repeat] protected abstract void beforeLookup(Lookup.Template t);
[repeat] ^
[repeat] missing type arguments for generic class Template<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class Template
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:322:
warning: [rawtypes] found raw type: Collection
[repeat] private Collection[] cache;
[repeat] ^
[repeat] missing type arguments for generic class Collection<E>
[repeat] where E is a type-variable:
[repeat] E extends Object declared in interface Collection
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:340:
warning: [rawtypes] found raw type: Result
[repeat] return new Result[len];
[repeat] ^
[repeat] missing type arguments for generic class Result<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class Result
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:406:
warning: [rawtypes] found raw type: Result
[repeat] Map<Result,LookupListener> toAdd, Map<Result,LookupListener> toRemove
[repeat] ^
[repeat] missing type arguments for generic class Result<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class Result
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:406:
warning: [rawtypes] found raw type: Result
[repeat] Map<Result,LookupListener> toAdd, Map<Result,LookupListener> toRemove
[repeat] ^
[repeat] missing type arguments for generic class Result<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class Result
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:519:
warning: [rawtypes] found raw type: Collection
[repeat] private Collection computeResult(int indexToCache, boolean
callBeforeLookup) {
[repeat] ^
[repeat] missing type arguments for generic class Collection<E>
[repeat] where E is a type-variable:
[repeat] E extends Object declared in interface Collection
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:520:
warning: [rawtypes] found raw type: Collection
[repeat] Collection cachedResult = null;
[repeat] ^
[repeat] missing type arguments for generic class Collection<E>
[repeat] where E is a type-variable:
[repeat] E extends Object declared in interface Collection
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:522:
warning: [rawtypes] found raw type: Collection
[repeat] Collection[] cc = getCache();
[repeat] ^
[repeat] missing type arguments for generic class Collection<E>
[repeat] where E is a type-variable:
[repeat] E extends Object declared in interface Collection
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:528:
warning: [rawtypes] found raw type: Result
[repeat] Lookup.Result[] arr = myBeforeLookup(callBeforeLookup, cachedResult
!= null);
[repeat] ^
[repeat] missing type arguments for generic class Result<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class Result
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:530:
warning: [rawtypes] found raw type: Collection
[repeat] Collection[] cc;
[repeat] ^
[repeat] missing type arguments for generic class Collection<E>
[repeat] where E is a type-variable:
[repeat] E extends Object declared in interface Collection
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:552:
warning: [rawtypes] found raw type: R
[repeat] private static ThreadLocal<R> IN = new ThreadLocal<R>();
[repeat] ^
[repeat] missing type arguments for generic class R<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class R
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:552:
warning: [rawtypes] found raw type: R
[repeat] private static ThreadLocal<R> IN = new ThreadLocal<R>();
[repeat] ^
[repeat] missing type arguments for generic class R<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class R
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:554:
warning: [rawtypes] found raw type: R
[repeat] R prev = IN.get();
[repeat] ^
[repeat] missing type arguments for generic class R<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class R
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:573:
warning: [rawtypes] found raw type: Collection
[repeat] Collection oldItems;
[repeat] ^
[repeat] missing type arguments for generic class Collection<E>
[repeat] where E is a type-variable:
[repeat] E extends Object declared in interface Collection
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:574:
warning: [rawtypes] found raw type: Collection
[repeat] Collection oldInstances;
[repeat] ^
[repeat] missing type arguments for generic class Collection<E>
[repeat] where E is a type-variable:
[repeat] E extends Object declared in interface Collection
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:576:
warning: [rawtypes] found raw type: Collection
[repeat] final Collection[] cc = getCache();
[repeat] ^
[repeat] missing type arguments for generic class Collection<E>
[repeat] where E is a type-variable:
[repeat] E extends Object declared in interface Collection
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:587:
warning: [rawtypes] found raw type: Collection
[repeat] setCache(new Collection[3]);
[repeat] ^
[repeat] missing type arguments for generic class Collection<E>
[repeat] where E is a type-variable:
[repeat] E extends Object declared in interface Collection
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:608:
warning: [rawtypes] found raw type: Collection
[repeat] Collection newInstances = allInstances(false);
[repeat] ^
[repeat] missing type arguments for generic class Collection<E>
[repeat] where E is a type-variable:
[repeat] E extends Object declared in interface Collection
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:623:
warning: [rawtypes] found raw type: Collection
[repeat] setCache(new Collection[3]);
[repeat] ^
[repeat] missing type arguments for generic class Collection<E>
[repeat] where E is a type-variable:
[repeat] E extends Object declared in interface Collection
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:658:
warning: [rawtypes] found raw type: WaitableResult
[repeat] WaitableResult w = (WaitableResult) arr[i];
[repeat] ^
[repeat] missing type arguments for generic class WaitableResult<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class WaitableResult
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:670:
warning: [rawtypes] found raw type: Template
[repeat] protected void beforeLookup(Lookup.Template t) {
[repeat] ^
[repeat] missing type arguments for generic class Template<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class Template
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:676:
warning: [rawtypes] found raw type: Collection
[repeat] private Collection[] getCache() {
[repeat] ^
[repeat] missing type arguments for generic class Collection<E>
[repeat] where E is a type-variable:
[repeat] E extends Object declared in interface Collection
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:680:
warning: [rawtypes] found raw type: Collection
[repeat] private void setCache(Collection[] cache) {
[repeat] ^
[repeat] missing type arguments for generic class Collection<E>
[repeat] where E is a type-variable:
[repeat] E extends Object declared in interface Collection
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:684:
warning: [rawtypes] found raw type: Collection
[repeat] private static final Collection[] NO_CACHE = new Collection[0];
[repeat] ^
[repeat] missing type arguments for generic class Collection<E>
[repeat] where E is a type-variable:
[repeat] E extends Object declared in interface Collection
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:684:
warning: [rawtypes] found raw type: Collection
[repeat] private static final Collection[] NO_CACHE = new Collection[0];
[repeat] ^
[repeat] missing type arguments for generic class Collection<E>
[repeat] where E is a type-variable:
[repeat] E extends Object declared in interface Collection
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:690:
warning: [rawtypes] found raw type: Result
[repeat] private void updateResultCache(Object[] oldCC, int indexToCache,
Result[] arr, Collection<Object> ret) {
[repeat] ^
[repeat] missing type arguments for generic class Result<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class Result
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:692:
warning: [rawtypes] found raw type: Collection
[repeat] Collection[] cc = getCache();
[repeat] ^
[repeat] missing type arguments for generic class Collection<E>
[repeat] where E is a type-variable:
[repeat] E extends Object declared in interface Collection
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:701:
warning: [rawtypes] found raw type: Collection
[repeat] setCache(cc = new Collection[3]);
[repeat] ^
[repeat] missing type arguments for generic class Collection<E>
[repeat] where E is a type-variable:
[repeat] E extends Object declared in interface Collection
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:713:
warning: [rawtypes] found raw type: R
[repeat] private static final class WeakRef<T> extends WeakReference<R>
implements Runnable {
[repeat] ^
[repeat] missing type arguments for generic class R<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class R
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:718:
warning: [rawtypes] found raw type: R
[repeat] public WeakRef(R r, WeakResult<T> result, ProxyLookup proxy,
Template<T> template) {
[repeat] ^
[repeat] missing type arguments for generic class R<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class R
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:737:
warning: [rawtypes] found raw type: R
[repeat] public WeakResult(ProxyLookup proxy, R r, Template<T> t) {
[repeat] ^
[repeat] missing type arguments for generic class R<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class R
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:752:
warning: [rawtypes] found raw type: Template
[repeat] protected void beforeLookup(Lookup.Template t) {
[repeat] ^
[repeat] missing type arguments for generic class Template<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class Template
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:753:
warning: [rawtypes] found raw type: R
[repeat] R r = result.get();
[repeat] ^
[repeat] missing type arguments for generic class R<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class R
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:784:
warning: [rawtypes] found raw type: R
[repeat] R r = result.get();
[repeat] ^
[repeat] missing type arguments for generic class R<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class R
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:834:
warning: [rawtypes] found raw type: Template
[repeat] public static ImmutableInternalData create(Object lkp, Map<Template,
Reference<R>> results) {
[repeat] ^
[repeat] missing type arguments for generic class Template<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class Template
[repeat]
C:\Java\Netbeans\src\platform\openide.util.lookup\src\org\openide\util\lookup\ProxyLookup.java:834:
warning: [rawtypes] found raw type: R
[repeat] public static ImmutableInternalData create(Object lkp, Map<Template,
Reference<R>> results) {
[repeat] ^
[repeat] missing type arguments for generic class R<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class R
> Building Netbeans 11.0 IDE from source failed in Windows 7 64-bit
> -----------------------------------------------------------------
>
> Key: NETBEANS-2549
> URL: https://issues.apache.org/jira/browse/NETBEANS-2549
> Project: NetBeans
> Issue Type: Bug
> Components: ide - Code
> Affects Versions: 11.0
> Environment: Windows 7 64-bit
> Reporter: Tony Wiriyanto
> Priority: Major
> Labels: beginner, build, newbie, windows
> Attachments: antCleanAll.zip, results.zip
>
>
> Failed to build from source using JDK 1.8u211, Apache Ant 1.10.6 in Windows 7
> 64-bit (ant clean all log attached).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists