ACTION REQUIRED: Scanning your project's jars with jdeps to test JDK 9 compliance
by Nick Boldt
I've added a jdeps profile to the parent pom for version 4.5.2.AM3-SNAPSHOT.
https://github.com/jbosstools/jbosstools-build/commit/4821b55ddc14247a525...
Now, you can build any jbosstools-* project like this...
1. Create a toolchains.xml file that looks like this, ideally in your ~/.m2
folder:
<?xml version="1.0" encoding="UTF8"?>
<toolchains>
<toolchain>
<type>jdk</type>
<provides>
<version>1.8</version>
<vendor>openjdk</vendor>
</provides>
<configuration>
<jdkHome>/usr/lib/jvm/java-1.8.0-openjdk/</jdkHome>
</configuration>
</toolchain>
<toolchain>
<type>jdk</type>
<provides>
<version>9</version>
<vendor>openjdk</vendor>
</provides>
<configuration>
<jdkHome>/usr/lib/jvm/java-9-openjdk/</jdkHome>
</configuration>
</toolchain>
</toolchains>
2. Update to latest parent pom:
cd /path/to/jbosstools-openshift
sed -i -e "s/4.5.2.AM1-SNAPSHOT/4.5.2.AM3-SNAPSHOT/" pom.xml # grab
parent pom 4.5.2.AM3-SNAPSHOT
3. Run
mvn clean install -Pjdeps -Djdeps-jdk-version=1.8
-Djdeps-jdk-vendor=openjdk --global-toolchains ~/.m2/toolchains.xml
# or
mvn clean install -Pjdeps -Djdeps-jdk-version=9
-Djdeps-jdk-vendor=openjdk --global-toolchains ~/.m2/toolchains.xml
We could also set up Jenkins jobs to do these checks, if we wanted.
Please take some time to run your builds with the jdeps profile enabled,
and see what tests (or compilation) breaks.
You may also want to use the -P maximum profile to see what happens when
you build using the latest Oxygen.2.RC2 bits.
Net week after we declare AM2 complete, I'll pull another TP update to get
the Oxygen.2.RC4/GA bits.
Cheers,
Nick
--
Nick Boldt
Senior Software Engineer, RHCSA
Productization Lead :: JBoss Tools & Dev Studio
IM: @nickboldt / @nboldt / http://nick.divbyzero.com
<https://red.ht/sig>
TRIED. TESTED. TRUSTED. <https://redhat.com/trusted>
@ @redhatnews <https://twitter.com/redhatnews> Red Hat
<https://www.facebook.com/RedHatInc>
7 years
ACTION REQUIRED: JBoss Tools + Developer Studio triage time
by nboldt@redhat.com
As the current sprint 'devex #141 December 2017' draws to a close, it is time
to review your unresolved issues!
Some may be done (or will be done soon), but the JIRA(s) need resolution.
Others may need to be pushed to the next milestone (4.5.2.AM3 + 11.2.0.AM3),
to a future .x release, or LATER.
All unresolved issues for 4.5.2.AM2 + 11.2.0.AM2:
https://issues.jboss.org/issues/?jql=(project%20in%20(JBDS)%20AND%20fixVe...
All *YOUR* unresolved issues for 4.5.2.AM2 + 11.2.0.AM2:
https://issues.jboss.org/issues/?jql=(project%20in%20(JBDS)%20AND%20fixVe...
Once created, you can also begin scheduling your work for the upcoming
sprint, 'devex #142 December 2017'.
Triage tips:
* blocker/critical issues: make these your priority work for the next sprint:
move to next version & assign to the next sprint
* other issues that WILL be done in the next sprint:
move to next version & assign to the forthcoming sprint, but lower down
* non-blocker & non-critical issues not for the next sprint:
move to .x (or LATER)
7 years
[aeri] Weekly JBoss Tools Error Reports Digest
by Codetrails Error Analytics
------------------------------------------------------------------------
Project Central, Maven, Livereload & Webservices
Top new problems (last 7 days):
Summary Reporters Status Severity Bug
1. IllegalStateException below AbstractRefreshJob.getEntries (thrown in FileInputStream.read0) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a1c3b27e4b037c4756...> 1 New Major -
2. IllegalStateException below VersionedBrowser.<init> (thrown in Unsafe.defineAnonymousClass) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a1f0bcde4b037c4756...> 1 New Major -
3. IllegalStateException below VersionedBrowser.<init> (thrown in ZipFile.read) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a1c6c58e4b037c4756...> 1 New Major -
4. NoStackTrace below UriMappingsContentProvider$1.run (thrown in ModuleStructuralModel.getPrimaryRootObject) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a1e7506e4b037c4756...> 1 New Major -
Top unresolved, active problems (last month):
Summary Reporters Status Severity Bug
1. IOException in CentralHelper.extractIfNeeded <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/571659e0e4b055563f5...> 249 Open Major JBIDE-22713 <https://jira.jboss.org/browse/JBIDE-22713>
2. NoStackTrace below ProxyWizardManager.getDiscoveryUrl (thrown in DiscoveryActivator.getJBossDiscoveryDirectory) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5726f531e4b0a549832...> 150 New Major -
3. NoStackTrace below GettingStartedHtmlPage$6.run (thrown in UILockListener.reportInterruption) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/583b4c1ae4b0c53b122...> 138 New Major -
4. NoStackTrace below ProxyWizardManager.loadWizards (thrown in ChainedDiscoveryStrategy.performDiscovery) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5716931fe4b052a77cb...> 97 Open Major JBIDE-22893 <https://jira.jboss.org/browse/JBIDE-22893>
5. ConcurrentModificationException below JaxrsMetamodel.getProblemSeverity (thrown in HashMap$HashIterator.nextNode) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5717ace0e4b032f683f...> 84 Open Major JBIDE-22331 <https://jira.jboss.org/browse/JBIDE-22331>
6. NullPointerException in JaxrsMarkerResolutionGenerator.findJaxrsElement <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/571f286ce4b0a549832...> 62 Open Major JBIDE-22335 <https://jira.jboss.org/browse/JBIDE-22335>
7. JavaModelException below AttachSourcesActionDelegate.setActiveEditor (thrown in JavaElement.newJavaModelException) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5719d0a3e4b04d6a2b1...> 52 Open Major JBIDE-22815 <https://jira.jboss.org/browse/JBIDE-22815>
8. ConcurrentModificationException below JaxrsMetamodel.getAllEndpoints (thrown in HashMap$HashIterator.nextNode) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57266a69e4b0a549832...> 50 Open Major JBIDE-22345 <https://jira.jboss.org/browse/JBIDE-22345>
9. JavaModelException below JdtUtils.resolveType (thrown in JavaElement.newJavaModelException) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/56cb04b4e4b0f02ab70...> 47 Open Major JBIDE-22332 <https://jira.jboss.org/browse/JBIDE-22332>
10. NullPointerException below SocketProposalComputer.computeCompletionProposals (thrown in BasicFeatureMap.contains) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57279e32e4b0a549832...> 40 Open Major JBIDE-22338 <https://jira.jboss.org/browse/JBIDE-22338>
11. NullPointerException below SocketProposalComputer.computeCompletionProposals (thrown in BasicFeatureMap.remove) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5727745fe4b0a549832...> 38 Open Major JBIDE-22337 <https://jira.jboss.org/browse/JBIDE-22337>
12. SAXParseException below WtpUtils.evaluateXPathExpression (thrown in DOMParser.parse) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57e4f995e4b06c2b2e7...> 36 New Major -
13. ProvisionException below P2CachedRepoUtil.getRepoForConnector (thrown in AbstractRepositoryManager.fail) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57469f5ae4b0138d62f...> 29 New Major -
14. FileNotFoundException below BundleFamilyExtension.loadStream (thrown in HttpURLConnection.getInputStream0) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57163b0de4b055563f5...> 28 New Major -
15. CoreException below ArchetypeExamplesWizardPage.downloadArchetype (thrown in MavenImpl$5.call) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57178d0ee4b032f683f...> 27 New Major -
16. ProvisionException in InstallationChecker.<init> <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5748ec29e4b0138d62f...> 21 New Major -
17. NullPointerException in JdtUtils.findSubtypes <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5722c87be4b0a549832...> 20 Open Major JBIDE-22334 <https://jira.jboss.org/browse/JBIDE-22334>
18. ResourceException below JdtUtils.parse (thrown in FileSystemResourceManager.read) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57973f7fe4b0300861e...> 18 New Major -
19. CoreException below AnnotationProcessingSettingsPage$3.runInWorkspace (thrown in FacetedProject.modifyInternal) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5723cfbde4b0a549832...> 17 New Major -
20. IllegalArgumentException below ArchetypeExamplesWizardPage$4$1.call (thrown in Versionable.getVersion) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/59cbf9a8e4b037c4756...> 16 New Major -
Project Life-time Resolution Statistics
Problem Resolutions Count
Out of Date: 1 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Out%20of%20Date')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Rejected: 1 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...>
Not JBoss: 4 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Not%20JBoss')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Log Message: 13 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Log%20Message')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Done: 15 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...>
Unresolved: 232 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...>
------------------------------------------------------------------------
Project Forge Tools
Top new problems (last 7 days):
Summary Reporters Status Severity Bug
1. _javassist_54490f79-26a2-4aa6-8818-1e2ba9cce701 below FurnaceService.lookup (thrown in ImportedImpl.get) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a1d2490e4b037c4756...> 1 New Major -
2. _javassist_b07f7805-980b-430a-ad81-e9afbf40cf61 below ForgeWizard$1.run (thrown in AbstractFaceted.getFacet) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a20ec9ce4b037c4756...> 1 New Major -
Top unresolved, active problems (last month):
Summary Reporters Status Severity Bug
1. RuntimeException in SelectGraphicRendition.handleDefault <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57e4c462e4b06c2b2e7...> 7 New Major -
2. IllegalArgumentException below ProjectImporter$MavenImportWorkspaceJob.runInWorkspace (thrown in Versionable.getVersion) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a0454afe4b037c4756...> 3 New Major -
3. IllegalArgumentException below ProjectTools$2.runInWorkspace (thrown in Versionable.getVersion) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a10d726e4b037c4756...> 1 New Major -
4. NoStackTrace below ProjectTools$2.runInWorkspace (thrown in J2EEModelProviderRegistry.readElement) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a138879e4b037c4756...> 1 New Major -
5. _javassist_52376a92-f9a5-45bd-9e7c-f1a9fa36b445 below ForgeWizard$1.run (thrown in AbstractFaceted.getFacet) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a04648be4b037c4756...> 1 New Major -
6. _javassist_54490f79-26a2-4aa6-8818-1e2ba9cce701 below FurnaceService.lookup (thrown in ImportedImpl.get) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a1d2490e4b037c4756...> 1 New Major -
7. _javassist_b07f7805-980b-430a-ad81-e9afbf40cf61 below ForgeWizard$1.run (thrown in AbstractFaceted.getFacet) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a20ec9ce4b037c4756...> 1 New Major -
8. _javassist_e4e3df29-9a0b-4247-bc29-ca45dbeee2fa below ForgeWizard$1.run (thrown in AbstractFaceted.getFacet) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a04eb25e4b037c4756...> 1 New Major -
Project Life-time Resolution Statistics
Problem Resolutions Count
Out of Date: 1 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Out%20of%20Date')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Won't Fix: 1 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Won!'t%20Fix')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Cannot Reproduce Bug: 1 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Cannot%20Reproduce%20Bug')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Not JBoss: 8 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Not%20JBoss')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Done: 1 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...>
Unresolved: 36 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...>
------------------------------------------------------------------------
Project Hibernate Tools
Top new problems (last 7 days):
Summary Reporters Status Severity Bug
1. FileNotFoundException below HibernateNature.getDefaultConsoleConfigurationName (thrown in FileInputStream.open) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a1c1d06e4b037c4756...> 1 New Major -
2. NullPointerException in HibernatePersistenceUnit.validateProperties <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a23c971e4b037c4756...> 1 New Major -
Top unresolved, active problems (last month):
Summary Reporters Status Severity Bug
1. NullPointerException below HibernatePersistenceUnit.update (thrown in AttributeMapping$GeneratorsTransformer.transform) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/56ce057de4b0f02ab70...> 99 New Major -
2. NullPointerException below HibernateJavaIdMappingImpl.update (thrown in AttributeMapping$KeyEquals.evaluate) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5716a1a1e4b052a77cb...> 94 New Major -
3. NoStackTrace in BasicWorkbenchAdapter.handleError <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/571e123de4b08bd809c...> 76 New Major -
4. NoStackTrace in LazyDatabaseSchemaWorkbenchAdapter.getChildren <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57168ad5e4b055563f5...> 67 New Major -
5. ResourceException below HibernateEclipseUtils.getUserOverrideDefaultSchema (thrown in Resource.checkExists) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/56cb0dd8e4b0f02ab70...> 60 New Major -
6. NullPointerException below HibernateJavaEntityImpl.validate (thrown in AttributeMapping$KeyEquals.evaluate) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5717baeae4b032f683f...> 58 New Major -
7. ResourceException below HibernateEclipseUtils.getUserOverrideDefaultCatalog (thrown in Resource.checkExists) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/56cb0dd9e4b0f02ab70...> 53 Undefined Major -
8. NullPointerException below HibernateJavaManyToOneMapping.update (thrown in AbstractJavaPersistentAttribute.getPrimaryKeyColumnName) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/56ce057ee4b0f02ab70...> 44 New Major -
9. NullPointerException below HibernateClassRef.synchronizeWithResourceModel (thrown in AbstractJavaPersistentAttribute.syncMapping) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5716ef45e4b052a77cb...> 42 New Major -
10. NullPointerException below HibernateJpaProject.validate (thrown in AbstractJavaPersistentAttribute.getMappingKey) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5717baeae4b032f683f...> 42 New Major -
11. NullPointerException in HibernateJpaProject.getBasicHibernateProperties <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/571e25e9e4b08bd809c...> 36 New Major -
12. ResourceException below HibernateJpaProject.<init> (thrown in FileSystemResourceManager.read) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/577f46dee4b07f3dc26...> 36 New Major -
13. NullPointerException in AbstractQueryEditor.getQueryInputModel <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5715789ce4b055563f5...> 35 New Major -
14. NoStackTrace in QueryPageViewer$ContentProviderImpl.getElements <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/571e2e38e4b08bd809c...> 33 New Major -
15. AbortCompilation below HibernateJpaProject.<init> (thrown in ProblemHandler.handle) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/571f1116e4b08bd809c...> 32 New Major -
16. HibernateException in DialectFactoryImpl.determineDialect <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/571fb974e4b0a549832...> 28 New Major -
17. NullPointerException below HibernateJavaEntityImpl.update (thrown in AttributeMapping$KeyEquals.evaluate) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5704041ae4b08ccb7be...> 23 New Major -
18. NullPointerException below HibernateJpaProject.<init> (thrown in AnnotationTagParser.eos) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57210cbbe4b0a549832...> 22 New Major -
19. NoStackTrace in HQLJavaCompletionProposalComputer.computeCompletionProposals <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/574d3e29e4b06056d20...> 21 New Major -
20. NoStackTrace in LazySessionFactoryAdapter.getChildren <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/574c2abae4b06056d20...> 21 New Major -
Project Life-time Resolution Statistics
Problem Resolutions Count
Won't Fix: 1 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Won!'t%20Fix')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Not JBoss: 3 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Not%20JBoss')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Done: 4 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...>
Unresolved: 280 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...>
------------------------------------------------------------------------
Project Integration Stack
Top new problems (last 7 days):
Summary Reporters Status Severity Bug
1. AssertionFailedException below JBPMClasspathContainer.createJBPMLibraryEntries (thrown in JavaCore.newLibraryEntry) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a22d3c8e4b037c4756...> 1 New Major -
2. ClassCastException in EvaluatorRegistry.addEvaluatorDefinition <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a1ced12e4b037c4756...> 1 New Major -
3. EOFException below KarafJMXPublisher.connect (thrown in ObjectInputStream$BlockDataInputStream.peekByte) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a215adde4b037c4756...> 1 New Major -
4. HIDDEN below CamelModelFactory.getCamelVersionFromMaven (thrown in MavenXpp3Reader.checkFieldWithDuplicate) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a1fdfb4e4b037c4756...> 1 New Major -
5. HIDDEN below CamelModelFactory.getCamelVersionFromMaven (thrown in MavenXpp3Reader.checkUnknownElement) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a1fdfb4e4b037c4756...> 1 New Major -
6. IllegalStateException below DroolsRuntimesBlock.setDroolsRuntimes (thrown in StructuredViewer.setInput) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a1d18dfe4b037c4756...> 1 New Major -
7. NoClassDefFoundError below AbstractProjectTemplate.refreshProjectSync (thrown in MavenClasspathContainerInitializer.initialize) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a1c306ae4b037c4756...> 1 New Major -
8. NoClassDefFoundError in KnowledgeBuilderImpl.<init> <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a1d7eafe4b037c4756...> 1 New Major -
9. NullPointerException in ResteasyAuthenticationComposite$AuthComputedValue.doSetValue <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a243b49e4b037c4756...> 1 New Major -
10. NullPointerException in ToolBehaviourProvider.getContextButtonPad <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a1f29efe4b037c4756...> 1 New Major -
Top unresolved, active problems (last month):
Summary Reporters Status Severity Bug
1. ModelBuildingException below CamelMavenUtils.getMavenProjectFacade (thrown in DefaultModelProblemCollector.newModelBuildingException) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/596f2514e4b04d442f3...> 500+ Open Major FUSETOOLS-2514 <https://jira.jboss.org/browse/FUSETOOLS-2514>
2. NoStackTrace in CamelService.loadVersion <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5992653be4b0d05eb49...> 39 Open Major FUSETOOLS-2520 <https://jira.jboss.org/browse/FUSETOOLS-2520>
3. NoStackTrace below JavaCamelFilesFinder.findJavaDSLRouteBuilderClass (thrown in JarPackageFragmentRoot.computeChildren) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/587f4333e4b0a779f02...> 34 Open Critical FUSETOOLS-2392 <https://jira.jboss.org/browse/FUSETOOLS-2392>
4. Throwable in AbstractRuntimeManager.recognizeJars <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5735a3dee4b0138d62f...> 31 Pull Request Sent Major DROOLS-1745 <https://jira.jboss.org/browse/DROOLS-1745>
5. Exception in ReteViewer.loadReteModel <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/574412c1e4b0138d62f...> 17 New Major -
6. ResourceException below CamelEditor.doSave (thrown in File.getContentDescription) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/571da74ee4b08bd809c...> 16 Open Major FUSETOOLS-1980 <https://jira.jboss.org/browse/FUSETOOLS-1980>
7. XmlPullParserException below CamelMavenUtils.getRepositories (thrown in MavenXpp3Reader.checkUnknownElement) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/597c967ee4b0b8d9029...> 14 Open Major FUSETOOLS-2636 <https://jira.jboss.org/browse/FUSETOOLS-2636>
8. NullPointerException in CamelCtxNavContentProvider.resourceChanged <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/59ba74e3e4b06d4281f...> 13 Reopened Major FUSETOOLS-2530 <https://jira.jboss.org/browse/FUSETOOLS-2530>
9. NoStackTrace in Karaf2xPublishController.transferBuiltModule <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5804f62ae4b081752d6...> 12 Open Major FUSETOOLS-2494 <https://jira.jboss.org/browse/FUSETOOLS-2494>
10. NullPointerException in CamelProjectConfigurator.isInvalidCamelFacetVersion <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/596f758ae4b04d442f3...> 10 Open Major FUSETOOLS-2581 <https://jira.jboss.org/browse/FUSETOOLS-2581>
11. RuntimeException in RuleBaseConfiguration.loadWorkItems <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/59c35591e4b0ed3dbcf...> 10 New Major -
12. ClassCastException in RuleIFileMoveParticipant.getNewName <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/572b0413e4b0a549832...> 9 New Major -
13. NoClassDefFoundError in ResourceFactory.loadFactoryService <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/59a6a644e4b088c02a4...> 9 New Major -
14. NullPointerException in KarafJMXPublisher.uninstall <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57ac63aee4b0f4d912c...> 9 New Major -
15. RuntimeDroolsException in JavaDialectConfiguration.setJavaLanguageLevel <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/572b2ef7e4b0a549832...> 9 New Major -
16. Exception in JMXCamelConnectJob.abortConnection <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/59359874e4b0c66c7fc...> 8 New Major -
17. ConnectException below CamelDebugFacade.resumeAll (thrown in PlainSocketImpl.socketConnect) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/599aa072e4b0d05eb49...> 7 Open Major FUSETOOLS-2306 <https://jira.jboss.org/browse/FUSETOOLS-2306>
18. ConnectException below KarafJMXPublisher.connect (thrown in PlainSocketImpl.socketConnect) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/580a3cbde4b081752d6...> 7 New Major -
19. FileNotFoundException below CamelFilesFinder.isFuseCamelContentType (thrown in FileInputStream.open0) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/59342c4ee4b0c66c7fc...> 7 New Major -
20. NoClassDefFoundError in KnowledgeBuilderImpl.createProcessBuilder <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/59a6b9f8e4b088c02a4...> 7 New Major -
Project Life-time Resolution Statistics
Problem Resolutions Count
Undefined: 1 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...>
Out of Date: 56 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Out%20of%20Date')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Rejected: 1 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...>
Won't Fix: 1 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Won!'t%20Fix')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Won't Do: 1 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Won!'t%20Do')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Cannot Reproduce: 6 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Cannot%20Reproduce')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Log Message: 11 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Log%20Message')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Done: 52 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...>
Unresolved: 299 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...>
------------------------------------------------------------------------
Project Java EE
Top new problems (last 7 days):
Summary Reporters Status Severity Bug
1. NullPointerException below AddJSFNatureHandler.addJSFNature (thrown in FacetedProjectFrameworkImpl.create) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a21d88ce4b037c4756...> 1 New Major -
Top unresolved, active problems (last month):
Summary Reporters Status Severity Bug
1. JavaModelException below FileSet.checkType (thrown in JavaElement.newNotPresentException) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57176467e4b032f683f...> 108 Open Major JBIDE-22285 <https://jira.jboss.org/browse/JBIDE-22285>
2. IllegalStateException in SProperties.get <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57193d5de4b0cd449c6...> 85 Open Major JBIDE-23052 <https://jira.jboss.org/browse/JBIDE-23052>
3. JavaModelException below BeanArchiveDetector.isAnnotatedBean (thrown in JavaElement.newNotPresentException) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/571e7579e4b08bd809c...> 70 Open Major JBIDE-22900 <https://jira.jboss.org/browse/JBIDE-22900>
4. NullPointerException in JSFProjectsTree.getProjectsRoot <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/571a3a3fe4b0e9dd9cd...> 48 Open Major JBIDE-22910 <https://jira.jboss.org/browse/JBIDE-22910>
5. NoStackTrace in CDICoreValidator.init <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57228358e4b0a549832...> 33 Open Major JBIDE-22904 <https://jira.jboss.org/browse/JBIDE-22904>
6. ConcurrentModificationException below CDIProjectAsYouType.findCompilationUnit (thrown in FeatureMapUtil$BasicFeatureEIterator.checkModCount) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5729a850e4b0a549832...> 22 Open Major JBIDE-22905 <https://jira.jboss.org/browse/JBIDE-22905>
7. ZipException below FileSet.checkType (thrown in ZipFile.read) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5729a808e4b0a549832...> 19 New Major -
8. NullPointerException in JSFPromptingProvider.getVariables <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/574e5d77e4b06056d20...> 16 Open Major JBIDE-24116 <https://jira.jboss.org/browse/JBIDE-24116>
9. AssertionFailedException below CDIProjectAsYouType.findCompilationUnit (thrown in DefaultJavaFoldingStructureProvider.computeCurrentStructure) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57a0ef4ce4b0fe642b1...> 8 New Major -
10. NullPointerException below DefinitionContext.addType (thrown in TreeMap.put) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5733d7bce4b0138d62f...> 8 New Major -
11. ZipException below BeanArchiveDetector.isAnnotatedBean (thrown in ZipFile.read) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57b5eb3be4b0f1434be...> 8 New Major -
12. JavaModelException below AbstractMemberDefinition.init (thrown in JavaElement.newNotPresentException) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57185f5be4b032f683f...> 7 New Major -
13. NullPointerException in AbstractTypeDefinition.resetParametedType <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/576b8f82e4b0054473d...> 7 New Major -
14. JavaModelException below AuthorizerHyperlinkDetector.detectHyperlinks (thrown in JavaElement.newNotPresentException) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5728789de4b0a549832...> 6 New Major -
15. JavaModelException below AuthorizerHyperlinkDetector.detectHyperlinks (thrown in Openable.codeSelect) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57b3a3d7e4b0c024c55...> 6 New Major -
16. JavaModelException below ProducerDisposerHyperlinkDetector.detectHyperlinks (thrown in Openable.codeSelect) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57b3a3d9e4b0c024c55...> 6 New Major -
17. NullPointerException below PackageDefinition.setPackage (thrown in AnnotationsCoreProcessorFactory.getProcessorFor) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57971c06e4b036d53f8...> 6 New Major -
18. NullPointerException in ClassBean.computeScope <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/570d15a8e4b07391bf0...> 6 New Major -
19. IllegalArgumentException below CDIProjectAsYouType.findCompilationUnit (thrown in ASTNode.setSourceRange) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/59785501e4b04d442f3...> 5 New Major -
20. JavaModelException below BatchPropertyHyperlinkDetector.detectHyperlinks (thrown in Openable.codeSelect) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57b3a3d7e4b0c024c55...> 5 New Major -
Project Life-time Resolution Statistics
Problem Resolutions Count
Out of Date: 1 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Out%20of%20Date')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Rejected: 2 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...>
Duplicate Issue: 1 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Duplicate%20Issue')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Not JBoss: 1 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Not%20JBoss')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Log Message: 12 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Log%20Message')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Done: 9 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...>
Unresolved: 186 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...>
------------------------------------------------------------------------
Project JBoss Server Tools
Top new problems (last 7 days):
Summary Reporters Status Severity Bug
1. ClosedByInterruptException below ArchivesRootBridgeContentProvider.preferenceChanged (thrown in AbstractInterruptibleChannel.end) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a1dc8cde4b037c4756...> 1 New Major -
2. FileNotFoundException below FreemarkerMultiPageEditor.doSave (thrown in FileOutputStream.open0) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a1e8d0fe4b037c4756...> 1 New Major -
3. IllegalArgumentException below ChangeTimeStampActionDelegate.setModuleAndServer (thrown in Versionable.getVersion) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a1eab87e4b037c4756...> 1 New Major -
4. NoStackTrace below ChangeTimeStampActionDelegate.setModuleAndServer (thrown in J2EEModelProviderRegistry.readElement) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a1eab86e4b037c4756...> 1 New Major -
5. NullPointerException below ModuleResourceUtil.getMembers (thrown in ClasspathContainerReferenceResolver.canResolve) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a1ede23e4b037c4756...> 1 New Major -
6. NullPointerException in CustomClasspathPreferencePage.findProjectsTargeting <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a214651e4b037c4756...> 1 New Major -
7. NullPointerException in DeploymentTypePrefs.getModulePrefs <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a1d4316e4b037c4756...> 1 New Major -
8. NullPointerException in JavaMonitorPreferencePage.applyChanges <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a23a34ae4b037c4756...> 1 New Major -
Top unresolved, active problems (last month):
Summary Reporters Status Severity Bug
1. JBoss7ManangerException in Wildfly9Manager.execute <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/570ce1e8e4b07391bf0...> 500+ Open Major JBIDE-23288 <https://jira.jboss.org/browse/JBIDE-23288>
2. NoStackTrace in AbstractStartJavaServerLaunchDelegate$1.handleEarlyTermination <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/58ec875be4b0ea81689...> 500+ New Major -
3. NoStackTrace in StandardFileSystemPublishController.markModulePublished <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57a218b3e4b0fe642b1...> 500+ Open Major JBIDE-24643 <https://jira.jboss.org/browse/JBIDE-24643>
4. JBoss7ManangerException in EAP61PlusManager.execute <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57dfe5f0e4b06c2b2e7...> 312 New Major -
5. Exception in LocalFilesystemController.deleteDirectory <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/585416bbe4b00d647ae...> 218 New Major -
6. NoStackTrace in UserPrompter.promptUser <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/56ea77dbe4b08ccb7be...> 109 New Major -
7. JBoss7ManangerException in JBoss7ManagerServiceProxy.checkedGetService <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/571c1538e4b0e9dd9cd...> 106 New Major -
8. FileNotFoundException below FileUtil.writeTo (thrown in FileOutputStream.open0) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5718c77de4b0577c5e5...> 85 New Major -
9. NoStackTrace in ServerProfileModel.getController <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/56f024b6e4b08ccb7be...> 80 Open Major JBIDE-23289 <https://jira.jboss.org/browse/JBIDE-23289>
10. IllegalStateException below ServerModelUtilities.getChildModules (thrown in DeadlockDetector.reportDeadlock) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57209e39e4b0a549832...> 69 New Major -
11. NoStackTrace in StandardFileSystemPublishController.removeModule <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/56eb82fde4b08ccb7be...> 66 New Major -
12. NoStackTrace in JBoss70ConnectionProvider$ExtendedDefaultConnectionWrapper.serverChanged <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5728ed11e4b0a549832...> 54 New Major -
13. CoreException in LocalFilesystemController.touchResource <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/571d1bb0e4b0e9dd9cd...> 34 New Major -
14. NullPointerException in JBossServer.findPort <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/59c36977e4b0ed3dbcf...> 34 New Major -
15. ResourceException below ConsoleLineTracker.populateMatchingFiles (thrown in Project.checkAccessible) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57195fdee4b0cd449c6...> 28 New Major -
16. NoStackTrace below ModuleObjectProvider.alertChanged (thrown in UILockListener.reportInterruption) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/58651442e4b00d647ae...> 26 New Major -
17. NullPointerException in SingleDeployableFactory.getModule <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5746ea0fe4b0138d62f...> 25 New Major -
18. FileNotFoundException below AbstractDeploymentScannerAdditions.getDeployLocationFolders (thrown in FileInputStream.open0) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57310db5e4b0ba8b6a1...> 23 New Major -
19. NoStackTrace below ServerHotCodeReplacePrompter.promptUser (thrown in UILockListener.reportInterruption) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5976152be4b04d442f3...> 21 New Major -
20. FileNotFoundException below AbstractDeploymentScannerAdditions.getDeployLocationFolders (thrown in EMF2DOMSSERenderer.initializeXMLModel) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/571e1230e4b08bd809c...> 20 New Major -
Project Life-time Resolution Statistics
Problem Resolutions Count
Out of Date: 2 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Out%20of%20Date')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Rejected: 9 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...>
Won't Fix: 1 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Won!'t%20Fix')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Not JBoss: 11 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Not%20JBoss')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Log Message: 19 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Log%20Message')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Done: 15 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...>
Unresolved: 373 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...>
------------------------------------------------------------------------
Project JBoss Tools Base
Top new problems (last 7 days):
Summary Reporters Status Severity Bug
1. ArrayIndexOutOfBoundsException below JavaDirtyRegionProcessor.isJavaElementValidationRequired (thrown in BasicFeatureMap.contains) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a227b2ee4b037c4756...> 1 New Major -
2. InvalidCredentialsException below HttpUtil.executeGetMethod (thrown in NTLMScheme.authenticate) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a1c6a32e4b037c4756...> 1 New Major -
3. NoClassDefFoundError in ExtendedFieldEditor.createLabelControl <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a1bfa31e4b037c4756...> 1 New Major -
4. NoStackTrace below ELInfoHover.getInfoText (thrown in JavaPlugin.logErrorMessage) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a20096ee4b037c4756...> 1 New Major -
5. NullPointerException below EclipseFileBodySource.write (thrown in WebAppProvider.getImage) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a1f70ebe4b037c4756...> 1 New Major -
6. ResourceException below EclipseUtil.removeNatureFromProject (thrown in Project.checkDescription) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a1c3a51e4b037c4756...> 1 New Major -
7. ResourceException below ObjectMultiPageEditor.saveSelectedTab (thrown in Bucket.load) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a1d7e10e4b037c4756...> 1 New Major -
8. ResourceException below ValidationErrorManager.removeAllMessagesFromProject (thrown in Resource.checkExists) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a1c2787e4b037c4756...> 1 New Major -
Top unresolved, active problems (last month):
Summary Reporters Status Severity Bug
1. NoStackTrace below EclipseJavaUtil.findType (thrown in JarPackageFragmentRoot.computeChildren) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57188289e4b032f683f...> 143 New Major -
2. IllegalStateException in SProperties.get <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57193d5de4b0cd449c6...> 85 Open Major JBIDE-23052 <https://jira.jboss.org/browse/JBIDE-23052>
3. ResourceException below FolderImpl.update (thrown in WorkManager.checkIn) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57179932e4b032f683f...> 82 New Major -
4. JavaModelException below ValueResolver$ReferenceResolver.connect (thrown in JavaModelOperation.runOperation) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57169ae3e4b052a77cb...> 72 New Major -
5. JavaModelException below BeanArchiveDetector.isAnnotatedBean (thrown in JavaElement.newNotPresentException) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/571e7579e4b08bd809c...> 70 Open Major JBIDE-22900 <https://jira.jboss.org/browse/JBIDE-22900>
6. ZipException below JandexUtil.createJarIndex (thrown in ZipFile.open) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5721b964e4b0a549832...> 70 New Major -
7. IllegalArgumentException below ChainTextHover.getHoverInfo2 (thrown in Versionable.getVersion) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/59cca539e4b037c4756...> 59 New Major -
8. CoreException below ChainTextHover.getHoverInfo2 (thrown in FaceletTagRegistry.initialize) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57052ef8e4b08ccb7be...> 54 Open Major JBIDE-23051 <https://jira.jboss.org/browse/JBIDE-23051>
9. NoStackTrace below ChainTextHover.getHoverInfo2 (thrown in J2EEModelProviderRegistry.readElement) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/59d2f4ace4b037c4756...> 54 New Major -
10. NoStackTrace below ObjectMultiPageEditor.saveX (thrown in AbstractMergedModelProvider.getMergedModel) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5770c5b1e4b03c6ed09...> 54 New Major -
11. FileNotFoundException below ChainTextHover.getHoverInfo2 (thrown in FileInputStream.open0) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/56cf18f7e4b0769ed8f...> 50 New Major -
12. IllegalArgumentException below EclipseUtil.getCompilationUnit (thrown in PackageFragment.getCompilationUnit) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5722f5d0e4b0a549832...> 49 New Major -
13. NullPointerException in FileUtil.getContentFromEditorOrFile <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57175468e4b052a77cb...> 49 New Major -
14. NoStackTrace below EclipseFileBodySource.write (thrown in AbstractMergedModelProvider.getMergedModel) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5726533ce4b0a549832...> 42 New Major -
15. NullPointerException in EclipseResourceUtil.createObjectForResource <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5720a853e4b0a549832...> 41 New Major -
16. ResourceException below FolderImpl.update (thrown in FileSystemResourceManager.refreshResource) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/571e6163e4b08bd809c...> 40 New Major -
17. ResourceException below FileSystemImpl.getResource (thrown in WorkManager.checkIn) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/572f5799e4b0a549832...> 38 New Major -
18. NoStackTrace in CDICoreValidator.init <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57228358e4b0a549832...> 33 Open Major JBIDE-22904 <https://jira.jboss.org/browse/JBIDE-22904>
19. NullPointerException in ParametedType.findParameter <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5733101ce4b0ba8b6a1...> 33 New Major -
20. ClassNotFoundException below Tools.invokeGetMonitoredHost (thrown in URLClassLoader.findClass) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57001067e4b08ccb7be...> 31 New Major -
Project Life-time Resolution Statistics
Problem Resolutions Count
Out of Date: 1 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Out%20of%20Date')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Rejected: 2 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...>
Won't Do: 1 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Won!'t%20Do')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Cannot Reproduce Bug: 1 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Cannot%20Reproduce%20Bug')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Not JBoss: 6 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Not%20JBoss')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Log Message: 11 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Log%20Message')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Done: 14 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...>
Unresolved: 459 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...>
------------------------------------------------------------------------
Project OpenShift
Top new problems (last 7 days):
Summary Reporters Status Severity Bug
1. IllegalArgumentException below CDKActionProvider$ShowInViewAfterStartupAction.switchListener (thrown in Server.addServerListener) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a21838fe4b037c4756...> 1 New Major -
Top unresolved, active problems (last month):
Summary Reporters Status Severity Bug
1. VerifyError below CDKDockerUtility.<init> (thrown in DockerClientFactory.getClient) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/591fb8d7e4b0dd549f4...> 38 New Major -
2. IllegalArgumentException below MavenProjectImportOperation.importToWorkspace (thrown in Versionable.getVersion) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/59d02d95e4b037c4756...> 3 New Major -
3. IllegalArgumentException below CDKActionProvider$ShowInViewAfterStartupAction.switchListener (thrown in Server.addServerListener) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a21838fe4b037c4756...> 1 New Major -
4. NullPointerException in Connection.authorize <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a18738be4b037c4756...> 1 New Major -
5. NullPointerException in ServicePortAdapter.<init> <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a02259ee4b037c4756...> 1 New Major -
6. SecurityException below Account.save (thrown in LinuxPasswordProvider.saveMasterPassword) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a089283e4b037c4756...> 1 New Major -
Project Life-time Resolution Statistics
Problem Resolutions Count
Rejected: 3 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...>
Won't Fix: 3 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Won!'t%20Fix')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Cannot Reproduce Bug: 1 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Cannot%20Reproduce%20Bug')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Cannot Reproduce: 2 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Cannot%20Reproduce')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Not JBoss: 8 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Not%20JBoss')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Log Message: 1 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Log%20Message')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Done: 12 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...>
Unresolved: 33 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...>
------------------------------------------------------------------------
Project Unkown JBoss Project
Top new problems (last 7 days):
Summary Reporters Status Severity Bug
1. InterruptedException below FutureUtils.waitForFuture (thrown in Thread.sleep) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a1c1ccde4b037c4756...> 2 New Major -
Top unresolved, active problems (last month):
Summary Reporters Status Severity Bug
1. CoreException below RemoteExternalBundleDiscoveryStrategy$DownloadBundleJob.call (thrown in RepositoryStatusHelper.wrap) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5718e82fe4b0cd449c6...> 198 Open Major JBDS-3987 <https://jira.jboss.org/browse/JBDS-3987>
2. ZipException below Indexer.verifyMagic (thrown in ZipFile.read) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5729a813e4b0a549832...> 176 New Major -
3. IllegalStateException in Indexer.processConstantPool <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57194635e4b0cd449c6...> 127 New Major -
4. CancellationException in AsyncFutureTask.operationCancelled <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5719f1afe4b04d6a2b1...> 122 New Major -
5. XMLStreamException below JaxbParser.unmarshall (thrown in XMLStreamReaderImpl.next) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5719f3a1e4b04d6a2b1...> 63 New Major -
6. NoStackTrace below PrepareInstallProfileJob.openInstallWizard (thrown in ProvUI.reportStatus) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5717ab2ae4b032f683f...> 34 New Major -
7. FileNotFoundException below EventRegister.saveProperties (thrown in FileOutputStream.open0) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/571a223ae4b0e9dd9cd...> 25 New Major -
8. NoStackTrace in HttpRemotePropertiesProvider.logStatusCode <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/571f43bde4b0a549832...> 21 New Major -
9. InstanceNotFoundException in BasicMBeanRegistry.get <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57296ba6e4b0a549832...> 20 New Major -
10. NoStackTrace in FinalizeRuntimeDownloadFragment.openErrorMessage <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57274205e4b0a549832...> 18 New Major -
11. IllegalArgumentException below ProjectExampleUtil.downloadExamplesFile (thrown in File.setLastModified) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/58bfea5be4b0368a7f7...> 15 New Major -
12. ResourceException below ProjectImportUtil.createProject (thrown in Project.checkDescription) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5738a145e4b0138d62f...> 12 New Major -
13. NullPointerException in JBossRuntimeLocator.searchDirectory <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/586c19fbe4b00d647ae...> 9 New Major -
14. RuntimeException in RemotingConnector.connect <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5731798ae4b0ba8b6a1...> 9 New Major -
15. EOFException below Indexer.skipFully (thrown in ZipFile$ZipFileInflaterInputStream.fill) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/579d453be4b0fe642b1...> 7 New Major -
16. IncomingFileTransferException below RemoteExternalBundleDiscoveryStrategy$DownloadBundleJob.call (thrown in HttpClientRetrieveFileTransfer.openStreams) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5743f643e4b0138d62f...> 7 New Major -
17. NoStackTrace in WindupUIPlugin.logErrorMessage <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5853eccfe4b00d647ae...> 7 New Major -
18. NullPointerException in RuntimePathPreferenceIO.loadRuntimePathsFromPreferenceString <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5739fb0ce4b0138d62f...> 7 New Major -
19. ProvisionException below PrepareInstallProfileJob$1.run (thrown in AbstractRepositoryManager.fail) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/58137bd9e4b00cfabf9...> 7 New Major -
20. ProvisionException below PrepareInstallProfileJob.addRepositories (thrown in AbstractRepositoryManager.fail) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/573098cee4b0ba8b6a1...> 7 New Major -
Project Life-time Resolution Statistics
Problem Resolutions Count
Duplicate Issue: 1 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Duplicate%20Issue')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Won't Do: 1 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Won!'t%20Do')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Cannot Reproduce Bug: 1 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Cannot%20Reproduce%20Bug')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Not JBoss: 4 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Not%20JBoss')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Log Message: 8 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Log%20Message')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Done: 9 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...>
Unresolved: 185 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...>
------------------------------------------------------------------------
Project VPE & Mobile
Top new problems (last 7 days):
Summary Reporters Status Severity Bug
1. FeatureNotFoundException below JSPMultiPageEditor$2.handlePostSelectionChanged (thrown in XMLHandler.handleFeature) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a246cb2e4b037c4756...> 1 New Major -
2. IllegalStateException below JSPTextEditor$1.run (thrown in OS.CallWindowProcW) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a205485e4b037c4756...> 1 New Major -
3. IllegalStateException below JSPTextEditor$JSPStructuredTextViewer.doOperation (thrown in EMF2DOMAdapterImpl.handleInvalidMultiNodes) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a219198e4b037c4756...> 1 New Major -
4. IllegalStateException below JSPTextEditor$JSPStructuredTextViewer.doOperation (thrown in ProjectionMapping.toImageLine) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a1d558ae4b037c4756...> 1 New Major -
5. NullPointerException below NewXHTMLFileWizardPage.validatePage (thrown in ClasspathContainerReferenceResolver.canResolve) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a24153fe4b037c4756...> 1 New Major -
6. NullPointerException in NavigationUtil.disableJsPopUps <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a1d3cdee4b037c4756...> 1 New Major -
7. ResourceException below BuilderOrderResolution$1.run (thrown in FileSystemResourceManager.copy) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a1ebbfde4b037c4756...> 1 New Major -
8. ResourceException below KbBuilderMarker.createOrUpdateKbProblemMarker (thrown in WorkManager.checkIn) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a215c84e4b037c4756...> 1 New Major -
Top unresolved, active problems (last month):
Summary Reporters Status Severity Bug
1. XulRunnerBundleNotFoundException in XulRunnerBrowser.getXulRunnerPath <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5703aaa7e4b08ccb7be...> 500+ Open Major JBIDE-22960 <https://jira.jboss.org/browse/JBIDE-22960>
2. ResourceException below IDETernProject.getTernProject (thrown in Project.checkAccessible) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5762a96fe4b075777da...> 500+ Open Major JBIDE-22894 <https://jira.jboss.org/browse/JBIDE-22894>
3. TernException in NodejsTernHelper.makeRequest <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/576152b0e4b075777da...> 184 Open Major JBIDE-22892 <https://jira.jboss.org/browse/JBIDE-22892>
4. NodejsProcessException in AbstractNodejsProcess.waitOnStartNodejs <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5763a75de4b0246302c...> 111 New Major -
5. JavaModelException below FileSet.checkType (thrown in JavaElement.newNotPresentException) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57176467e4b032f683f...> 108 Open Major JBIDE-22285 <https://jira.jboss.org/browse/JBIDE-22285>
6. StructuredDocumentRegionManagementException below JSPTextEditor$JSPStructuredTextViewer.doOperation (thrown in XMLModelParser.removeStructuredDocumentRegion) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5719c8c5e4b04d6a2b1...> 97 Open Major JBIDE-22961 <https://jira.jboss.org/browse/JBIDE-22961>
7. IllegalStateException in SProperties.get <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57193d5de4b0cd449c6...> 85 Open Major JBIDE-23052 <https://jira.jboss.org/browse/JBIDE-23052>
8. CoreException below PageContextFactory.getConnectedDocument (thrown in ResourceFileBuffer.create) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57205b8ce4b0a549832...> 74 New Major -
9. TernException in TernExceptionFactory.create <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5762ee23e4b0fee10a2...> 71 New Major -
10. ConcurrentModificationException below TernFileSynchronizer.ensureSynchronized (thrown in ArrayList$Itr.checkForComodification) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5763ab60e4b0246302c...> 70 New Major -
11. TernException in NodejsTernServer.makeRequest <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5763ab60e4b0246302c...> 70 New Major -
12. IOException below JSPTextEditor$JSPStructuredTextViewer.doOperation (thrown in ResourceBundleMapSource.createCachedBundleFile) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5717c96fe4b032f683f...> 69 New Major -
13. ResourceException below KbBuilderMarker.getOwnedMarkers (thrown in Marker.checkInfo) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5721d1d6e4b0a549832...> 49 New Major -
14. NullPointerException in MyEclipseResourcesDelegatingManager.init <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5824527fe4b0d10bbbb...> 47 New Major -
15. Exception in IDETernFileUploader.serverToBeDisposed <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5763ab60e4b0246302c...> 43 New Major -
16. ResourceException below StorageRevisionEditorInputAdapter$StorageAdapter.getContents (thrown in Resource.checkExists) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/571fc367e4b0a549832...> 43 New Major -
17. NullPointerException in TernOutlineContentProvider.dispose <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/576ecedbe4b03c6ed09...> 40 New Major -
18. RuntimeException below DomUtil.nodeToString (thrown in SerializerBase.getNamespaceURI) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/56fcda44e4b08ccb7be...> 37 Open Major JBIDE-22918 <https://jira.jboss.org/browse/JBIDE-22918>
19. DOMException below VpvDefaultTemplate.create (thrown in CoreDocumentImpl.createAttribute) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/58085a75e4b081752d6...> 30 New Major -
20. ResourceException below IDETernFile.getContents (thrown in FileSystemResourceManager.read) <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/57637f39e4b0246302c...> 30 New Major -
Project Life-time Resolution Statistics
Problem Resolutions Count
Undefined: 1 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...>
Rejected: 1 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...>
Log Message: 15 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...'Log%20Message')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Done: 8 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...>
Unresolved: 303 <https://aer.ctrlflow.com/redhat/reviewers/#!/problems/?c:!((t:project,op:...>
--
You are receiving this email because you are subscribed to digests of All JBoss Tools Projects. To alter your subscriptions, contact your administrator.
Powered by [Codetrails] <https://www.codetrails.com/?utm_campagin=codetrails&utm_source=error-anal...>
7 years
Fwd: [eclipse.org-planning-council] Fw: [cross-project-issues-dev] Change in Eclipse SDK release cadence
by Nick Boldt
FYI, a new world order is coming to Eclipse. :)
---------- Forwarded message ----------
From: Daniel Megert <daniel_megert(a)ch.ibm.com>
Date: Fri, Dec 1, 2017 at 9:18 AM
Subject: [eclipse.org-planning-council] Fw: [cross-project-issues-dev]
Change in Eclipse SDK release cadence
To: Eclipse Planning Council private list <
eclipse.org-planning-council(a)eclipse.org>
----- Forwarded by Daniel Megert/Zurich/IBM on 01.12.2017 15:17 -----
From: Aleksandar Kurtakov <akurtako(a)redhat.com>
To: "issues, Cross" <cross-project-issues-dev(a)eclipse.org>
Date: 01.12.2017 12:48
Subject: [cross-project-issues-dev] Change in Eclipse SDK release
cadence
Sent by: cross-project-issues-dev-bounces(a)eclipse.org
------------------------------
After the Eclipse Photon release, a change in the Eclipse SDK release
cadence is coming: Releases will happen every 3 months from master.
This will reduce the huge waiting time that happens now for people
contributing early in the development cycle, who had to wait for up to
almost a year to see their feature or fix become available. Given the
ever increasing pace of software development this is needed to keep
the Eclipse SDK competitive, and to eliminate the burden on
maintainers of doing backporting.
Maintenance releases will no longer happen and people requiring a fix
will simply update to the next release.
Regarding the release train, each of the quarterly releases will be
contributed to the respective release train version.
The API removal policy remains the same, including giving 2 years
notice before removing deprecated API. API removals can be announced
in all four releases, and as a consequence API removals can also
happen in all releases.
--
Eclipse PMC
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev(a)eclipse.org
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://urldefense.proofpoint.com/v2/url?u=https-3A__dev.
eclipse.org_mailman_listinfo_cross-2Dproject-2Dissues-2Ddev&d=DwICAg&c=jf_
iaSHvJObTbx-siA1ZOg&r=1UITCR5rxUZHSFczvfaNFK4ymEbEiccRX7VKchpqz0Y&m=
bOq2JMgwUDU4yDIEdARClTtDL6Vyy7j-4HxHDITBQgM&s=CVdGW5JDKaU_
WdWXHFeWx52ZW47jVYQK9_YxSMxGLaE&e=
_______________________________________________
eclipse.org-planning-council mailing list
eclipse.org-planning-council(a)eclipse.org
https://dev.eclipse.org/mailman/listinfo/eclipse.org-planning-council
IMPORTANT: Membership in this list is generated by processes internal to
the Eclipse Foundation. To be permanently removed from this list, you must
contact emo(a)eclipse.org to request removal.
--
Nick Boldt
Senior Software Engineer, RHCSA
Productization Lead :: JBoss Tools & Dev Studio
IM: @nickboldt / @nboldt / http://nick.divbyzero.com
<https://red.ht/sig>
TRIED. TESTED. TRUSTED. <https://redhat.com/trusted>
@ @redhatnews <https://twitter.com/redhatnews> Red Hat
<https://www.facebook.com/RedHatInc>
7 years