History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-3034
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Robin Shen
Reporter: AlSt
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

com.pmease.quickbuild/src/com/pmease/quickbuild/dependency/QuickbuildRepository.java contains import com.starbase.util.collections.UnsupportedOperationException;

Created: 21/Aug/17 12:59 PM   Updated: 14/Sep/17 01:32 AM
Component/s: None
Affects Version/s: 7.0.19
Fix Version/s: 7.0.22

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Hi,

I came across this while developing a internal plugin for Quickbuild. In production this might not be a real problem as there is no classloader separation, but in dev mode it fails.

This was introduced in 6.1.31.

Changing this to java.lang.UnsupportedOperationException might make sense here.

Thanks,
Alex

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [22/Aug/17 12:31 AM]
Thanks. Will get it fixed in next patch release.