JDK-8066540 : java: java.lang.AssertionError: isSubClass T
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 8u25
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: other
  • CPU: x86
  • Submitted: 2014-12-01
  • Updated: 2015-04-01
  • Resolved: 2014-12-03
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9Fixed
Related Reports
Duplicate :  
Description
FULL PRODUCT VERSION :
java version "1.8.0_25"
Java(TM) SE Runtime Environment (build 1.8.0_25-b17)
Java HotSpot(TM) 64-Bit Server VM (build 25.25-b02, mixed mode)

ADDITIONAL OS VERSION INFORMATION :
OS X Yosemite Version 10.10.2

EXTRA RELEVANT SYSTEM CONFIGURATION :
MacBook Pro
Processor 2.4 GHz Core i7
16 GB

A DESCRIPTION OF THE PROBLEM :
This appears to be the same issue reported on Linux that was resolved. I get the following error when compiling...

java: java.lang.AssertionError: isSubClass T



REGRESSION.  Last worked in version 7u55

STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Complie


ERROR MESSAGES/STACK TRACES THAT OCCUR :
Information:java: An exception has occurred in the compiler (1.8.0_25). Please file a bug at the Java Developer Connection (http://java.sun.com/webapps/bugreport)  after checking the Bug Parade for duplicates. Include your program and the following diagnostic in your report.  Thank you.
Information:java: 	at com.sun.tools.javac.code.Symbol.isSubClass(Symbol.java:447)
Information:java: 	at com.sun.tools.javac.code.Symbol.isMemberOf(Symbol.java:456)
Information:java: 	at com.sun.tools.javac.code.Symbol$MethodSymbol.overrides(Symbol.java:1469)
Information:java: 	at com.sun.tools.javac.code.Types$ImplementationCache.implementationInternal(Types.java:2671)
Information:java: 	at com.sun.tools.javac.code.Types$ImplementationCache.get(Types.java:2653)
Information:java: 	at com.sun.tools.javac.code.Types.implementation(Types.java:2682)
Information:java: 	at com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1529)
Information:java: 	at com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1518)
Information:java: 	at com.sun.tools.javac.comp.Resolve.notOverriddenIn(Resolve.java:416)
Information:java: 	at com.sun.tools.javac.comp.Resolve.isAccessible(Resolve.java:402)
Information:java: 	at com.sun.tools.javac.comp.Resolve.isAccessible(Resolve.java:362)
Information:java: 	at com.sun.tools.javac.comp.Resolve.selectBest(Resolve.java:1448)
Information:java: 	at com.sun.tools.javac.comp.Resolve.findMethodInScope(Resolve.java:1618)
Information:java: 	at com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1710)
Information:java: 	at com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1662)
Information:java: 	at com.sun.tools.javac.comp.DeferredAttr$DeferredChecker$2.lookup(DeferredAttr.java:1325)
Information:java: 	at com.sun.tools.javac.comp.Resolve.lookupMethod(Resolve.java:3325)
Information:java: 	at com.sun.tools.javac.comp.Resolve.lookupMethod(Resolve.java:3310)
Information:java: 	at com.sun.tools.javac.comp.DeferredAttr$DeferredChecker.quicklyResolveMethod(DeferredAttr.java:1333)
Information:java: 	at com.sun.tools.javac.comp.DeferredAttr$DeferredChecker.visitApply(DeferredAttr.java:1223)
Information:java: 	at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465)
Information:java: 	at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
Information:java: 	at com.sun.tools.javac.comp.DeferredAttr$FilterScanner.scan(DeferredAttr.java:901)
Information:java: 	at com.sun.tools.javac.comp.DeferredAttr.isDeferred(DeferredAttr.java:1088)
Information:java: 	at com.sun.tools.javac.comp.Attr.attribArgs(Attr.java:701)
Information:java: 	at com.sun.tools.javac.comp.Attr.visitApply(Attr.java:1834)
Information:java: 	at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:607)
Information:java: 	at com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:656)
Information:java: 	at com.sun.tools.javac.comp.Attr.visitExec(Attr.java:1611)
Information:java: 	at com.sun.tools.javac.tree.JCTree$JCExpressionStatement.accept(JCTree.java:1296)
Information:java: 	at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:676)
Information:java: 	at com.sun.tools.javac.comp.Attr.attribStats(Attr.java:692)
Information:java: 	at com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:1142)
Information:java: 	at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:909)
Information:java: 	at com.sun.tools.javac.comp.Attr.visitIf(Attr.java:1600)
Information:java: 	at com.sun.tools.javac.tree.JCTree$JCIf.accept(JCTree.java:1269)
Information:java: 	at com.sun.tools.javac.comp.Attr.visitForeachLoop(Attr.java:1207)
Information:java: 	at com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop.accept(JCTree.java:1035)
Information:java: 	at com.sun.tools.javac.comp.Attr.visitForLoop(Attr.java:1170)
Information:java: 	at com.sun.tools.javac.tree.JCTree$JCForLoop.accept(JCTree.java:1000)
Information:java: 	at com.sun.tools.javac.comp.Attr.visitMethodDef(Attr.java:1035)
Information:java: 	at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:778)
Information:java: 	at com.sun.tools.javac.comp.Attr.attribClassBody(Attr.java:4342)
Information:java: 	at com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4252)
Information:java: 	at com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4201)
Information:java: 	at com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4181)
Information:java: 	at com.sun.tools.javac.comp.Attr.attrib(Attr.java:4156)
Information:java: 	at com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1248)
Information:java: 	at com.sun.tools.javac.main.JavaCompiler.compile2(JavaCompiler.java:901)
Information:java: 	at com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:860)
Information:java: 	at com.sun.tools.javac.main.Main.compile(Main.java:523)
Information:java: 	at com.sun.tools.javac.api.JavacTaskImpl.doCall(JavacTaskImpl.java:129)
Information:java: 	at com.sun.tools.javac.api.JavacTaskImpl.call(JavacTaskImpl.java:138)
Information:java: 	at org.jetbrains.jps.javac.JavacMain.compile(JavacMain.java:179)
Information:java: 	at org.jetbrains.jps.incremental.java.JavaBuilder.compileJava(JavaBuilder.java:380)
Information:java: 	at org.jetbrains.jps.incremental.java.JavaBuilder.compile(JavaBuilder.java:283)
Information:java: 	at org.jetbrains.jps.incremental.java.JavaBuilder.doBuild(JavaBuilder.java:192)
Information:java: 	at com.intellij.lang.aspectj.build.AjTranslatingBuilder.doBuild(AjTranslatingBuilder.java:55)
Information:java: 	at com.intellij.lang.aspectj.build.AjBuilderBase.build(AjBuilderBase.java:77)
Information:java: 	at org.jetbrains.jps.incremental.IncProjectBuilder.runModuleLevelBuilders(IncProjectBuilder.java:1084)
Information:java: 	at org.jetbrains.jps.incremental.IncProjectBuilder.runBuildersForChunk(IncProjectBuilder.java:801)
Information:java: 	at org.jetbrains.jps.incremental.IncProjectBuilder.buildTargetsChunk(IncProjectBuilder.java:849)
Information:java: 	at org.jetbrains.jps.incremental.IncProjectBuilder.buildChunkIfAffected(IncProjectBuilder.java:764)
Information:java: 	at org.jetbrains.jps.incremental.IncProjectBuilder.buildChunks(IncProjectBuilder.java:587)
Information:java: 	at org.jetbrains.jps.incremental.IncProjectBuilder.runBuild(IncProjectBuilder.java:344)
Information:java: 	at org.jetbrains.jps.incremental.IncProjectBuilder.build(IncProjectBuilder.java:184)
Information:java: 	at org.jetbrains.jps.cmdline.BuildRunner.runBuild(BuildRunner.java:129)
Information:java: 	at org.jetbrains.jps.cmdline.BuildSession.runBuild(BuildSession.java:224)
Information:java: 	at org.jetbrains.jps.cmdline.BuildSession.run(BuildSession.java:113)
Information:java: 	at org.jetbrains.jps.cmdline.BuildMain$MyMessageHandler$1.run(BuildMain.java:133)
Information:java: 	at org.jetbrains.jps.service.impl.SharedThreadPoolImpl$1.run(SharedThreadPoolImpl.java:41)
Information:java: 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
Information:java: 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
Information:java: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
Information:java: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
Information:java: 	at java.lang.Thread.run(Thread.java:745)
Information:java: Errors occurred while compiling module 'Aim'
Information:Compilation completed with 1 error and 52 warnings in 36 sec
Information:1 error
Information:52 warnings
Error:java: java.lang.AssertionError: isSubClass T
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/purchasing/view/bb/PurchaseDisbursementPRBrowseBB.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/workmgt/view/bb/ShopPhaseManagerBB.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/mp/view/bb/AssetRentalAdjustmentDetailBB.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/common/framework/view/screen/LoadListScreen.java
    Warning:Warning:line (4)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/common/status/service/impl/StatusServiceCustomJPAImpl.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/cp/view/bb/BudgetManagerEditBB.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/mp/view/bb/AssetRentalRequestRatesBB.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/ehs/view/bb/HazardousBuildingMaterialAttributesBB.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/cp/view/bb/CapitalProjectBB.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/mp/view/bb/AssetLeaseInvoiceEditBB.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/inventory/service/impl/InventoryServiceImpl.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/common/sysadmn/service/impl/SystemServiceImpl.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/cp/view/bb/IssueMeetingHistoryBB.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/mp/view/bb/BrowseLeasesForInvoiceBB.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/cms/view/bb/DocumentAttributesBB.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/contract/service/impl/ContractServiceImpl.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/purchasing/view/bb/POLoadMaterialRequestBB.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/purchasing/view/bb/PurchaseDisbursementEditBB.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/cp/view/bb/MeetingMinutesIssueBrowseBB.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/cp/view/bb/FieldReportBB.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/ehs/view/bb/HazardousContainerizedMaterialAttributesBB.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/assetmgt/view/bb/MasterAssetAttributesBB.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/assetmgt/service/impl/AssetMgtServiceImpl.java
    Warning:Warning:line (11)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/workmgt/view/bb/WOPlannerLoadAssetPackageBrowseListBB.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/finance/service/impl/WorkOrderBillingServiceImpl.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/mp/view/bb/AssetLeaseLoadBrowseBB.java
    Warning:Warning:line (15)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/mp/util/AssetRentalUtils.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/workmgt/view/bb/UnitCostRatesBrowseBB.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/cp/view/bb/BudgetRevisionEditBB.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/common/report/service/impl/ReportServiceImpl.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/workmgt/view/bb/ShopPersonBrowseBB.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/inventory/view/bb/CounterReleaseLoadPickTicketBrowseBB.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/ehs/view/bb/ContainerTransactionHistoryBB.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/workmgt/view/bb/WorkOrderInvoiceEditBB.java
    Warning:Warning:line (4)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/workmgt/view/bb/LoadTradesBrowseBB.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/ap/view/bb/ProjectContractLoadBrowseBB.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/ehs/view/bb/HazardousContainerizedMaterialTransactionHistoryBB.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/ap/view/bb/ConsultContractLoadBrowseBB.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/assetmgt/view/bb/RiskManagementAssetRiskElementsBB.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/inventory/service/impl/InventoryReleaseServiceImpl.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/common/framework/view/jsf/component/util/FMaxPropertyResolver.java
    Warning:Warning:line (9)java: javax.faces.el.ValueBinding in javax.faces.el has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/cp/view/bb/DateManagerEditBB.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/contract/view/bb/PCLoadDetailsBrowseBB.java
    Warning:Warning:line (18)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/common/framework/view/jsf/renderkit/fmax/HtmlRepositoryArtifactLinkRenderer.java
    Warning:Warning:line (18)java: org.apache.commons.validator.UrlValidator in org.apache.commons.validator has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/common/view/zoom/bb/ZoomRFIMultiSelectBB.java
    Warning:Warning:line (3)java: com.maximus.fmax.ap.util.SortListByColumn in com.maximus.fmax.ap.util has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/common/framework/service/impl/ServiceImpl.java
    Warning:Warning:line (335)java: non-varargs call of varargs method with inexact argument type for last parameter;
  cast to java.lang.Object for a varargs call
  cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    Warning:Warning:line (337)java: non-varargs call of varargs method with inexact argument type for last parameter;
  cast to java.lang.Object for a varargs call
  cast to java.lang.Object[] for a non-varargs call and to suppress this warning
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/common/framework/view/screen/SearchScreen.java
    Warning:Warning:line (130)java: createValueBinding(java.lang.String) in javax.faces.application.Application has been deprecated
    Warning:Warning:line (130)java: getValue(javax.faces.context.FacesContext) in javax.faces.el.ValueBinding has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/common/framework/util/TransactionContext.java
    Warning:Warning:line (114)java: connection() in org.hibernate.Session has been deprecated
/Users/dhierholzer/dev/aim-wksp/aim/src/java/com/maximus/fmax/common/framework/view/bb/EditScreenBB.java
    Warning:Warning:line (857)java: non-varargs call of varargs method with inexact argument type for last parameter;
  cast to java.lang.Object for a varargs call
  cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    Warning:Warning:line (881)java: non-varargs call of varargs method with inexact argument type for last parameter;
  cast to java.lang.Object for a varargs call
  cast to java.lang.Object[] for a non-varargs call and to suppress this warning

REPRODUCIBILITY :
This bug can be reproduced always.


Comments
Excluded from bug escape, since duplicate bug: JDK-8056984 is already in bug escape analysis.
01-04-2015

Received response from the submitter: "I just tried JDK 8u40 and it is working for me". Closing this as fixed and duplicate of JDK-8056984.
03-12-2014

Sent an email to the submitter: "Can you please confirm if you still observe this error with JDK 8u40 or JDK 9 ea? Also, it would help if you could share a test case for us to evaluate this properly." This is a likely duplicate of JDK-8056984.
02-12-2014